Newbie to M5-9, need help with the following inventory conditional statements and was not able to find conditional statement documentation online.
I have a very good idea how conditionals statements (MM4.24c) work, problem is the code is completely different, but I am eager to learn.
Code:
<IF STOCK GT 1>
Only a few in stock!
<IF STOCK LE 1>
Only 1 left in stock!
<END IF>
Comment