This displays a message when stock is Zero whether the Stock Control / Monitoring box is ticked at product level or not.
Some clients will have Online Stock Control Enabled
And product by product either show the instock message by default
Or choose to show the out of stock message
Is there a variable to use that shows when the Stock Control / Monitoring box is ticked at product level?
This would allow the message above to only display when <actinic:variable name="SearchResultStock" /> is Zero AND the the Stock Control / Monitoring box is ticked at product level.
i have searched but not yet found.
Thank you...
Code:
<actinic:block if="%3cactinic%3avariable%20name%3d%22SearchResultStock%22%20%2f%3e%20%3d%3d%200" > <span id="EnableIfOutOfStock_<actinic:variable name="SearchResultProductReference" />" class="ActinicRTS"><Actinic:Variable Name="OutOfStock"/></span> </actinic:block>
And product by product either show the instock message by default
Or choose to show the out of stock message
Is there a variable to use that shows when the Stock Control / Monitoring box is ticked at product level?
This would allow the message above to only display when <actinic:variable name="SearchResultStock" /> is Zero AND the the Stock Control / Monitoring box is ticked at product level.
i have searched but not yet found.
Thank you...
Comment