The address in my « .txt » invoice looks like this:
<Actinic:SHIP_SALUTATION/><Actinic:SHIP_NAME/>
<Actinic:SHIP_EMAIL/>
<Actinic:SHIP_ADDRESS1/>
<Actinic:SHIP_ADDRESS2/> (<Actinic:SHIP_ADDRESS3/>)
<Actinic:SHIP_POSTCODE/> <Actinic:SHIP_COUNTRY/>
SHIP_ADDRESS3/ should read something like this:
(Ontario) but read (Ontario ) with an added space after the o.
(Québec) gives (Québec )...
In which template or « .pl » files can I get rid of this space.
I don't know what to search for... I tried ADDRESS3, ETC...
Thank you !
<Actinic:SHIP_SALUTATION/><Actinic:SHIP_NAME/>
<Actinic:SHIP_EMAIL/>
<Actinic:SHIP_ADDRESS1/>
<Actinic:SHIP_ADDRESS2/> (<Actinic:SHIP_ADDRESS3/>)
<Actinic:SHIP_POSTCODE/> <Actinic:SHIP_COUNTRY/>
SHIP_ADDRESS3/ should read something like this:
(Ontario) but read (Ontario ) with an added space after the o.
(Québec) gives (Québec )...
In which template or « .pl » files can I get rid of this space.
I don't know what to search for... I tried ADDRESS3, ETC...
Thank you !
Comment