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 ›

Would i be getting Complete Source code?

Yes you will get complete source code + updates of Version of 3.x series.

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 ›

Can I use Groupon Clone with other currencies ?

Yes you can , Just follow our tutorial and you will be able to convert it in Minutes to desired currencies using paypal gateway.

Read Article ›

How can i Change Groupon Clone from USD to other currencies?

Groupon Clone uses USD by default. It is quite easy to change to other Currencies Please goto include\template\order_pay.htm About Line 14 <h2>You Should Pay: <strong class=”total-money”>${moneyit($total_money)}</strong> USD</h2> Find include\template\order_pay.html About Line:34 <input type=”hidden”name=”currency_code” value=”USD” /> and replace USD with Currency Name    Code Australian Dollars (A $)   AUD Canadian Dollars (C $)      […]

Read Article ›

I have Purchased groupon Clone, but not received my copy?

When you purchased the script you get email from our server instantly. Please go and check your mail box or spam box. If you are still unable to get the script contact us immediately on wroupon at gmail .com with Your Paypal id used We will provide you instant access to groupon clone . Thanks

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 ›

What is wroupon the groupon clone?

DealPHP (Wroupon)is a turnkey solution to get your own groupon . com like site. Groupon get into publicity recently , and is a deal of the day website that is localized to major markets in US and canada. How ever popularity made groupon to earn millions in very small span of time. Wroupon has come […]

Read Article ›

Can not add city in manage >> system??

Till version 2.2 There is a bug when you add a city like san diago , it will not be able to add it. It has been fixed! To fix it goto manage/system/city.php Line 11 $cityname = preg_split(‘/[\s,]+/’, $_POST[‘hotcity’], -1, PREG_SPLIT_NO_EMPTY); Replace it with $cityname = preg_split(‘/[,]+/’, $_POST[‘hotcity’], -1, PREG_SPLIT_NO_EMPTY); And you are done. Thanks

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 ›
Page 1 of 41234