Skip to content

Commit

Permalink
Update sample files for customers.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpartington-cti committed Aug 8, 2017
1 parent a128afc commit 245d1d2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ It tests the following:
| Related Products | :white_check_mark: | :grey_exclamation: | :white_check_mark: |
| Up Sell Products | :white_check_mark: | :grey_exclamation: | :white_check_mark: |
| Cross Sell Products | :white_check_mark: | :grey_exclamation: | :white_check_mark: |
| Customers | :x: | :x: | :x: |
| Customers | :white_check_mark: | :white_check_mark: | :white_check_mark: |
| SQL | :x: | :x: | :x: |
| Shipping Table Rates | :x: | :x: | :x: |
| Catalog Price Rules | :x: | :x: | :x: |
Expand Down
3 changes: 3 additions & 0 deletions Samples/Components/Customers/customers.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
email,_website,_store,firstname,gender,group_id,lastname,middlename,prefix,_address_city,_address_company,_address_country_id,_address_fax,_address_firstname,_address_lastname,_address_middlename,_address_postcode,_address_prefix,_address_region,_address_street,_address_suffix,_address_telephone,_address_vat_id,_address_default_billing_,_address_default_shipping_
test@test.com,base,admin,Test,,1,Test,,,Test,,GB,,Address 1 First Name,Address 2 Last Name,,123,,,Test,,123456789,,1,
,,,,,,,,,Another Test,,GB,,Address 2 First Name,Address 2 Last Name,,12345,,,Another Test,,23423,,,0
7 changes: 6 additions & 1 deletion Samples/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,9 @@ product_links:
sources:
- ../configurator/ProductLinks/related.yaml
- ../configurator/ProductLinks/cross-sells.yaml
- ../configurator/ProductLinks/up-sells.yaml
- ../configurator/ProductLinks/up-sells.yaml
customers:
enabled: 1
method: code
sources:
- ../configurator/Customers/customers.csv

0 comments on commit 245d1d2

Please sign in to comment.