Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
First attempt at creating Shopware 6 config
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjaap committed Nov 27, 2021
1 parent a3803ce commit e92ee70
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/config/shopware6/cart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cart:
columns: { country_id: { formatter: country } }
2 changes: 2 additions & 0 deletions src/config/shopware6/customer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
customer:
columns: { first_name: { formatter: first_name }, last_name: { formatter: last_name }, company: { formatter: company }, email: { formatter: email }, remote_address: { formatter: address } }
2 changes: 2 additions & 0 deletions src/config/shopware6/customer_address.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
customer_address:
columns: { country_id: { formatter: country }, country_state_id: { formatter: state }, company: { formatter: company }, first_name: { formatter: first_name }, last_name: { formatter: last_name }, street: { formatter: street }, zipcode: { formatter: zipcode }, city: { formatter: city }, phone_number: { formatter: phone } }
2 changes: 2 additions & 0 deletions src/config/shopware6/newsletter_recipient.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
newsletter_recipient:
columns: { email: { formatter: email }, first_name: { formatter: first_name }, last_name: { formatter: last_name }, city: { formatter: city }, street: { formatter: street } }
2 changes: 2 additions & 0 deletions src/config/shopware6/order_address.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
order_address:
columns: { country_id: { formatter: country }, company: { formatter: company }, first_name: { formatter: first_name }, last_name: { formatter: last_name }, street: { formatter: street }, zipcode: { formatter: zipcode }, city: { formatter: city }, phone_number: { formatter: phone } }
2 changes: 2 additions & 0 deletions src/config/shopware6/order_customer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
order_customer:
columns: { email: { formatter: email }, first_name: { formatter: first_name }, last_name: { formatter: last_name }, company: { formatter: company }, remote_address: { formatter: address } }
2 changes: 2 additions & 0 deletions src/config/shopware6/product_review.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
product_review:
columns: { external_email: { formatter: email } }
2 changes: 2 additions & 0 deletions src/config/shopware6/user.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
user:
columns: { first_name: { formatter: first_name }, last_name: { formatter: last_name }, email: { formatter: email } }

0 comments on commit e92ee70

Please sign in to comment.