How to change mail templates?

  • Posts: 82
  • Thank you received: 7
  • Hikashop Business
1 day 19 hours ago #368412

-- HikaShop version -- : 6.1
-- Joomla version -- : 5.3.x
-- PHP version -- : 8.4.x

Hi!

I want to change two things for a specific mail template: change of order status.
First I thought I configure the view "order_status_notification.html" inside of "email (frontend and backend)". But all my changes will be ignored. So I guess I'm on the wrong way.

I want to change two things:
1. Changing of some text information in different areas of the email template.
2. Removing the footer from the cart table (things like summary price, tax ...)

When I change anything in "order_status_notification.html" nothing changes in the status mail. I can change the status of an order to "shipped", then a model windows opens with the mail template - but nothing changed here.

Please help!

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

  • Posts: 84298
  • Thank you received: 13697
  • MODERATOR
1 day 5 hours ago #368414

Hi,

You can do it via the System>Emails menu. Edit the email there, and you can change the HTML section there.
This will allow you to use the "preview" button, to easily see the result.

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

  • Posts: 82
  • Thank you received: 7
  • Hikashop Business
1 day 4 hours ago #368427

Ah, yes! That's it! Thank you! :)

There's another issue: In the email (sent to the customer) for the "user account" (registration confirmation) - the link text of the activation link is not translated (but it is in the language file). It is -> ACCOUNT_MUST_BE_ACTIVATED I think.

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

  • Posts: 84298
  • Thank you received: 13697
  • MODERATOR
1 day 55 minutes ago #368428

Hi,

Try editing the email "user account" via the System>Emails menu.
There, you should have the line:

<?php echo JText::sprintf('ACCOUNT_MUST_BE_ACTIVATED'); ?>
in the HTML section. If not, try changing it to this.
If yes, then maybe try changing it to :
<?php echo JText::_('ACCOUNT_MUST_BE_ACTIVATED'); ?>
and see if that helps.

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

  • Posts: 82
  • Thank you received: 7
  • Hikashop Business
18 hours 55 minutes ago #368442

Thanks, it works!

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

Time to create page: 0.040 seconds
Powered by Kunena Forum