Page 1 of 2 12 LastLast
Results 1 to 10 of 73

Hybrid View

  1. #1
    Join Date
    Apr 2006
    Posts
    28
    Plugin Contributions
    0

    Default Quantity Discounts

    Hello All,

    I have setup quantity discounts as follows:

    min quantity of 50, 100, 250 and 500 And I setup my minimum quantity and maximum quantity to match this. But when I view the product I see 5 discounts and the first one states "50-49 0.00" and everything else seems ok.

    Here is the example:

    http://www.promo2sell.com/index.php?...products_id=12

    What am I doing wrong???

    Thanks in advance for your help!!!!!

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    64,681
    Plugin Contributions
    6

    Default Re: Quantity Discounts

    What version of Zen Cart are you running?
    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.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

  3. #3
    Join Date
    Apr 2006
    Posts
    28
    Plugin Contributions
    0

    Default Re: Quantity Discounts

    Thanks Ajeh for responding so quickly!! I am running version 1.3.

  4. #4
    Join Date
    Apr 2006
    Posts
    28
    Plugin Contributions
    0

    Default Re: Quantity Discounts

    Also another thing I forgot to mention is that there is no pricce associated with the product. How can display the lowest quantity product discount as the product price (or as low as $)?

    Thanks!!

  5. #5
    Join Date
    Apr 2006
    Posts
    28
    Plugin Contributions
    0

    Default Re: Quantity Discounts

    Any help guys?????

  6. #6
    Join Date
    Aug 2005
    Posts
    26,029
    Plugin Contributions
    9

    Default Re: Quantity Discounts

    I am trying to re-create this with no luck so far wil keep posted
    Zen-Venom Get Bitten
    Get Your Business Found

  7. #7
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    64,681
    Plugin Contributions
    6

    Default Re: Quantity Discounts

    Look at the functions that are used to determin the discount display ...

    More or less you are doing the same things but without the output and backward on the results ...

    You could store the results to an array, then sort based on the calculated price and return the lowest calculated price that way ...
    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.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

  8. #8
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    64,681
    Plugin Contributions
    6

    Default Re: Quantity Discounts

    Did you happen to peek at the function zen_get_products_discount_price_qty ...

    Example: toss this in as an echo on your tpl_product_info_default.php

    PHP Code:
    echo 'CHEAPEST ' zen_get_products_discount_price_qty((int)$_GET['products_id'],10000) . '<br>'
    Add a little tweak here and there and that should produce what you are looking for ...
    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.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

  9. #9
    Join Date
    Apr 2006
    Posts
    28
    Plugin Contributions
    0

    Default Re: Quantity Discounts

    Linda,

    You are awesome!!!!!!
    I am soooo very thankful....I spent most of the night reading up on PHP and mySQL:)

    But this is awesome you are awesome!!!



    Thanks!!

  10. #10
    Join Date
    Apr 2006
    Posts
    28
    Plugin Contributions
    0

    Default Re: Quantity Discounts


 

 
Page 1 of 2 12 LastLast

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
  •