Nicole
06/28/2023, 10:48 PMTim Chapman
06/28/2023, 10:53 PM<#if .locale == "zh_CN">
<link name="NotoSansCJKsc" type="font" subtype="opentype" src="${nsfont.NotoSansCJKsc_Regular}" src-bold="${nsfont.NotoSansCJKsc_Bold}" bytes="2" />
<#elseif .locale == "zh_TW">
<link name="NotoSansCJKtc" type="font" subtype="opentype" src="${nsfont.NotoSansCJKtc_Regular}" src-bold="${nsfont.NotoSansCJKtc_Bold}" bytes="2" />
<#elseif .locale == "ja_JP">
<link name="NotoSansCJKjp" type="font" subtype="opentype" src="${nsfont.NotoSansCJKjp_Regular}" src-bold="${nsfont.NotoSansCJKjp_Bold}" bytes="2" />
<#elseif .locale == "ko_KR">
<link name="NotoSansCJKkr" type="font" subtype="opentype" src="${nsfont.NotoSansCJKkr_Regular}" src-bold="${nsfont.NotoSansCJKkr_Bold}" bytes="2" />
<#elseif .locale == "th_TH">
<link name="NotoSansThai" type="font" subtype="opentype" src="${nsfont.NotoSansThai_Regular}" src-bold="${nsfont.NotoSansThai_Bold}" bytes="2" />
</#if>Nicole
06/29/2023, 11:22 PMPWN
07/01/2023, 12:48 PM<#if record.shipaddress?has_content>
<tr>
<td style="margin-top: 20px;">
<b><#if record.entity.language == "Suomi" || record.entity.language == "Finnish" || record.entity.language == "Finsk" || record.entity.language == "Finne">Toimitusosoite<#elseif record.entity.language == "Svenska" || record.entity.language == "Swedish" || record.entity.language == "Svensk" || record.entity.language == "Ruotsi">Leveransadress<#elseif record.entity.language == "Norsk" || record.entity.language == "Norwegian" || record.entity.language == "Norska" || record.entity.language == "Norja">Leveringsadresse<#elseif record.entity.language == "Dansk" || record.entity.language == "Danish" || record.entity.language == "Danska" || record.entity.language == "Tanska">Sendes til<#else>${record.shipaddress@label}</#if></b>
<br />${record.shipaddress}<br />
</td>
</tr>
</#if>
PWN
07/01/2023, 12:49 PMPWN
07/01/2023, 12:50 PM