Hi there,
Thought there might be a simple solution to this so thought I'd ask here first.
I've got some products set up with one component and one attribute under that for different sizes.
All the prices show up correctly for normal users however when logged in the component prices disappears, prices for products with standard pricing display fine.
The page in question is at http://www.sfhotfoil.com/acatalog/Make-Ready.html
I've set up a user account with u/n and p/w as test if anyone would be kind enough to have a look.
EDIT: It seems to have been the line:-
<Actinic:PRICES PROD_REF="<actinic:variable name="ProductID" />" RETAIL_PRICE_PROMPT="<actinic:variable name="ProductPriceDescription" />">
Removing that solves the problem, though is it ok to just delete this, what does it do?
Thought there might be a simple solution to this so thought I'd ask here first.
I've got some products set up with one component and one attribute under that for different sizes.
All the prices show up correctly for normal users however when logged in the component prices disappears, prices for products with standard pricing display fine.
The page in question is at http://www.sfhotfoil.com/acatalog/Make-Ready.html
I've set up a user account with u/n and p/w as test if anyone would be kind enough to have a look.
EDIT: It seems to have been the line:-
<Actinic:PRICES PROD_REF="<actinic:variable name="ProductID" />" RETAIL_PRICE_PROMPT="<actinic:variable name="ProductPriceDescription" />">
Removing that solves the problem, though is it ok to just delete this, what does it do?
Comment