Are you sure you removed the closing "</actinic:block>" too?
Announcement
Collapse
No announcement yet.
Showing Stock Status (not levels)
Collapse
X
-
ActiveStock
On-line, real-time stock control plug-in for Actinic V7, V8 and V9
**New - Captcha plug-in for your Contact Us form**
ActiveStock website
Free 30 Day Trial
ActiveStock Blog (including a new tutorial on a 'Sort By' function for long section pages)
-
On this issue we are currently trying to implement different buttons for in stock and pre order which works fine by selecting the button text at the product level as well as site level in the addtocartbutton variable, what we cant resolve is how to allow the pre order to take place but blocking the customer paying!
Ed
Comment
-
Could you not as you have done on your new code add a block if then set it to
<block if (stock level < 0) >
Display Choice Preorder
</block>
Obviously that isnt the code to use, but it is an idea that you could work with, and then around the add to cart to make it not show just add a block if saying Stock Level > 0
Comment
Comment