add tracking number to shipment notification emai

  • Posts: 90
  • Thank you received: 1
11 years 6 months ago #101355

So I created a field for the tracking number in "additional information" how can I add it to my shipment notification email after "Hi ,
The status of your order No. 50031 has been changed to shipped. " (I would like to add) Your tracking number is ************ I would also like to add the shipment method as well.. If that is possible.

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

  • Posts: 12953
  • Thank you received: 1778
11 years 6 months ago #101395

Hi,

You'll have to edit the code of your Emails through "Hikashop->System->Emails->'Your Email'" and display your custom field.

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

  • Posts: 90
  • Thank you received: 1
11 years 6 months ago #101861

Is it the "Order status notification" what is the coding I would need to put and where in the email?

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

  • Posts: 12953
  • Thank you received: 1778
11 years 6 months ago #101931

Sure that's the "Order status notification", and the code will depend of how did you set your customfield, so can you show me with some screenshots how did you configured it ?

Thanks :).

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

  • Posts: 90
  • Thank you received: 1
11 years 6 months ago #102041

I created a custom field of type order. Here are two screenshots. on the second picture it is the last field at the bottom.

Attachments:
Last edit: 11 years 6 months ago by langkatech. Reason: added more description

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

  • Posts: 12953
  • Thank you received: 1778
11 years 6 months ago #102104

I think that you'll be able to do it with some code like :

<?php echo "Tracking Number : " . @$data->trackingnumber;
          ?>

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

Time to create page: 0.078 seconds
Powered by Kunena Forum