PDA

View Full Version : OpenUI token code


wwilson
09-13-06, 07:48 PM
Is there a way I can post a conditional statement on the miva invoice screen to display text if the variable %cust_bill_contry% is set to shipments outside the US? I need a statement to display on International orders ?only? that customs, duties and tax fees associated with overseas orders are the responsibility of the recipient and refusal of delivery by recipient on International orders will not be refunded. If anyone can help with the openui code, please advise. Thanks, W. Wilson wwilson@thepowerherbs.com (wwilson@thepowerherbs.com).

Vic - WolfPaw Computers
09-13-06, 08:04 PM
Absolutely.

%IF(Orders.d.ship_cntry NE 'US')%
International shipment...
%IFEND%

You would want this conditional on the ship to country, not the bill to.