Search:

Type: Posts; User: Ajeh

Search: Search took 0.11 seconds.

  1. v154 View Post

    You mentioned Quantity Discounts ... is that this add-on?
    https://www.zen-cart.com/downloads.php?do=file&id=135

    If so, you might check with swguy to see if there is something to make this and...
  2. v154 View Post

    This only works if a coupon is used and follows the settings on the coupon ... without a coupon it never runs ...

    Are you trying to do this without a Coupon at all? :lookaroun
  3. v154 View Post

    If you use the:

    if (true || $dc_check == '10OFFALL') {

    any coupon code will work ... you could even leave in the one I used ...
  4. v154 View Post

    You could make this work for all coupon codes with:


    if (true || $dc_check == '10OFFALL') {


    and should you need it for a specific coupon code just remove the:
    true ||

    so that you have...
  5. v154 View Post

    Why do you want to do it without a specific coupon code?

    Are you planning on ALL coupon codes to work this way?
  6. v154 View Post

    NOTE: change the coupon code from 10OFFALL to you code and the $cat_id from 10 to your categories_id ...
  7. v154 View Post

    If I understand what you are trying to do, then you appear to want to add another 5% to Category X products if over 50.00 ...

    Eidt the file:
    /includes/classes/shopping_cart.php

    and add the...
Results 1 to 7 of 7
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR