-- HikaShop version -- : 4.4.5
-- Joomla version -- : 3.10.14
-- PHP version -- : 7.4.26
In my shop I have setup a few shipping methods which users can select during checkout.
As soon as payment is completed, the customer receives an email with a summary of the purchase. I would like this email to display the shipping method that was selected.
In the email editor, I can include a number of tags but I cannot seem to find the tag that will display the name of the selected shipping method.
I can find {VAR:order.order_shipping_id} and {VAR:order.order_shipping_method} but the values behind these are 1-2-3-4 etc for the ID and "manual" for the method.
Does anybody know which tag I can use to display the NAME of the shipping method which was selected?
(
for example in the screenshot below, the second option 'Afhalen op school voor 09.30' will give the value 2 with VAR:order.order_shipping_id and will give the value 'manual' with VAR:order.order_shipping_method but I would like to retrieve 'Afhalen op school voor 09.30' )