- Posts: 90
- Thank you received: 1
Attach Serial Email Content
13 years 6 months ago #96226
by btbjosh
— Josh
Attach Serial Email Content was created by btbjosh
How do I change the text that says "Serial Data" and "Attached to product" in the email that has a serial attached to it?
This would be useful information for your documentation.
Thanks!
This would be useful information for your documentation.
Thanks!
Please Log in or Create an account to join the conversation.
13 years 6 months ago #96232
by Jerome
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
Replied by Jerome on topic Attach Serial Email Content
Hi,
Like HikaShop, you can change all translations in the "Languages" part in the HikaSerial configuration.
You can add overrides for this translation which would be use everywhere in your website.
If you just want to edit the email content, you can edit the corresponding view :
" orderserial | show_email_notification_html " (backend)
" orderserial | show_email_notification_html " (frontend)
The display of the order/invoice in the front-end:
" orderserial | show_order_front_show " (frontend)
" orderserial | show_order_frontvendor_invoice " (frontend)
" orderserial | show_order_frontvendor_show " (frontend)
" orderserial | show_order_marketfront_show " (frontend / HikaMarket)
The display of the order/invoice in the backend:
" orderserial | show_order_back_invoice " (backend)
" orderserial | show_order_back_show " (backend)
Regards,
Like HikaShop, you can change all translations in the "Languages" part in the HikaSerial configuration.
You can add overrides for this translation which would be use everywhere in your website.
Code:
ATTACHED_TO_PRODUCT="Attached to product"
SERIAL_DATA="Serial Data"
If you just want to edit the email content, you can edit the corresponding view :
" orderserial | show_email_notification_html " (backend)
" orderserial | show_email_notification_html " (frontend)
The display of the order/invoice in the front-end:
" orderserial | show_order_front_show " (frontend)
" orderserial | show_order_frontvendor_invoice " (frontend)
" orderserial | show_order_frontvendor_show " (frontend)
" orderserial | show_order_marketfront_show " (frontend / HikaMarket)
The display of the order/invoice in the backend:
" orderserial | show_order_back_invoice " (backend)
" orderserial | show_order_back_show " (backend)
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.
The following user(s) said Thank You: btbjosh
Please Log in or Create an account to join the conversation.
13 years 6 months ago #96233
by btbjosh
Please Log in or Create an account to join the conversation.
Moderators: Obsidev
Time to create page: 0.155 seconds