-- HikaShop version -- : 4.5.0
-- Joomla version -- : 3.10.6
-- PHP version -- : 7.4.28
Hi,
I'm changing the images for headers and footers in my emails to customers.
And I'm confused about the correct way of linking to these images
Should {VAR:LIVE_SITE} be followed by a slash? Or not?
In the email order status notification you use links like {VAR:LIVE_SITE}/media/com_hikashop/images/icons/icon-48-order.png
So I added {VAR:LIVE_SITE}/media/com_hikashop/images/mail/myheader.png
With a slash after {VAR:LIVE_SITE}
But in the email templates you use {VAR:LIVE_SITE}media/com_hikashop/images/mail/header.png
Without a slash after {VAR:LIVE_SITE}
That makes me think that {VAR:LIVE_SITE}media/com_hikashop/images/mail/myheader.png is the correct link to add to the order status notification email.
Please advise.
Udo