Problem With Import
So I need to upload a coupon file with a bunch of special/foreign characters. I manage to do this by changing the characters to its HTML codes in Excel. The problem is when I do this with store names. The store name is fine but the slug for it that gets generated ignores these characters (instead of changing ç to c for example as the rest of the theme/
WP does it ignores that character in the slug). This results in the proper store not being matched and instead a new store with same name is generated that has different slug.
Is there a way to specifiy the store slug within the importer CSV file (I tried store_slug and clpr_store_slug but neither worked).