-- HikaShop version -- : 2.6.3
-- Joomla version -- : 3.6.2
-- PHP version -- : 5.6.24
-- Browser(s) name and version -- : Fire
Hello
I have Plugin that automatically add products to card depending on customer added products...
public function onAfterCartUpdate(&$cartClass,&$cart,$product_id,$quantity,$add,$type,$resetCartWhenUpdate,$force) {
... $
...
cartClass->updateEntry('1',$cartContent,self::PROD_DIENSL_ONHE_PROD,'1',false,'product',$force);
...
---
It works fine and automatically added products are on the end of Cart.
When the order is confirmed the product order in email is wrong (automatically added product are top).
Regards
Petar Ristanovic