I have RTS set up on my store. I also have a vairable set up called
ShowStockLevel and you select ture or false.
In the product page I have surrounded <actinic:variable name="RealTimeStockDisplay" /> with block if tags and the block if is: <actinic:variable name="Showstocklevel" /> == true
Now this means that only some products will display stock level and it works perfect within Actinic but when I publish it, the stock level dosent display.
If you have a look here
www. cakesandfavours .com/shop/Aqua_Diamante_Sprinkles.html and then try add 10 quantity to the basket, the stock level will then display and will stay displayed. How to I get the stock levels to show without the customer having to add more quantitiy than is in stock into the basket.
Thanks
TON
ShowStockLevel and you select ture or false.
In the product page I have surrounded <actinic:variable name="RealTimeStockDisplay" /> with block if tags and the block if is: <actinic:variable name="Showstocklevel" /> == true
Now this means that only some products will display stock level and it works perfect within Actinic but when I publish it, the stock level dosent display.
If you have a look here
www. cakesandfavours .com/shop/Aqua_Diamante_Sprinkles.html and then try add 10 quantity to the basket, the stock level will then display and will stay displayed. How to I get the stock levels to show without the customer having to add more quantitiy than is in stock into the basket.
Thanks
TON
Comment