Multi Websites/Stores import of products including tier prices
|
Admin row
-
Add additional column
-
First step: Add the column
tier_prices
to the CSV file with the product data-
When importing
tier_prices
to multiple store views, thetier_prices
field must be populated with the following given format and separated by a pipe (|
) -
No list element escaping required
-
-
-
Example store view 1
qty=5,price=51.000000,value_type=fixed,website=All Websites,customer_group=ALL GROUPS
-
Example store view 2
qty=15,price=3.00,value_type=fixed,website=additional_base,customer_group=General
-
Example store view 3
qty=10,price=47.750000,value_type=discount,website=base,customer_group=ALL GROUPS
-
Example
tier_prices
field result. The data sets are seperated by pipes (|
)
qty=5,price=51.000000,value_type=fixed,website=All Websites,customer_group=ALL GROUPS|qty=15,price=3.00,value_type=fixed,website=additional_base,customer_group=General|qty=10,price=47.750000,value_type=discount,website=base,customer_group=ALL GROUPS
-
There is no limit to how many rows with tier prices the column contains
-
The pipe (
|
) separates each row with tier prices, while each row/column containingattribute_code
value pairs gets separated by the standard comma (,
)
-
-
The
attribute_code
value pairs themselves are separated by the=
character -
Our sample data provide a example of how the file format shoud be
Attribute | Example | Description |
---|---|---|
|
The number entered determines when a tier_price takes effect |
|
|
The value entered under |
|
|
|
|
|
Magento Backend > Stores > All Stores ⇒ add the Web Site Code to the attribute
website=additional_base |
|
|
|
|
Store view
In the field store_view_code
, the corresponding store view code (default
, de_de
, en_us
, …
) must be entered
for each additional store view, except for the admin row.
For the following store code related product add-on values, no entry in the tier_prices
field is required
|