Upgraded to 11sp1 and love the new features.
We occasionally have issues where we'd like to list a product, but hide the sale price to comply with our vendor's Minimum Allowable Advertising Policies (MAAP). I'm running into an issue that should be easy to solve, but I must be exhausted and am not getting this right.
How am I screwing this up:
- Code: Select all
[-- IF Product.Field10 "maap" --]
Add to cart to see our low price!
[-- ELSE --]
(standard Add to Cart code)
[-- END_IF --]
Eventually I'm going to use Product.Field10 for several different codes with resulting outputs in a series of IF ELSE statements... but getting this first one right is screwing me up.