I am on HikaShop 2.0 and Hika Serial 1.5 upgrade today.
When I do a test order with a coupon to reduce the cost to zero I get no serial data in the order confirmation email.
Serial is visible in front end order display
Looking at other threads on this subject I see that this code
<?php
JPluginHelper::importPlugin('hikashop');
$dispatcher =& JDispatcher::getInstance();
$dispatcher->trigger('onAfterOrderProductsListingDisplay', array(&$data->cart, 'email_notification_html'));
?>
should be in the order_status_notification email but it is not. I remember all this working when I first tested it some months back now it's broken.
What to do? If I need that code snippet in there can you give me a clue WHERE it should go.
Please help this is quite urgent.
Conrad