Import Attributes to Product - All version up to date.

20.02.2024 14:53
#1
jacobsen
Joomshopping forum user no avatar
Name: john
15.02.2011
Сообщения: 410
Quote
Import Attributes to Product - All version up to date.

Hi I try to import attributes but it won't work
depended - ISO-8859-1
product_id;attribute_name;attribute_value;price_mod;price;image
1;Vægskinne farve;Trafikhvid Ral. 9016;+;0.0000;https://reska.dk/components/com_jshopping/files/img_attributes/trafikhvid-ral9016.png

It is the right value/name.
Dependent Yes
Group: in the right Group
Show for categories* they have the right settings.

Result.:
Advarsel
Error csv field: attribute_name
Error csv field: attribute_value
Error csv field: price_mod
Error csv field: image
Error csv field: old_price
$list_id_depend_attribute:Array
(
[Vægskinne farve] => 1
[Søjlefarve] => 2
[Afstandsstykke farve] => 3
[Konsol farve] => 4
[Hylde farve] => 5
[Farvevalg] => 6
[Håndtag farve] => 7
[Kabinet farve] => 8
[Låge farve] => 9
[Knage farve] => 11
[Stel farve] => 12
[Låse-muligheder] => 13
[Afkortning på specialmål] => 14
[Favevalg----] => 15
[Stikkontakt type] => 16
[Extreme plastskabe-Skabsfarve] => 17
[Extreme plastskabe-dørfarve] => 18
[Højtrykslaminat farve] => 19
[Skrånende top] => 20
[Vælg skrående top] => 21
)


$originalattrnames:Array
(
[Vægskinne farve] => Vægskinne farve
[Søjlefarve] => Søjlefarve
[Afstandsstykke farve] => Afstandsstykke farve
[Konsol farve] => Konsol farve
[Hylde farve] => Hylde farve
[Farvevalg] => Farvevalg
[Håndtag farve] => Håndtag farve
[Kabinet farve] => Kabinet farve
[Låge farve] => Låge farve
[Knage farve] => Knage farve
[Stel farve] => Stel farve
[Låse-muligheder] => Låse-muligheder
[Afkortning på specialmål] => Afkortning på specialmål
[Favevalg----] => Favevalg----
[Stikkontakt type] => Stikkontakt type
[Extreme plastskabe-Skabsfarve] => Extreme plastskabe-Skabsfarve
[Extreme plastskabe-dørfarve] => Extreme plastskabe-dørfarve
[Højtrykslaminat farve] => Højtrykslaminat farve
[Skrånende top] => Skrånende top
[Vælg skrående top] => Vælg skrående top
)


$sysrow:array(6) {
[0]=>
string(10) "product_id"
[1]=>
string(14) "attribute_name"
[2]=>
string(15) "attribute_value"
[3]=>
string(9) "price_mod"
[4]=>
string(5) "price"
[5]=>
string(5) "image"
}


$list_csv_attribute:Array
(
)
.
Can you help?
KInd regards
Jacobsen


Joomla: 5.0.2
JoomShopping: 5.3.2
 
20.02.2024 16:43
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25965
Quote
Aw: Import Attributes to Product - All version up to date.

for Dependent: No
product_id;attribute_name;attribute_value;price_modificatin;price

For Dependent: Yes
product_id;price;amount_in_stock;product_code;manufacturer_code;weight;buy_price;weight_volume_units;old_price;Color;Size;ext_image

 
21.02.2024 13:03
#3
jacobsen
Joomshopping forum user no avatar
Name: john
15.02.2011
Сообщения: 410
Quote
Aw: Import Attributes to Product - All version up to date.

OK, But I get this error.

I have try it with/without header

For Dependent: No
product_id;attribute_name;attribute_value;price_modificatin;price

Chose charset: ISO-8859-1
Dependent: No
Delete old attributes: YES
Debug: NoYes
product_id attribute_name attribute_value price_mod price
1 Vægskinne farve Trafikhvid Ral. 9016 + 0.0000


With header
Error attribute_name: Vægskinne farve
Error attribute_name: Søjlefarve
Error attribute_name: Afstandsstykke farve
Error attribute_name: Konsol farve
Error attribute_name: Farvevalg
Error attribute_name: Hylde farve
$list_id_notdepend_attribute:Array
(
[Bænk/hylde materiale] => 10
)


$sysrow:array(5) {
[0]=>
string(10) "product_id"
[1]=>
string(14) "attribute_name"
[2]=>
string(15) "attribute_value"
[3]=>
string(9) "price_mod"
[4]=>
string(5) "price"
}

Without header:
Advarsel
Error attribute_name: Vægskinne farve
$list_id_notdepend_attribute:Array
(
)


$sysrow:array(5) {
[0]=>
string(10) "product_id"
[1]=>
string(14) "attribute_name"
[2]=>
string(15) "attribute_value"
[3]=>
string(9) "price_mod"
[4]=>
string(5) "price"
}

What to do?

KInd regards
Jacobsen

 
21.02.2024 15:58
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25965
Quote
Aw: Import Attributes to Product - All version up to date.

1. Bug in format: separator space - need ;
product_id attribute_name attribute_value price_mod price
1 Vægskinne farve Trafikhvid Ral. 9016 + 0.0000

2. An attribute named "Vægskinne favre" - must exist.

 
21.02.2024 16:59
#5
jacobsen
Joomshopping forum user no avatar
Name: john
15.02.2011
Сообщения: 410
Quote
Aw: Import Attributes to Product - All version up to date.

1. Bug in format: separator space - need ; ----------------- OK, done

product_id attribute_name attribute_value price_mod price
1 Vægskinne farve Trafikhvid Ral. 9016 + 0.0000

2. An attribute named "Vægskinne favre" - must exist. -------- The attribute exist. see attach images

Still problem with import.

Chose charset: UTF-8
Dependent: No
Delete old attributes: YES
Debug: Yes

product_id attribute_name attribute_value price_mod price
1 Vægskinne farve Trafikhvid Ral. 9016 + 0.0000
2 Vægskinne farve Trafikhvid Ral. 9016 + 0.0000
3 Vægskinne farve Trafikhvid Ral. 9016 + 0.0000
4 Vægskinne farve Trafikhvid Ral. 9016 + 0.0000
5 Vægskinne farve Trafikhvid Ral. 9016 + 0.0000

$list_id_notdepend_attribute:Array
(
[Vægskinne farve] => 1
[Søjlefarve] => 2
[Afstandsstykke farve] => 3
[Konsol farve] => 4
[Hylde farve] => 5
[Farvevalg] => 6
[Håndtag farve] => 7
[Bænk- hylde materiale] => 10
[Knage farve] => 11
[Stel farve] => 12
[Afkortning på specialmål] => 14
)


$sysrow:array(5) {
[0]=>
string(10) "product_id"
[1]=>
string(14) "attribute_name"
[2]=>
string(15) "attribute_value"
[3]=>
string(9) "price_mod"
[4]=>
string(5) "price"
}

What to do?
KInde regards
Jacobsen
Aw: Import Attributes to Product - All version up to date.

 
21.02.2024 17:12
#6
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25965
Quote
Aw: Import Attributes to Product - All version up to date.

- Still problem with import.

What's the problem?

(it will be easier)
Send me access.
url?
admin login?
example file csv


Последнее изменение: 21.02.2024 17:12
 
21.02.2024 22:31
#7
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25965
Quote
Aw: Import Attributes to Product - All version up to date.

Works.

1. login with correct language (See your csv file)
2. Your file charset: Iso
Chose charset: iso ...
3. Afhæning attribut: Nej

 
22.02.2024 08:59
#8
jacobsen
Joomshopping forum user no avatar
Name: john
15.02.2011
Сообщения: 410
Quote
Aw: Import Attributes to Product - All version up to date.

Thank you.

Your are right I don't was happen, but it works fine now.

KInd regards
Jacobsen

 
22.02.2024 09:34
#9
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25965
Quote
Aw: Import Attributes to Product - All version up to date.

JoomShopping 5.3.3
Optimized work with dependent attributes.

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.