Hi
I am having trouble displaying just the registered users price rather than the Retail Price too...
i.e. currently it shows
Retail
£3.90
£3.30
on the web page.
I am just wanting it to show £3.30 as ONLY registered customers can get into the website anyway.
The code on the product line template is :
<actinic:block if="%3cactinic%3avariable%20name%3d%22PriceIsEnabled%22%20%2f%3e">
<b>
<Actinic:PRICES PROD_REF="<actinic:variable Name="ProductID" />" RETAIL_PRICE_PROMPT="<Actinic:Variable Name="ProductPriceDescription"/>">
<actinic:variable name="PriceListRetail" />
</Actinic:PRICES>
</b>
</actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22ProductPriceIsEnabled%22%20%2f%3e%20%3d%3d%20False">
<Actinic:NOTINB2B><br /><strong><actinic:variable name="ProductPriceNotEnabledMessage" /></strong></Actinic:NOTINB2B>
</actinic:block>
Any ideas what code is needed JUST to show the registered customers price i.e. based on their customer group e.g. TRADE
I have tried and tried lots of different things and cannot get just the registered user price to display.
Thanks
Giles
I am having trouble displaying just the registered users price rather than the Retail Price too...
i.e. currently it shows
Retail
£3.90
£3.30
on the web page.
I am just wanting it to show £3.30 as ONLY registered customers can get into the website anyway.
The code on the product line template is :
<actinic:block if="%3cactinic%3avariable%20name%3d%22PriceIsEnabled%22%20%2f%3e">
<b>
<Actinic:PRICES PROD_REF="<actinic:variable Name="ProductID" />" RETAIL_PRICE_PROMPT="<Actinic:Variable Name="ProductPriceDescription"/>">
<actinic:variable name="PriceListRetail" />
</Actinic:PRICES>
</b>
</actinic:block>
<actinic:block if="%3cactinic%3avariable%20name%3d%22ProductPriceIsEnabled%22%20%2f%3e%20%3d%3d%20False">
<Actinic:NOTINB2B><br /><strong><actinic:variable name="ProductPriceNotEnabledMessage" /></strong></Actinic:NOTINB2B>
</actinic:block>
Any ideas what code is needed JUST to show the registered customers price i.e. based on their customer group e.g. TRADE
I have tried and tried lots of different things and cannot get just the registered user price to display.
Thanks
Giles
Comment