[%- USE T8 %] [%- USE HTML %]

[% 'Carry over shipping address' | $T8 %]

[% 'You have entered or selected the following shipping address for this customer:' | $T8 %]

[% FOREACH var = cvars %] [% END %]
[% 'Name' | $T8 %]: [% HTML.escape(CFDD_shiptoname) %]
[% 'Department' | $T8 %]: [% HTML.escape(CFDD_shiptodepartment_1) %]
  [% HTML.escape(CFDD_shiptodepartment_2) %]
[% 'Street' | $T8 %]: [% HTML.escape(CFDD_shiptostreet) %]
[% 'Zipcode' | $T8 %]: [% HTML.escape(CFDD_shiptozipcode) %]
[% 'City' | $T8 %]: [% HTML.escape(CFDD_shiptocity) %]
[% 'Country' | $T8 %]: [% HTML.escape(CFDD_shiptocountry) %]
[% 'GLN' | $T8 %]: [% HTML.escape(CFDD_shiptogln) %]
[% 'Contact' | $T8 %]: [% HTML.escape(CFDD_shiptocontact) %]
[% 'Phone' | $T8 %]: [% HTML.escape(CFDD_shiptophone) %]
[% 'Fax' | $T8 %]: [% HTML.escape(CFDD_shiptofax) %]
[% 'E-mail' | $T8 %]: [% HTML.escape(CFDD_shiptoemail) %]
[% HTML.escape(var.config.description) %] [% HTML.escape(var.value_as_text) %]

[% 'Do you want to carry this shipping address over to the new purchase order so that the vendor can deliver the goods directly to your customer?' | $T8 %]

 

[%- FOREACH row = VARIABLES %] [%- END %]