Email subject: text placeholder is not replaced when order variable is also incl

  • Posts: 29
  • Thank you received: 1
5 months 8 hours ago #357133

-- HikaShop version -- : 4.7.4
-- Joomla version -- : 3.10.12
-- PHP version -- : 7.4.29

Hi,

I tried to add the order number to the email subject for the administrator notification email when an order is created but experienced the next:

1. When subject contains only text placeholder (or constant or I don't know what is the name of it in English) it works fine, the language specific expression is incuded
subject: ORDER_CREATION_NOTIFICATION_SUBJECT
result: "Új megrendelés történt az oldalán"

2.When the order number is addded to the subject, then it works partially, the text placeholder is not replaced to the language specific expression but the order number is filled:
subject: ORDER_CREATION_NOTIFICATION_SUBJECT - {order.order_number}
result: "ORDER_CREATION_NOTIFICATION_SUBJECT - 23/12/054160PB"

So it seems like if a DB field is included the text placeholders/constants are not processed.

Is there a way to make it work?

Best regards,

Bence

Last edit: 5 months 8 hours ago by bendegoose.

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

  • Posts: 81597
  • Thank you received: 13081
  • MODERATOR
4 months 4 weeks ago #357137

Hi,

You need to leave the subject to ORDER_CREATION_NOTIFICATION_SUBJECT
Then, edit your HikaShop language file under the Languages tab of the HikaShop configuration page and there search for ORDER_CREATION_NOTIFICATION_SUBJECT in order to create a translation override. In that override text you can add your tag {order.order_number}
You can read more about translation overrides here:
www.hikashop.com/download/languages.html#modify

The following user(s) said Thank You: bendegoose

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

Time to create page: 0.065 seconds
Powered by Kunena Forum