Commit 8a5ca7c43d2978c48a1576c56a5ebb8130f52b9a

Authored by Administrator
1 parent 472449af

big commti

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
common/modules/product/models/Import.php
... ... @@ -376,6 +376,8 @@ class Import extends Model {
376 376 {
377 377 if (! empty ($data[$i]))
378 378 {
  379 + print_r($data[$i]);
  380 + die();
379 381 $mod_arr = explode ('=', $data[$i]);
380 382 $mod_art = $mod_arr[0];
381 383 $variant_filters = explode ('*', $mod_arr[1]);
... ...