Thread: Daily Deals

Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Daily Deals

    You can do this two ways ...

    You can manually create the Gift Certificates in the Gift Certificate/Coupons ... Mail Gift Certificate ... or you can create the data and import it into your database tables ...

    How many Gift Certificates are you trying to make?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Daily Deals

    I have been provided with the voucher codes that will be issued as the media site's customers purchase them, so i need to have them ready
    So you will want these voucher/GC codes to be waiting unattached in your db, and when a customer tries to use one, it will be looked up and applied as long as they have a valid number, right?

  3. #3
    Join Date
    Mar 2007
    Posts
    30
    Plugin Contributions
    0

    Default Re: Daily Deals

    Yes, Glenn - that is correct :)

  4. #4
    Join Date
    Mar 2007
    Posts
    30
    Plugin Contributions
    0

    Default Re: Daily Deals

    Hi Linda - I can't create the GV and email it because I've already been provided with the voucher codes. There are 400 of them to start with and if sales go well, I will be provided with more. I have the identical list of voucher codes as the online media company and they will issue the voucher codes to the customers as they buy my "daily deal." The idea is that I'm supposed to do whatever I need to do with these voucher codes I was sent so that the customer can come to my website and enter the code and automatically get a credit of either $60 or $100 on my website, depending on which option they purchased through the online media company. i actually have 200 + 200 voucher codes to enter. 200 are for the $60 credits and 200 are for the $100 credits. I'm glad you're helping me because these online daily deals are really taking off and I was really surprised that I was the first to bring this up :)

  5. #5
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Daily Deals

    Quote Originally Posted by kathie View Post
    Hi Linda - I can't create the GV and email it because I've already been provided with the voucher codes. There are 400 of them to start with and if sales go well, I will be provided with more. I have the identical list of voucher codes as the online media company and they will issue the voucher codes to the customers as they buy my "daily deal." The idea is that I'm supposed to do whatever I need to do with these voucher codes I was sent so that the customer can come to my website and enter the code and automatically get a credit of either $60 or $100 on my website, depending on which option they purchased through the online media company. i actually have 200 + 200 voucher codes to enter. 200 are for the $60 credits and 200 are for the $100 credits. I'm glad you're helping me because these online daily deals are really taking off and I was really surprised that I was the first to bring this up :)
    I use something like this a year or so ago. It's not perfect by no means and probably buggy, but you might be able to play with it to get it to work for you. The only down side is the code will not show in admin under coupons.

    insert into coupons (coupon_code, coupon_type, coupon_amount, date_created) values (coupon_code_goes_here', 'G', '60.00', now() );
    insert into coupons (coupon_code, coupon_type, coupon_amount, date_created) values ('coupon_code_goes_here', 'G', '100.00', now() );
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  6. #6
    Join Date
    Mar 2007
    Posts
    30
    Plugin Contributions
    0

    Default Re: Daily Deals

    Quote Originally Posted by countrycharm View Post
    insert into coupons (coupon_code, coupon_type, coupon_amount, date_created) values (coupon_code_goes_here', 'G', '60.00', now() );
    insert into coupons (coupon_code, coupon_type, coupon_amount, date_created) values ('coupon_code_goes_here', 'G', '100.00', now() );
    Hi there! I don't know what this means. Is this something to do with the database? :)

 

 

Similar Threads

  1. Daily Deals?
    By helpme in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 1 Nov 2011, 03:53 AM
  2. Package Deals in ZenCart?
    By NBordeau in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 17 Apr 2010, 11:36 PM
  3. Package Deals
    By Twister47 in forum Setting Up Specials and SaleMaker
    Replies: 12
    Last Post: 6 Oct 2008, 01:56 PM
  4. Dentalplan Deals !!
    By fortunefinder in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 0
    Last Post: 24 Aug 2006, 06:02 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg