Hello to all,
I would like to ask you some questions about this Contribution for Zen Cart
I have versione 1.3.7, I’ve tried to installed it without success.
I haven’t errors but I need to see the price discount when the customer made login and not at the end, when you have checkout.
So, which is the problem? Maybe 1.3.7 is not compatible?
I’ve copied all the file, update mysql and update the contribution, but nothing!
At point 3 the author has written to activate the method.
In Group Pricing, I haven’t nothing, I have only the name (for the discount) and the % of discount.
I think here there are some problems.
Can you help me?
Thank you and good day
1.) Apply the sqlupdate to the zenCart database - please be sure, that the tablenames are correct.
The file is having the zen_ prefix in front of the tables - if you use another prefix you
have to edit the sql patch!
2.) Simply copy the new files of this archive over the original zen_cart files and
disable GroupPricing in the Order_Totals menu of the shopadministration
3.) At GroupPricing you have to activate the method of calculation you wish to have
Method one: Price * (1 - (GrouPricingPercent/100))
Method two: Price / (1 + (GrouPricingPercent/100))




