Hi,
I currently use the following setup to display Inventory amounts in stock on select items by adding something to Product field 6:
[-- IF PRODUCT.Field6 --] ([-- ProductInventoryActual /path_to_your/sb "In Stock:" --]) [-- PRODUCT.Field6 --] [-- ELSE --][-- PRODUCT.Field9 --] [-- IF PRODUCT.Field8 --][-- PRODUCT.Field8 --][-- END_IF --] [-- END_IF --]
What I was wondering is if you could use logic that says if the Inventory of the item is greater than 20 then show 20+, else show actual inventory.
Thanks!