Page 11 of 20 FirstFirst ... 910111213 ... LastLast
Results 101 to 110 of 199
  1. #101
    Join Date
    Jul 2010
    Location
    Findon, UK
    Posts
    90
    Plugin Contributions
    0

    Default Re: Discount Coupon Guide?!

    Further to my reply I can tell I've added Image Handler, Mailbeez, gift wrapping, Light box, COWOA, facebook_like_button, jscroller_sidebox etc.

    Kim

  2. #102
    Join Date
    Nov 2011
    Posts
    11
    Plugin Contributions
    0

    Default Re: Discount Coupon Guide?!

    Hi all,
    I'm currently starting up a new business where I'd like to have a Discount Coupons for new prospect customers.
    The idea is to print 250-500 Coupon-ID's on 85x54mm vcards and distribute them on fairs, clinics, etc....

    So my question is:
    Is there a simple way to generate 250 codes in a row and were all coupons have the same properties? (1 € discount per coupon for example).

    Thanks a lot for all ideas
    Best regards,
    Michael

  3. #103
    Join Date
    Feb 2011
    Posts
    9
    Plugin Contributions
    0

    Default Re: Discount Coupon Guide?!

    Hi

    I have created a discount coupon called "summer specials" which I uploaded when I created the discount coupon in the admin. But when I email it to the customers the discount coupon that I uploaded does not appear in the email. The customer only gets the discount coupon code and other details but not the actual coupon ie the coupon image does not display. How can I do this? I appreciate your help.

    estore

  4. #104
    Join Date
    Aug 2007
    Location
    Williston, Vermont
    Posts
    182
    Plugin Contributions
    1

    Default Re: Discount Coupon Guide?!

    After lots of hunting and not finding the answer, I'm hoping someone can tell me if I'm doing something wrong, or if what I want to do isn't possible.

    Situation: We give away complementary tickets, and would like to do so by giving a coupon code so the recipient can pick which show they go to.

    I've set up a coupon code with top level deny, a category allow, and several products in that category to deny (so the coupon can only be used against certain shows, not the sell-out shows).

    In testing, I've found that:

    Fixed value of $40 for four tickets: user could buy one ticket and a sweatshirt and the coupon would apply to both

    Percentage value of 100%: coupon only applies to the specified product, but not limited to quantity of four.

    Am I missing something, or is this something I need to code up?

    Also, I see the SQL records in the coupons table for restrict_to_products and restrict_to_categories. Are these used, or reserved for future use?

    Thanks

  5. #105
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,294
    Plugin Contributions
    125

    Default Re: Discount Coupon Guide?!

    @carlvt88, you can restrict your coupon to certain products if that's what you want to do. Use the "Restrictions" button after going to admin->gift certificate->coupon admin and selecting your coupon. It's on the right hand side on the second row of buttons.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  6. #106
    Join Date
    Aug 2007
    Location
    Williston, Vermont
    Posts
    182
    Plugin Contributions
    1

    Default Re: Discount Coupon Guide?!

    That's what I'm trying to do, but it doesn't seem to be working. I've set the top category to deny, the allow the evening shows, except for Friday 10/19 at 8pm:
    Click image for larger version. 

Name:	restrictions.jpg 
Views:	113 
Size:	21.6 KB 
ID:	11197
    But when I place an order, the coupon (fixed value) appears to apply to all products in the cart:
    Click image for larger version. 

Name:	cart.png 
Views:	129 
Size:	9.7 KB 
ID:	11198
    This is with version 1.5.0

    Am I looking at this wrong?
    Thanks,
    Carl

  7. #107
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,294
    Plugin Contributions
    125

    Default Re: Discount Coupon Guide?!

    Just tested, works fine in a clean copy of 1.5.0. Check your copy of includes/modules/order_total/ot_coupon.php.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  8. #108
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,294
    Plugin Contributions
    125

    Default Re: Discount Coupon Guide?!

    Sorry, I missed the fact that it was a fixed value coupon. I see what you're trying to do but you can't do that with coupons.

    Another option would be a certain percent off the evening shows with a minimum order.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  9. #109
    Join Date
    Aug 2007
    Location
    Williston, Vermont
    Posts
    182
    Plugin Contributions
    1

    Default Re: Discount Coupon Guide?!

    Scott, thanks for taking a look at this.

    I can fix this, that is, make it do what I want by adding a line in ot_coupon.php line 421:
    Code:
                case 'F':
                  $od_amount['total'] = zen_round($coupon->fields['coupon_amount'] * ($orderTotalDetails['orderTotal']>0), $currencyDecimalPlaces);
                  $od_amount['type'] = $coupon->fields['coupon_type']; // amount off 'F' or amount off and free shipping 'O'
                  if ($od_amount['total'] > $orderTotalDetails['orderTotal']) $od_amount['total'] = $orderTotalDetails['orderTotal'];
    But, I don't know if this is a bug, or if this is intended operation and I just happen to want something unusual. Any idea on this? Why would it apply the entire coupon against products that are restricted?

  10. #110
    Join Date
    Aug 2007
    Location
    Williston, Vermont
    Posts
    182
    Plugin Contributions
    1

    Default Re: Discount Coupon Guide?!

    Also, I'm guessing that there's a typo in functions_general.php line 830 - should say '===' instead of '==' in the first if ($allow_for_category) statement

 

 
Page 11 of 20 FirstFirst ... 910111213 ... LastLast

Similar Threads

  1. Replies: 6
    Last Post: 19 Jun 2011, 07:06 AM
  2. Replies: 18
    Last Post: 12 Mar 2010, 06:37 PM
  3. Ideas/Suggestions for Discount Coupon - How to give a credit and a discount
    By vegascoug in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 0
    Last Post: 15 Nov 2007, 05:40 PM
  4. Coupon welcome message showing discount when coupon is expired
    By tracyselena in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 4
    Last Post: 26 Jan 2007, 06:32 PM
  5. Discount Coupon Guide!
    By Camel in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 5
    Last Post: 19 May 2006, 09:46 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