Hi Stackideas Team
First off Happy New Year
Maybe this is a really stupid question but here it goes...
I am reading documentation for Hika Shops email system.
https://www.hikashop.com/support/documentation/54-hikashop-config.html#main_emails
Is there a way to pull an address from an Easy Social Profile that would insert it in an invoice?
thanks
Paul
First off Happy New Year
Maybe this is a really stupid question but here it goes...
I am reading documentation for Hika Shops email system.
https://www.hikashop.com/support/documentation/54-hikashop-config.html#main_emails
Address format
You can specify here the normal format HikaShop will use to display the addresses on invoices, on the checkout, on emails, etc.
The tags used here correspond to the column name of the address fields that you can find via the menu Display->Custom fields.
It is also possible to add custom PHP code and get the address data with such PHP:
<?php $address = $this->params->get('address'); ?>
Is there a way to pull an address from an Easy Social Profile that would insert it in an invoice?
thanks
Paul