-- HikaShop version -- : 5.0.4
-- HikaSerial version -- : 4.0.2
-- Joomla version -- : 4.4.4
-- PHP version -- : 8.1.27
-- Browser(s) name and version -- : Chrome
Hi!
The serials we sell are tokens that are added to a URL.
In Joomla 3 we ade an override for the show_email_notification_html.php file which looked like this:
<tr>
<td><a href="<?php echo "{$data->url_ra}{$data->serial_data}"; ?>">Activation link for <?php echo $data->order_product_name . '(' . $key . ')'; ?></a><br />
<?php echo $data->activation_info; ?></td>
</tr>
"url_ra" and "activation_info" are custom fields of the product.
Unfortunately, after migrating to Joomla 4, the override is not working anymore. When it's in the html folder of my template, no confirmation email is sent at all.
Can you please help me how I can access custom fields of the product in the show_email_notification_html.php ?
Thank you!