-- HikaShop version -- : 2.6.1
I am getting some data from external xml file and adding them to hikashop.
Everything is working fine in the front-end. Customer can see variants and works perfect. But in joomla administrator , in variant tab, there is no varient (for editing). Why it shows variants in the site but not showing it in administrator side??
My adding scenario:
Imagine the main product has id 1 and parent_id is 0. The other choices has id 2,3 and parent_id 1.
In hikashop_variant table: product with id 1 (parent product) has parent characteristic and child characteristic. But child products with id 2 and 3 has only child characteristic.
This is what I understood from other products that I inserted from hikashop panel in joomla. But as I mentioned what I insert from my custom panel, works fine in front-end (site) , but doesn't show the variants in joomla administrator.
Any idea?