-- HikaShop version -- : 3.2.2
Hallo.
I want to show related products of the ordered products in an email which i send when order is arrived to customer.
This email is a notification where i ask the customer a review of his experience with us and i would like to show some related products of the ordered ones.
i already copied the
..../media/com_hikashop/mail/order_status_notification.html.php
file and modified it to my needs.
i would like to have this:
tr>
<td style="font-family: Century Gothic, Arial, Helvetica, sans-serif; border-bottom:1px solid #ddd;padding-bottom:3px;">
{LINEVAR:PRODUCT_IMG}
{LINEVAR:PRODUCT_NAME}<!--{IF:ORDER_PRODUCT_CODE}--> {LINEVAR:PRODUCT_CODE}<!--{ENDIF:ORDER_PRODUCT_CODE}-->
{LINEVAR:PRODUCT_DOWNLOAD}
</td>
<td style="font-family: Century Gothic, Arial, Helvetica, sans-serif; border-bottom:1px solid #ddd;padding-bottom:3px;text-align:right">{LINEVAR:PRODUCT_PRICE}</td>
filled up with related products.
Do i have to modify the preload file to get the information? If yes could you give me a notice which part i have to copy/modify ?
Thanks for you reply