Groupon Clone :Dealphp Previously Wroupon

Recent Articles

How to change sort order of deals in Groupon Clone

In Groupon Clone , You can change sort order of Deals.   While Creating a deal , Notice a field Called Sort Order

Read Article ›

How to issue coupons to a Deal

Once a deal is tipped in your groupon clone, Coupons to the deal can be issued to customers. This can be done by following this procedure.     Step2  Step3  

Read Article ›

Groupon Clone … Which is the best?

Are you inexperienced with Technology ? or are you Tech Savvy! Deal deals sites has covered most of the online trading market, it has generated sales of billions of dollars in couple of years. Wroupon presents Daily deal platform for your Group Deals.Do you know which is the Daily Deal Script No matter in which […]

Read Article ›

Wroupon Version 4.7 Is Out Now

Version V4.7 is out now. With exciting features like   New gateways added Google Bing Baidu Maps Strawberry Theme Improved Mailchimp Express Shipping/Gift Deal 51+ Languages Support using PO files Many More     You can take a demo here http://dealphp.com/demo.html You can Download it from here http://dealphp.com/compare/        

Read Article ›

Wroupon Ultra V4.5 launched with Multi Language and Android App

Wroupon V4. 5 is out now. With great new features. Multilingual with PO file Support(Locale) 24 Languages preloaded New Native Mobile Interface Android App with Source Code New Fully Loaded Documentation New Forms Improved Facebook Connect Mobile Detect Class WordPress User Integration Available List of Languages Supported & You can add more languages easily within […]

Read Article ›

How does Daily attendance module work in Groupon Clone

Daily attendance Concept Recently in wroupon V4.3 a new module was launched called daily attendance. Which lures customers to return to site daily in order to get reward points. Later Site admin can convert them into Any goody or any product. How Does it work? Go to website daily and after login click on daily […]

Read Article ›

How to fix Deals not Showing in Front Page

Bug: Even When Time Zone is provided in Groupon Clone , and Deal is posted; It does not show them on front page or recent deals. Reason: Time Checked to parse deals on those pages is only checking Date on Exact Time Solution/Fix: Go to /team/index.php Find   $daytime = strtotime(date(‘Y-m-d’));   And replace with […]

Read Article ›

How to Create a Page to Show Past Success Deals

To Do this   Copy code of team/current.php and save it as past.php Find following code   $condition = array( “begin_time <  {$daytime}”, ‘team_type’ => ‘normal’, “end_time >= {$daytime}”, );   And Change it Like   $condition = array( ‘team_type’ => ‘normal’, “end_time < {$daytime}”, ); And Copy code of include/template/team_current.html and save as include/template/team_past.html […]

Read Article ›

How to Change Clock Format In Deal Page

To do this , You Would need to edit following 2 files. (make sure you create backup before editing any file) 1.include/template/team_view.html 2.static/js/index.js In index.js find this line Twice <code> if (ld > 0) { var html = ‘<li>’ + ld + ‘ Days : ‘ + lh + ‘ : ‘ + lm + […]

Read Article ›

How to change Admin Menu in Groupon Clone

Note:Before you make any changes , Make sure you backup every file Change Admin Menu: To do this goto include/function/current.php Find this function current_backend() { global $INI; $a = array( ‘/manage/misc/index.php’ => ‘Home’, ‘/manage/team/index.php’ => ‘Deal’, ‘/manage/order/index.php’ => ‘Order’, ‘/manage/coupon/index.php’ => $INI[‘system’][‘couponname’], ‘/manage/user/index.php’ => ‘User’, ‘/manage/partner/index.php’ => ‘Partner’, ‘/manage/market/index.php’ => ‘Marketing’, ‘/manage/category/index.php’ => ‘Category’, ‘/manage/vote/index.php’ […]

Read Article ›

Adding a deal to Your Site.

Before you or creates a deal, make sure the following steps are completed 1.Site has been installed /Setup is done properly. 2.Partner has been created. 3.Partner has been assigned Google Map (Here is Tutorial http://dealphp.com/tuts/gmap/) 4.Make sure you have added a correct time zone in Admin. Now to post a deal goto Manage > Deals […]

Read Article ›

How to Change Country for Google Map While editing Partner Account

TO do this Step1.Find your Coordinates Goto http://www.whatsmygps.com/ Put your address and location details and Get Geo Coordinates Suppose you get lat=1.352083 lang=103.819836 So put them like this( Keep 2 numbers after decimal and Separate them with comma) 1.35,103.81 Step2. Goto ajax/system.php else if(‘googlemap’ == $action) { $ll = strval($_GET[‘ll’]); if(!$ll) $ll = ‘33.75,-118.16′; list($longi, […]

Read Article ›

How do i change Header Color and BackGround in Groupon Clone

  Step1. Please create an image of 1×157 px with desired color save as bg-hd-new.gif Step2. Now upload image bg-hd-new.gif to static/css/i/ Step3. Then goto static/index.css Find #hdw { background: url(“i/bg-hd.gif”) repeat-x scroll 0 0 transparent; height: 157px; } Replace image name So it looks like #hdw { background: url(“i/bg-hd-new.gif”) repeat-x scroll 0 0 transparent; […]

Read Article ›

groupn

Dont just misspell , when groupn is searched , actually people are looking for Groupon.com Groupon is one of the best daily deals site. Which provided discounted gift certificates usable at local or national companies . If you are a merchant or a marketeer , You must have a dream to own Such a Deal […]

Read Article ›

Groupon Clone Merchant Deal Submit Module

Groupon Clone  Wroupon has just created Merchant Deal Submit Module(MDSM).In our previous features request .We were asked to have a feature where in wroupon Partners could submit a deal and Managers can approve it . That can be quite a time saving thing . Managers only have to Approve or make changes to it. Good […]

Read Article ›