Re: Quantity Discounts for 1.3
Scott,
We are working on a "new improved" cart at:
http://www.ItsAllJustString.BIZ
when "done" it will be continue to be used for "development" and possible for our "wholesale/drop shipping" activities.
Do you know if this mod (and your others for that matter) are compatible with 1.3.9.c
and if there are any combinations where your mods will not play nicely together <G>
Wheat
Re: Quantity Discounts for 1.3
YES, Quantity Discounts is compatible with 1.3.9 all flavors.
There is a thread which discusses mod compatibility here:
http://www.zen-cart.com/forum/showthread.php?t=152679
Re: Quantity Discounts for 1.3
Hmmm... I have 1.3.9c running on my local test server and have problems getting quantity discounts to work. Have installed many times. In the products page I don't get any places to where it shows the discounts for different quantities. I just have the same page as usual nothing different. Have gone through and set all the quantities and discounts as well. Not sure whats going on. Any ideas?
Kevy
Re: Quantity Discounts for 1.3
Kevy, this thread is for the Quantity Discounts contribution, configured through Admin->Modules->Order total. It sounds like you're using the native Quantity Discounting in Zen Cart which is configured using Admin->Catalog->Products Price Manager.
You might try temporarily deleting your copy of includes/templates/YOUR TEMPLATE/tpl_product_info_display.php so that you're using the default one, to see if that fixes it; then you'll know the problem is in that file.
Re: Quantity Discounts for 1.3
I am using the contibution.
Re: Quantity Discounts for 1.3
OK. Delete your copy of includes/templates/YOUR TEMPLATE/tpl_product_info_display.php. Copy a fresh one from includes/templates/template_default/tpl_product_info_display.php. Add in the marketing text as described in
http://www.thatsoftwareguy.com/zenca...html#marketing
and put it at the bottom of the page. Then it should be sure to show up, unless you have used exclude_category or exclude_product. Then move the marketing text around to your taste.
Re: Quantity Discounts for 1.3
ok got it working I think. Is there suppose to be something in the admin when editing products that shows the discounts etc. Maybe I am thinking of something else.
Kevy
Re: Quantity Discounts for 1.3
Thanks for the reply earlier. I tried using the fix you pointed me to. Doesn´t seem to work.
Im using 1.3.9c
Im trying to use Quantity discount. These are the settings.
Sort Order
295
Include Tax
true
Re-calculate Tax
VAT
Discount Units
percentage
Discount Basis
Total Items in Cart
Counting Method
currency
Discount Level 1
2500
Discount Amount 1
5
When i use Edit order it is added as a surplus charge, note that i did modify admin/edit_orders.php and admin/super_edit.php like the fix said.
Another thing that does not happen, not sure if it should, but the discount is not recalculated if the amount gets higher or lower.
Please help.
Re: Quantity Discounts for 1.3
Ok I am sorry about this (reminder read all before complaining), Did not read the whole text, So i did manage to get the discount to show as a discount even after using edit order.
But what happens is that TAX is recalculated and it is calculated as standard instead of VAT. And it does not recalculate based on new sub-total.
Is there any way to fix this?
Re: Quantity Discounts for 1.3
Edit Orders does not re-execute Quantity Discounts and has problems of its own. Proceed with caution and verify the calculations as you go; you may need to fix some using phpMyAdmin.