I got a fix by chris on this a while ago
I am not sure what he means by "the layout selector"
any ideas
Good thinking! Here's the workaround.
First of all, tick 'Enabled' for the 'Retail' customer group.
To hide the add to cart button for retail customers, put this code before the layout selector for the add to cart button:
<Actinic:NOTINB2B><div style="display: none;"></Actinic:NOTINB2B>
and put this code after it:
<Actinic:NOTINB2B></div></Actinic:NOTINB2B>
Then to only show the 'This customer is not available...' message to retail customers, replace the 'ProductPriceNotEnabledMessage' variable with:
<Actinic:NOTINB2B><br /><actinic:variable name="ProductPriceNotEnabledMessage" /></Actinic:NOTINB2B>
That will sort you out.
First of all, tick 'Enabled' for the 'Retail' customer group.
To hide the add to cart button for retail customers, put this code before the layout selector for the add to cart button:
<Actinic:NOTINB2B><div style="display: none;"></Actinic:NOTINB2B>
and put this code after it:
<Actinic:NOTINB2B></div></Actinic:NOTINB2B>
Then to only show the 'This customer is not available...' message to retail customers, replace the 'ProductPriceNotEnabledMessage' variable with:
<Actinic:NOTINB2B><br /><actinic:variable name="ProductPriceNotEnabledMessage" /></Actinic:NOTINB2B>
That will sort you out.
I am not sure what he means by "the layout selector"
any ideas
Comment