MOREINFOINVENTORYACTUAL in conditional statement
Posted: Thu Jun 07, 2012 5:08 pm
I'm attempting to use the new tag MOREINFOINVENTORYACTUAL in a conditional statement. The reason behind this is that not all of my items are inventory items, but are custom made to order. I generally put "100" qty for these type items. My intention was to continue to use the PRODUCT.Field1 to display a range of time delays (some items take 1-2 weeks, some 3-4, etc...).
Now that I've introduced the new tag MOREINFOINVENTORYACTUAL into the mix, it will render on the page regardless of what the PRODUCT.Field1 is stating.
Here's the code:
Also, how do you add MOREINFOINVENTORYACTUAL to the product option pull down menu code?
Thanks!
Brant
Btw, Lexiconn rocks! Best service period.
Now that I've introduced the new tag MOREINFOINVENTORYACTUAL into the mix, it will render on the page regardless of what the PRODUCT.Field1 is stating.
Here's the code:
- Code: Select all
<!-- availability -->
[-- IF PRODUCT.Subproduct --]
# do not show availability for Master Product
[-- ELSE --]
<b>Availability: </b>
[-- IF PRODUCT.Field1 "1" --][-- MOREINFOINVENTORYACTUAL --]
[-- ELSE_IF PRODUCT.Field1 "2" --]Ships approx 1 to 2 Weeks after placing order
[-- ELSE_IF PRODUCT.Field1 "3" --]Ships approx 2 to 3 Weeks after placing order
[-- ELSE_IF PRODUCT.Field1 "4" --]Ships approx 3 to 4 Weeks after placing order
[-- END_IF --]
[-- END_IF --]
<!-- end availability -->
Also, how do you add MOREINFOINVENTORYACTUAL to the product option pull down menu code?
Thanks!
Brant
Btw, Lexiconn rocks! Best service period.