I cannot even map the categories in the XML file with the categories of my shop
I use the following code
<?php
// Update the array with your mapping rules.
// The values on the left will be translated
// to the value on the right.
//
// Usage: [my_map_data({category[1]})]
function my_map_data( $data ) {
$map = array(
‘Software > Antivirus’ => ‘Software > Antivirus’,
‘Software > Εφαρμογ??’ => ‘Software > Εφαρμογ??’,
‘Software > Λειτουργικ? Συστ?ματα’ => ‘Software > Λειτουργικ? Συστ?ματα’,
‘Συνοδευτικ? PC > Ποντ?κια’ => ‘pc-perifereiaka > perifereiaka-pc > pontikia’,
);