I'm using Norman's "Additional example code to make popup page have submit and attribute buttons" but, despite the modification he suggested in another thread, I can't get discounted prices to display for logged-in customers.
The mod, from the other thread, was as follows:
(space inserted in the last NETQUOTEVAR to stop it showing as a big grin!).
I've got this running on a test site at http://www.clientzone.co.uk/acatalog...h_Choices.html (Pair of Men's Walking Boots has a pop-up) and I've left the Compact HTML off but NETQUOTEVAR: DISCOUNTINFO doesn't even show up in the code.
Any more ideas?
Malcolm
The mod, from the other thread, was as follows:
For full compatibility you should edit AddToCart_ExtendedInfo.html and replace the line:-
<b>NETQUOTEVAR:PRODUCTPRICE</b>
with-
<b>NETQUOTEVAR:PRODUCTPRICE</b><br>
<span class="actxsmall">NETQUOTEVAR: DISCOUNTINFO </span>
The patch will work without this but info on product level discounts won't be dispalyed.
<b>NETQUOTEVAR:PRODUCTPRICE</b>
with-
<b>NETQUOTEVAR:PRODUCTPRICE</b><br>
<span class="actxsmall">NETQUOTEVAR: DISCOUNTINFO </span>
The patch will work without this but info on product level discounts won't be dispalyed.
I've got this running on a test site at http://www.clientzone.co.uk/acatalog...h_Choices.html (Pair of Men's Walking Boots has a pop-up) and I've left the Compact HTML off but NETQUOTEVAR: DISCOUNTINFO doesn't even show up in the code.
Any more ideas?
Malcolm
Comment