Skip to content

Commit

Permalink
[shopsys] added complaint detail url to mail templates (#3445)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasLudvik authored Sep 23, 2024
1 parent 634d19d commit 542cd22
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion app/config/shopsys-routing/routing_front_cs.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
front_customer_order_detail_registered:
path: /zakaznik/detail-objednavky/{orderNumber}
path: /zakaznik/detail-objednavky

front_customer_order_detail_unregistered:
path: /detail-objednavky/{urlHash}
Expand Down Expand Up @@ -38,3 +38,6 @@ front_personal_data_export:

front_stores:
path: /obchodni-domy

front_complaint_detail:
path: /zakaznik/detail-reklamace
5 changes: 4 additions & 1 deletion app/config/shopsys-routing/routing_front_en.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
front_customer_order_detail_registered:
path: /customer/orders/detail/{orderNumber}
path: /customer/order-detail

front_customer_order_detail_unregistered:
path: /order-detail/{urlHash}
Expand Down Expand Up @@ -38,3 +38,6 @@ front_personal_data_export:

front_stores:
path: /stores

front_complaint_detail:
path: /customer/complaint-detail
5 changes: 4 additions & 1 deletion app/config/shopsys-routing/routing_front_sk.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
front_customer_order_detail_registered:
path: /zakaznik/detail-objednavky/{orderNumber}
path: /zakaznik/detail-objednavky

front_customer_order_detail_unregistered:
path: /detail-objednavky/{urlHash}
Expand Down Expand Up @@ -38,3 +38,6 @@ front_personal_data_export:

front_stores:
path: /obchodne-domy

front_complaint_detail:
path: /zakaznik/detail-reklamace

0 comments on commit 542cd22

Please sign in to comment.