Articles
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 ›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 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 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 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 ›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 ›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 ›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 ›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 ›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 ›