MAGMI: Product Positioning Import

Table of Content

У magmi-web/plugins/extra/itemprocessors/categories/categoryimport.php на ~204 ст.

foreach ($pcatparts as $cp) {
    //$a = explode("::", $cp); // this replace
    $a = explode("||", $cp); // with this
    $catparts[] = $a[0];
    $catpos[] = (count($a) > 1 ? $a[1] : "0");
    // remove position to build catpart array
}

Leave a Reply

Your email address will not be published. Required fields are marked *