Looking for help in item page layout and programming to adhere to MAP pricing guidelines enforced by my vendor. I need for "price1" to be shown on item and category pages but for "price2" to be shown when added to cart.
Currently, if you put any value in "displaytext" field, the "price1" value gets replaced by "displaytext" field on the item page. How can I get "add to cart" to "price2"? So what I am looking to finally achieve is:
IF "displaytext" <> NULL
Show on item page:
<strike>"price1"</strike>
"Add to cart for best price!"
Show on cart page:
"price2"
Thanks for your suggestions.
Currently, if you put any value in "displaytext" field, the "price1" value gets replaced by "displaytext" field on the item page. How can I get "add to cart" to "price2"? So what I am looking to finally achieve is:
IF "displaytext" <> NULL
Show on item page:
<strike>"price1"</strike>
"Add to cart for best price!"
Show on cart page:
"price2"
Thanks for your suggestions.
Comment