Recently just ran a test import in 4.1.3 and at first I noticed that category titles are not using
& in place of
& which I thought would be a minor issue if I just change the titles to use
& when I import via CSV (3.x-4.x method) instead and that is what I did. But when I'm browsing in a category with subcategoires I would see
& instead of
& in the subcategory which is a problem.
I've looked in
../skin1/customer/main/subcategories.tpl but that one is "escaped" which is what I believe what I need to do. It is the bar on the left side with all the root categories that is not "escaped". So I made the change to
../skin
1/customer/categories.tpl from
and changed it to
Code:
{$c.category|escape}
I'm wondering if this change will produce any unwanted effects.