Results 1 to 8 of 8
  1. #1
    Join Date
    Jun 2006
    Posts
    19
    Plugin Contributions
    0

    Default How do I hide the Quantity Discounts box?

    I've set up some price attributes on some items and I would like to hide the Quantity Discounts box. I don't like that displaying. How do I do that? Thanks.

  2. #2
    Join Date
    Feb 2006
    Posts
    15
    Plugin Contributions
    0

    Default Re: How do I hide the Quantity Discounts box?

    In tpl_product_info_display.php

    Comment out:

    Code:
    <?php
      if ($products_discount_type != 0) {
        echo '<tr><td colspan="2">';
          require(DIR_WS_MODULES.
            zen_get_module_directory(FILENAME_PRODUCTS_DISCOUNT_PRICES));
        echo '</td></tr>';
     }
    ?>

  3. #3
    Join Date
    Jun 2006
    Posts
    19
    Plugin Contributions
    0

    Default Re: How do I hide the Quantity Discounts box?

    Thank you very much. That seemed to have done it.

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

    Default Re: How do I hide the Quantity Discounts box?

    Just curious ... why would you want to use the Discount Qty and then hide it?
    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!]
    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!

  5. #5
    Join Date
    Jun 2006
    Posts
    19
    Plugin Contributions
    0

    Default Re: How do I hide the Quantity Discounts box?

    Quote Originally Posted by Ajeh
    Just curious ... why would you want to use the Discount Qty and then hide it?


    Because I want it to say Buy 1 at full Price and get 1 50% off. I don't want it to say Buy 2 at 25% off for each product - which is what it says when displaying the Discount Qty.

  6. #6
    Join Date
    Aug 2006
    Posts
    28
    Plugin Contributions
    0

    Default Re: How do I hide the Quantity Discounts box?

    Hi

    This isnt working for me.

    I deleted out the quantity discounts info from the file they said but the quantity discounts available thing is still on my products page.

    I am using the nightfall template

    Anyone know why I can't get rid of this thing?

    Thanks

  7. #7
    Join Date
    Aug 2010
    Posts
    46
    Plugin Contributions
    0

    Default Re: How do I hide the Quantity Discounts box?

    I recently installed Zen Cart 1.3.9d and have been playing around in it. I have local version for testing and one "live" test one.

    The hosted version is displaying "Quantity Discounts Available" and the local one is not. I have not set up any quantity discounts (that I know of). Most of my products will be downloadable so I'm not even sure why I'd want a quantity discount unless I can apply it to the order, not a product.

    I can't seem to find the setting differences between the local version and the live one. All the attributes setting appear identical between the hosted and local versions. Live one can be seen here http://lindeegembroidery.com/shop/ (Category: Freebies)

    I really don't want to comment anything out in the templates.

    Thanks for any help on this.

    Lindee

  8. #8
    Join Date
    Aug 2010
    Posts
    46
    Plugin Contributions
    0

    Default Re: How do I hide the Quantity Discounts box?

    I got around the quantity discounts thing by re-entering the product.

    Lindee

 

 

Similar Threads

  1. v151 How to Hide Qty Discounts Box if Customer Must be Approved to See Prices
    By stellarweb in forum Basic Configuration
    Replies: 5
    Last Post: 29 Aug 2013, 05:52 PM
  2. How to hide quantity in the product listing?
    By prolog in forum Basic Configuration
    Replies: 16
    Last Post: 10 Aug 2010, 03:35 PM
  3. Can't hide Quantity discounts Available
    By mysterion in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 6 Jun 2009, 02:19 PM
  4. How do you hide the maximum quantity from the product display? and....
    By kinget in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 19 May 2007, 12:47 AM

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