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.
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.
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>'; } ?>
Thank you very much. That seemed to have done it.
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!
Originally Posted by Ajeh
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.
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
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
I got around the quantity discounts thing by re-entering the product.
Lindee