Quote Originally Posted by swguy View Post
If you have custom category discounts, you can't just use the default marketing text; you need to write additional code.

Scott
I know that; I already have the custom text in the additional code. I am not having problems with the marketing text.

What I am taking about the fact that if the url to get to a product is /index.php?main_page=product_info&cPath=22&products_id=15

And category 22 has a custom discount of 25% and it shows the marketing text of 25%.
But if somehow a customer goes to the product as /index.php?main_page=product_info&cPath=60&products_id=15

when 60 is a non existing category the default marketing text shows instead of the customer marketing text that I have set. So the customer thinks they can get a higher percentage.

The reason I am asking is because a customer did this and thought he was going to get 50% off when the actual category should only get 25% off. The customer sent me screenshots and it showed a non existent catid in the url.