Questions tagged [groupon]

Groupon is a deal-of-the-day website that features discounted gift certificates usable at local or national retailers.

Groupon is a deal-of-the-day website that features discounted gift certificates usable at local or national retailers.


Useful links

30 questions
4
votes
1 answer

Clue on how to program a discount system site like groupon

I found this post: programming a contest based on cupon codes in drupal I wonder if there is any sort of module that does something like http://www.eversave.com/ or http://www.groupon.com; Does anybody knows some module(s) that can give me a "head…
user745814
  • 41
  • 1
4
votes
1 answer

groupon api - not getting all the deals

when i run the groupon api in apigee for division equals los angeles, thousands of deals come up, but when i run my code below, i'm only getting like 50 ?? please help var $result = $('#container') $.ajax({ type: 'GET', url:…
user2680299
  • 79
  • 1
  • 2
  • 9
2
votes
1 answer

groupon json request not working

I can't seem to get jquery to return anything from the groupon API. When I check in apigee I can do a simple get request to get all divisions. But when I try in JSFiddle it ain't…
Stofke
  • 2,928
  • 2
  • 21
  • 28
2
votes
1 answer

Authorize/Capture for PayPal

Using PayPal IPN, can we implement delayed payment. Perfect example is Groupon where card is charged only when deal is tipped. Can someone throw light on implementation part using PayPal IPN and also how multiple cards can be charged at once when…
eth.block
  • 512
  • 1
  • 5
  • 17
2
votes
1 answer

Get Groupon Deals by tag using Groupon API

I am playing around with the Groupon API and I would like to get a list of deals based on a specific tag. Using the www.apigee.com console, I am doing a GET request on this…
michaelcarrano
  • 1,316
  • 2
  • 12
  • 19
2
votes
1 answer

How to correctly convert from PHP and CURL post to C# HTTP Client post for groupon API

I've tried to convert the following code "1", "token" => "xYRPKcoakMoiRzWgKLV5TqPSdNAaZQT", "ci_lineitem_ids" => json_encode ( array…
J. Scott
  • 23
  • 4
2
votes
1 answer

Groupon API not returning category to related deal

I am working on groupon deals API to show deals on my website, I am getting all the results which API returns, but it is not giving me any category to related deal. I want a categories to categorized the deals. Any idea to get categories from…
Shiv Aggarwal
  • 499
  • 6
  • 14
2
votes
1 answer

User and Administrator Java Project

I am creating a Java Project for my exam. The project asks me to do a groupon-like program using Object-oriented programming. It asks me to realize a program to sell discounted products. I have holidays, dinners and normal objects. I decided to…
user1868607
  • 357
  • 4
  • 11
1
vote
1 answer

Does Groupon provide an official way to connect to their user accounts?

Is there an official way provided by Groupon to connect remotely to a user's account using password/username? I am asking because on dealsgoround.com you can automatically connect your Groupon account and save all your vouchers to their database. I…
user990583
1
vote
1 answer

What are the options to implement a Groupon like system?

I like to build a system that will allow users to "commit buy" a deal, but will only be charged after a minimum # of committers are reached. The time span in which the "deal" will continue can be either weekly or monthly. I like to stay away from…
aminh101sj
  • 114
  • 4
1
vote
2 answers

what did facebook, twitter, groupon, foursquare... used when they were started?

I wonder which - programming language - platform - db type - host provider/ server type and configuration - that some big companies (Fb, twitter, groupon, foursquare...) used when they were started? ex: Linux, Apache, Mysql, Php (LAMP) on…
Chan Le
  • 2,184
  • 3
  • 23
  • 33
1
vote
0 answers

GroupOn - Material Design UI ListItem to Activity Animation Transition

I am developing a mobile android app. Inside the GroupOn application, when the deals are listed inside of a ListView. If you click on a ListItem, there will be an animated transition into the newly launched Activity. How is this achieved? What…
code
  • 5,294
  • 16
  • 62
  • 113
1
vote
1 answer

Groupon divison json call error

I am new to PHP and trying to call this json to get all groupon divisons... I do not see the names. Not sure what is wrong.. any help ?
apptikka
  • 23
  • 4
1
vote
0 answers

How to find Client Id in Groupon Affiliate account

I have a gruopon affiliate account.I want to get the deals for my site. I have used this following code: $.ajax({ url: 'https://api.groupon.com/v2/divisions.json?client_id=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX', dataType: 'jsonp', beforeSend:…
Megha Paul
  • 387
  • 2
  • 7
  • 19
0
votes
3 answers

Change Magento CMS Home page

I am using this groupon clone from contus I am try to change the cms home page .Which as what i have observed can be found in System > Configuration > Web > Default Pages I tried changing the CMS Home Page .i chose the template that i made…
kapitanluffy
  • 1,269
  • 7
  • 26
  • 54
1
2