If Statement
-
Hi,
Can i use something like a php statement, were the value of one field can “change” the value of another (*does not have to be php)
Something like this:
if [alg_product_stock_quantity] = 0 {<shipping_time>6</shipping_time>} else {<shipping_time>0</shipping_time>}
or
if [alg_product_stock_quantity] > 0
{<shipping_time>0</shipping_time>} else {<shipping_time>6</shipping_time>}
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘If Statement’ is closed to new replies.