3.3.5.5 Update Inventory Ordering to Allow Override of Shipping Method
IF NOT Override Shipping Method OR ISBLANK (Override Method).
I am facing error
what to do ?
Tagged:
0
Comments
-
You have an extra period in there. Just remove the period.
IF NOT Override Shipping Method? OR ISBLANK(Override Method) THEN Shipping Method ELSE Override Method
Otherwise your formula is correct.
0