-- HikaShop version -- : 4.4.5
-- Joomla version -- : 3.9.21
-- PHP version -- : 7.4.33
-- Browser(s) name and version -- : Chrome
Issue : Customer order does not includes the flavours selected.
Findings :
- found that when a product bundle is added to cart, a product bundle and a product with flavours (options) will be added to cart.
- customer ended up deleting the order without options when they see duplicate
We currently applied a temporary fix as attached in the "public_html\components\com_hikashop\controllers\product.php (line 519)" file.
We also attached a few recordings of the issue.
01- product checkout will appear as two, one with options and one without
youtu.be/dhObJuLkeR4
02 - when remove bundle in cart, will remove the entire thing
youtu.be/nRKZGu0lfmo
03 - remove bundle with the options, will not remove the entire thing. but the order will end up not showing the flavours selected.
youtu.be/LdBDBPz8gNQ
Kindly help take a look.