Articles

How to add a Widget like Facebook twitter in sidebar

Groupon Clone Tutorials 1.Please goto Folder /include/template Copy block_side_ask.html and save it as block_side_mywidgets.html 2. Now Edit block_side_mywidgets.html Accordingly ,this is html based file 3. Then goto /include/template/team_view.html Now find these lines <div id=”sidebar”> <!–{include block_side_invite}–> <!–{include block_side_bulletin}–> <!–{include block_side_flv}–> <!–{include block_side_ask}–> <!–{include block_side_others}–> <!–{include block_side_business}–> <!–{include block_side_subscribe}–> </div> and add this line <!–{include block_side_mywidgets}–> […]

Read Article ›

How to add City to my Groupon Clone

To add a city there are two steps here: Step1. Please login into Your Groupon Clone Step2. In admin view,  Goto Catagory -> City -> New city add A city in city list Step 3. In admin view, Goto System -> City. Just type in the city you want to add. After Above 3 steps, […]

Read Article ›

How to configure mail to work with PHP Mail

If Your mail system is not working in Groupon Clone Please follow below steps. Step1. Goto include/library/PHPMailer.class.php Step2. Find following code and edit it according to requirements public $From = ‘root@localhost'; /** * Sets the From name of the message. * @var string */ public $FromName = ‘Root User'; /** * Sets the Sender email […]

Read Article ›

How do i configure payment gateway in my groupon clone

You can configure Payment gateway in your groupon clone wroupon in few clicks. Step1. Goto admin>System>payment Step2. Follow the Screenshot attached

Read Article ›

How to add / remove side blocks

Goto include/template goto team_view.html find <div id=”sidebar”> <!–{include block_side_invite}–> <!–{include block_side_bulletin}–> <!–{include block_side_flv}–> <!–{include block_side_ask}–> <!–{include block_side_others}–> <!–{include block_side_business}–> <!–{include block_side_subscribe}–> </div> remove the block you want.

Read Article ›

How Can i Convert Groupon Clone to other languages?

Yes you can convert to any language you want!! Script is 100% opensource as well as has templating system, enables you to translate Groupon Clone to any language . People are already converting it to Brazilian ,Hungarian,German and many more languages. Here is a simple and Quick Video Tutorial   http://dealphp.com/tuts/wroupon_change_text/ You can download   […]

Read Article ›

How do i change header of my Groupon Clone header?

Groupon Header is controlled using 2 files mainly . one is template file You can control html using include/template/header.html another is css file /static/css/index.css Here is the code you need to edit. #hdw { -moz-background-clip:border; -moz-background-origin:padding; -moz-background-size:auto auto; background-attachment:scroll; background-color:transparent; background-image:url(“i/bg-hd.gif”); background-position:0 0; background-repeat:repeat-x; height:157px; }

Read Article ›

How do i change my logo

Please create an image with following dimensions 246px × 68px save  it  on your system with name logo and format is png. so it is logo.png Now goto your server browse through the directories and find /static/css/i/logo.png Replace this logo file with yours. Remember to clear cache of your browser to see changes Thats it

Read Article ›

How to i edit template files in groupon clone

Wroupon template files exists at include/template/ Those are files are smarty like html files. From there you can change layout of  website/ Change language too. We would not recommend you to edit template from backend(website admin). Edit them offline using any html editor(just be cautious ) and upload them on include/template/ . Then goto include/compiled […]

Read Article ›

Setting up email system, Step by step.

Step1. Login in to your admin area. Step2. Goto system >> Email and select phpmail as mailing option. in email boxes type down your email addresss. Note:I would recommend you to type email which belongs to your server. for example your website is mycoolcoupons.com Then in those box enter email address from your server only […]

Read Article ›

How do i change G icon(Favicon) in my groupon clone

Step 1. Create a favicon for your self. Create your logo or use existing logo Then goto http://www.favicon.cc/ and generate your favicon.ico Step2. Change existing Favicon goto your server browse through /static/icon/favicon.ico and replace with your New icon. Step3. Clear your browser cache. After replacing favicon this is possible you still see old favicon. To […]

Read Article ›

How to setup Facebook connect in groupon clone

Regardless of your experience level it is advised to read this section to guarantee correct configuration of your application. It is incorrect settings in the Facebook Developer application that tends to be the cause for misfunction. This can result in many hours of lost time trying to fix it. Choose application name Open Facebook Developer […]

Read Article ›

Incorrect time zone in groupon clone

If you are facing incorrect timezone trouble in groupon clone. fix it by going to include/application.php line 56 if(function_exists(‘date_default_timezone_set’)) { date_default_timezone_set(‘Asia/Shanghai’); } Just edit it or comment it like //if(function_exists(‘date_default_timezone_set’)) { date_default_timezone_set(‘Asia/Shanghai’); }

Read Article ›

Ultra

============================================= Features in Wroupon UltraV3 (addon features over V2.2) ===================== UltraV3 is 100% turn key solution It has WAP version inbuilt,Which is text based version for mobile users. Google Maps Integration(Shows Map on each deal) SEO Options with each deal (Title,Meta-tags) Forum for users to discuss. Survey with question and answers Printed coupon support , […]

Read Article ›

How do i change time zone , or deal does not start on time

Only applicable on V2.2 and earlier.V3/V4 Script users should not use this tutorial.   This is due to time zone difference. You can modify script in few secs to work it in your time zone to do so. goto include/application.php Line 55-57 /* date_zone */ if(function_exists(‘date_default_timezone_set’)) { date_default_timezone_set(‘Asia/Shanghai’); } /* end date_zone */ Change Asia/Shanghai […]

Read Article ›
Page 1 of 212