Articles

Adding new Payment Gateway to Wroupon Script :Groupon Clone

Wroupon supports integration with most of payment gateways.   Since there are 100’s of gateways used all over the world, We are providing guidelines over how to add new gateway.   You need to follow these steps Assuming Your Gateway name is abcgateway 1. Create a folder like abcgateway order/abcgateway Add Your gateway files in […]

Read Article ›

Replacing XHEDITOR with CkEditor

1.Download CKEDITOR from http://ckeditor.com/download Place files in static/js/ckeditor 2.Now make changes to include/template/manage_header.html add following code <script type=”text/javascript” src=”/static/js/ckeditor/ckeditor.js”></script> <script type=”text/javascript” src=”/static/js/tiny_mce/tiny_mce_jquery.js”></script> <script type=”text/javascript”>$(‘#textareaid’).ckeditor();</script> 3. Now find template file where you have to add the FCKEDITOR Like include/template/manage_team_edit.html Find textarea classes and replace them with ckeditor Example <textarea class=”f-textarea editor” replace with <textarea class=”ckeditor” Now […]

Read Article ›

How to setup Facebook connect in Wroupon UltraV4

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 ›

Wroupon UltraV4 is Launched

Aug 19th 2011 , We are pleased to announce an Ultimate Groupon Clone Wroupon Ultra V4. UltraV4 is 2X Better, Faster and Handy to its predecessors. V4 has Now Power of Authorize.net and Moneris Gateways. Allows users to pay using their Favorite gateways.   Wroupon UltraV4 has New Facebook and Twitter Power. Every Deal can […]

Read Article ›

Wroupon + WordPress = Love !!

How about adding an integration with WordPress? Yes its going to be possible now . Wroupon is working on WordPress User Integration. Which will alllow Your customers to login Via either or them . You can use wordpress features over your Wroupon Script . Like Blogging ,Commenting , Downloads ,NewsLetters ,Forums and many more. It […]

Read Article ›

Requirements For Wroupon

Hosting Requirements: OS: Linux (Fedora/CentOS/RHEL) Hosting Control Panel: Preferred Cpanel Hosting Panel (Most modern host comes with Cpanel ) ,Others with PHPMYADMIN can also do. Server Environment: PHP 5.2+ Apache Server MYSQL 5+ PHP Extensions GD extension with gif/jpeg read/write and FreeType support mbString mCrypt mod rewrite (required for URL Rewriting) MySQL extension XML extension […]

Read Article ›

Wroupon Installation

  Before you install make sure Your hosting matches with Server Requirements Step 1. Create a database. How to create a Database http://www.youtube.com/watch?v=iJuzhYsRi6g Step2. Extract all files to your hosting panel . Make Sure these folders are writable static/user static/team include/compiled include/data include/configure Step 3.Goto http://yoursite.com/install.php Enter your Database Information and Submit to Install Script […]

Read Article ›

Loggin Into Backend

After Successful installation / Admin Account Creation You can login in backend (Manage Area) via directing to http://yoursite.com/manage/login.php    

Read Article ›

Setting Up Backend Options

Once you are logged in You can goto Manage>Settings>Basic  

Read Article ›

How to rearrange order or Sidebar Items

To do so.   goto include/template/team_view.html   There you will see following code     <!–{include block_side_bulletin}–> <!–{include block_side_flv}–> <!–{include block_side_others_seconds}–> <!–{include block_side_ask}–> <!–{include block_side_others}–> <!–{include block_side_invite}–> <!–{include block_side_mobile}–> <!–{include block_side_vote}–> <!–{include block_side_business}–> <!–{include block_side_subscribe}–> So just rearrange order you like.  

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 ›

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 ›

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 ›

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 ›

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