I am using the export function of xtCommerce Veyton (export manager) to export my products for google. The code I use is:
{$data.products_id}~{$data.products_ean}~{$data.products_link}~{$data.products_name}~{$data.products_description_clean}~{ $data.products_image_info}~{$data.products_price.plain}~{$data.manufacturers_name}~neu~DE:Paket::5.90~{if $data.products_quantity<=0}nicht auf Lager{/if} {if $data.products_quantity>0}auf Lager{/if}~{$data.category}~{$data.google_productcategory}
The only thing I've changed in comparison to the defaults is the last point - google_productcategory
The Problem is, all special characters like 'ö' or 'ß' are broken. Surely there is something wrong with the encoding.
My question is, is there a way to change this without modifying the core files as I would rather keep the system upgradable.
Thanks for your help!
