I have installed the mod for Group Pricing Per Item. This is exactly what I was looking for.
All installed well and fine. When I converted an account over to Group A Pricing, the correct pricing appeared on the product info page and the other product listing sites.
However, the price reverted back to the normal retail price on the shopping cart page. And in the shopping cart sidebox.
I have made sure all files are properly uploaded. I can't seem to understand what the problem is.
Has anyone else had this issue and know a fix for it?
I am using the latest version of zen cart.
thanks



Reply With Quote
This wasn't a problem when we set the $products_price variable because we explicitly looked for $customers_group == "Group A" etc. and we have no else clause. So, worst case it drops through the if statement with the same price it had originally. I don't have time to tinker today.... but, if you want a quick and dirty fix I would start with the following change
as the Group X price might be $0.00. Looks like, worst case, that would lead to a situation where special_price is not used even though we are still, unknowingly, using the original price. 


Bookmarks