Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2010
    Location
    South Africa
    Posts
    99
    Plugin Contributions
    0

    Default Re: eStoreNow - Quantity Discounts?

    I see another problem now. When one view a product the template does not show the Quantity discount anywhere on the page

    Is there a way one can add that?
    Only Dead Fish go with the flow

  2. #2
    Join Date
    Jun 2003
    Posts
    33,825
    Plugin Contributions
    0

    Default Re: eStoreNow - Quantity Discounts?

    Moderator's note - New subject moved to a thread of its own.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    64,886
    Plugin Contributions
    6

    Default Re: eStoreNow - Quantity Discounts?

    If you have set the Product Discount Type in the Price Manager, this should just show in your template ... unless you have removed the code for it ...

    You should see in your template for the tpl_product_info_display.php the code for:
    Code:
    <!--bof Quantity Discounts table -->
    <?php
      if ($products_discount_type != 0) { ?>
    <?php
    /**
     * display the products quantity discount
     */
     require($template->get_template_dir('/tpl_modules_products_quantity_discounts.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_products_quantity_discounts.php'); ?>
    <?php
      }
    ?>
    <!--eof Quantity Discounts table -->
    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 ...

 

 

Similar Threads

  1. How to set up Quantity Discounts??
    By mooncavecrystals in forum General Questions
    Replies: 17
    Last Post: 13 Jan 2011, 11:28 AM
  2. Product quantity price discounts & group discounts
    By Richard.Tung in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 11 Jun 2009, 03:24 PM
  3. Quantity Discounts
    By andes in forum General Questions
    Replies: 5
    Last Post: 14 Aug 2007, 07:53 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
  •