I'm trying to import multiple categories into Hikashop from a csv file.
What I get from the .csv is this:
"CAT/CAT-SUB1|CAT/CAT-2|CAT/CAT-1"
What I would like as output is this:
product category/CAT/CAT-SUB1|product category/CAT/CAT-2|product category/CAT/CAT-1
I have created a combine rule to put the first "product category" in front using a default value, this works fine.
But then I needed to replace the "|" character with "|product category/" but this is not working when I use a normal replace rule in the same template field (category_desription) and I don't understand why

So any tips or inspiration is welcome!