Hi Nicolas
Supposing that you remove the capability for the customers to edit/create/delete/select addresses on the checkout, you could add such code in the emails/invoice/order details views and replace $id by the id of the customer in the order.
I have already done so.
As I am selling digital products the address is not such a big deal.
I just thought that it would be a "nice to have"
I guess that the really quick and dirty solution would be...
to remove the Mini address format:
{address_lastname} {address_firstname} - {address_street}, {address_state} ({address_country})
and remove Address format:
{address_company}
{address_title} {address_firstname} {address_lastname}
{address_street}
{address_post_code} {address_city} {address_state}
{address_country}
<?php echo JText::sprintf('TELEPHONE_IN_ADDRESS','{address_telephone}');?>
And then the address just does not display. Right?
In all fairness Easy Social has amazing profiles etc and any profile integration will go in the other direction.
But for HikaShop to be able to pull the data of the address of EasySocial in HikaShop so that the addresses of EasySocial can be selected/modified/deleted, etc in HikaShop will require some heavy development for a synchronization system.
Kind of lossing you here but I will be looking at the mails at some point & yes will probably need to get a developer to look at this...
It will be in either $data->cart->customer->user_cms_id, or $this->order->customer->user_cms_id etc based on where you do the change.
FYI I have made good progress with he help of a developer getting the following working:
- Register/Login from Hika Shop Page is redirected to Easy Social.
Some one who purchases a Hika Shop product gets put in an Easy Social Group
.
thanks
Paul