Hi,
Im using csv universal import addon.
Im importing producst using EAN fiend instead of id. Is it possible to use EAN code for related products instead of product id?
brgds,
PD
|
14.09.2016 17:27
|
|
|
pdan
Name: Petur Dan
26.09.2011
Posts: 9
|
|
|
14.09.2016 20:49
|
|
|
admin
(Support Team) Name: Admin
05.08.2010
Posts: 28237
|
|
|
16.09.2016 17:08
|
|
|
pdan
Name: Petur Dan
26.09.2011
Posts: 9
|
|
|
16.09.2016 21:18
|
|
|
admin
(Support Team) Name: Admin
05.08.2010
Posts: 28237
|
Aw: Import from CSV - user ean for related products
Added config in Code 1. install Universal CSV Import 3.11.4 2. change file administrator\components\com_jshopping\importexport\unicsvimport\unicsvimport.php row 94 private $relate_product_import_ean = 0; change to private $relate_product_import_ean = 1; |
|
16.09.2016 23:31
|
|
|
pdan
Name: Petur Dan
26.09.2011
Posts: 9
|
|
|
17.09.2016 20:23
|
|
|
admin
(Support Team) Name: Admin
05.08.2010
Posts: 28237
|
|