-- HikaShop version -- : 4.4.0
-- Joomla version -- : 3.9.23
-- PHP version -- : 7.4
Hello!
I'm working on a Hikashop-powered store for car parts, and client has requested a huge bunch of identical nested categories. Each car model is a category, and each of them has identical set of parts grouped by type (sub-categories). Structure looks like this:
* Car model 1
--- Accesories
--- Suspension
--- Tires
* Car model 2
--- Accesories
--- Suspension
--- Tires
* Car model 3
--- Accesories
--- Suspension
--- Tires
As you can see, sub-categories (including their description, icon and parameters) are the same for each car model, but there are tens of car models.
Is it possible to automate the sub-category duplication procedure for each category (car model), so I don't get bored to death while re-creating those subcategories for each?
Many thanks in advance!
Best regards!