"Product sent" e-mail template

  • Posts: 91
  • Thank you received: 5
6 years 1 month ago #289278

-- HikaShop version -- : 3.3.0
-- Joomla version -- : 3.8.5
-- PHP version -- : 7.0
-- Browser(s) name and version -- : Chrome 65

Is there a way to personalize the e-mail that is sent to client when the product is dispatched? In a such way it doesn't affect all the other "Change status" emails?

Please Log in or Create an account to join the conversation.

  • Posts: 81511
  • Thank you received: 13066
  • MODERATOR
6 years 1 month ago #289288

Hi,

Sure.
In the HTML version that you can edit via the menu System>Emails, you can use such code for example:

<?php if($data->order_status== 'shipped'){ ?>
Your HTML when the order status is changed to shipped
<?php } ?>

The following user(s) said Thank You: bolando

Please Log in or Create an account to join the conversation.

  • Posts: 91
  • Thank you received: 5
6 years 1 month ago #289354

Thank you, that's what I was looking for.

Please Log in or Create an account to join the conversation.

Time to create page: 0.057 seconds
Powered by Kunena Forum