Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19
  1. #11
    Join Date
    Jun 2006
    Location
    Melbourne, VIC
    Posts
    106
    Plugin Contributions
    0

    Default Re: Coupons no longer working.

    Linda,

    I checked all the settings and all appeared OK. So I tried adding the coupon_zone_restriction field. I copied the field definition from a test database.

    The end result is that it appears to work.

    I'm a bit concerned and feel like I should backup what is there and try to load it into a fresh database. I'll have to wait until I'm bold enough.

    thanks for all your help.

    Peter.

  2. #12
    Join Date
    Jun 2006
    Location
    Illinois
    Posts
    27
    Plugin Contributions
    0

    Default Re: Coupons no longer working.

    Quote Originally Posted by Peter Homann View Post
    Linda,

    I checked all the settings and all appeared OK. So I tried adding the coupon_zone_restriction field. I copied the field definition from a test database.

    The end result is that it appears to work.

    I'm a bit concerned and feel like I should backup what is there and try to load it into a fresh database. I'll have to wait until I'm bold enough.

    thanks for all your help.

    Peter.

    I have the exact same problem and I have did all the steps in this topic except adding as Peter did above. Can someone please tell me where to add the coupon_zone_restriction field? Also, where can I get the field to add?

    Thanks,
    Russ

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

    Default Re: Coupons no longer working.

    First ... backup your database and then run:

    /zc_install

    and click the Database Upgrade ...

    Are any of the checkboxes checked?
    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: v1.5.5]
    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!

  4. #14
    Join Date
    Jun 2006
    Location
    Illinois
    Posts
    27
    Plugin Contributions
    0

    Default Re: Coupons no longer working.

    No boxes are checked and I ran the zc_install. I checked the 1.36 to 1.37 and did the database upgrade. It stated that nothing was done because all the files were already there?

    Usahog

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

    Default Re: Coupons no longer working.

    Having assured that you have the Database backed up ...

    Check in phpMyAdmin the table for:
    coupons

    do you have the field:
    coupon_zone_restriction

    If not, if not using prefixes on your database, you can run these statements in your SQL area of phpMyAdmin ...

    PHP Code:
    # Updating coupon-related tables
    ALTER TABLE coupons ADD coupon_zone_restriction INT11 NOT NULL DEFAULT '0';
    ALTER TABLE coupons CHANGE coupon_minimum_order coupon_minimum_order DECIMAL15NOT NULL DEFAULT '0.0000';
    ALTER TABLE coupons CHANGE coupon_amount coupon_amount DECIMAL15NOT NULL DEFAULT '0.0000';
    ALTER TABLE coupon_gv_customer CHANGE amount amount DECIMAL15NOT NULL DEFAULT '0.0000';
    ALTER TABLE coupon_gv_queue CHANGE amount amount DECIMAL15NOT NULL DEFAULT '0.0000'
    If you do have prefixes, you can run the above in the Tools ... Install SQL Patches ...
    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: v1.5.5]
    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!

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

    Default Re: Coupons no longer working.

    Also, from what version did you upgrade and how?
    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: v1.5.5]
    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!

  7. #17
    Join Date
    Jun 2006
    Location
    Illinois
    Posts
    27
    Plugin Contributions
    0

    Default Re: Coupons no longer working.

    Ajeh,

    I ran the statements in the SQL and it fixed it.

    Thank you so much.

    Now for another question. I have another question. Were is my referrals?

    When I place a test order it does not give me an option to use if I was referred by someone?

    I have never had this on any of my Zencart versions, but I see different ones referring to it.

    Thanks,

    Hog

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

    Default Re: Coupons no longer working.

    It would be helpful to keep questions on their own topics ... but since I am here ...

    The Coupon Referral is set in the Configuration ... Customer Details ...
    Customers Referral Status
    Customers Referral Code is created from
    0= Off
    1= 1st Discount Coupon Code used
    2= Customer can add during create account or edit if blank

    NOTE: Once the Customers Referral Code has been set it can only be changed in the Admin Customer
    When the referral is used, you can observe the sales made by customers in the Reports ... Customers Referral Report ...

    Note: nothing will appear in the dropdown for:
    Select a Referral/Coupon Code

    until someone has claimed the coupon redeem code (referral code)
    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: v1.5.5]
    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!

  9. #19
    Join Date
    Jun 2006
    Location
    Illinois
    Posts
    27
    Plugin Contributions
    0

    Default Re: Coupons no longer working.

    Thank you very much for the information. You have been a great help!!

    Hog

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. email no longer working.
    By cubmanky in forum Basic Configuration
    Replies: 0
    Last Post: 3 May 2014, 04:21 PM
  2. Zones No Longer Working
    By LostinTranslation in forum General Questions
    Replies: 7
    Last Post: 5 Nov 2010, 11:54 PM
  3. Coupons no longer working on my site
    By KarmaCharms in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 12
    Last Post: 30 Apr 2009, 02:12 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR