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:

Comments

  • @Vibhas 

    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.