Add review step template for one page checkout module
- Introduced a new template file 'review copy.tpl' for the order summary step in the one page checkout process. - The template includes a loading indicator and a header for the order summary section. - Conditional rendering based on customer registration status is implemented.
This commit is contained in:
17
modules/dpdpoland/config/routes.yml
Normal file
17
modules/dpdpoland/config/routes.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
dpdpoland_generate_shipping_list:
|
||||
path: dpdpoland/bulk/generate_shipping_list
|
||||
methods: [POST]
|
||||
defaults:
|
||||
_controller: 'DpdPoland\Controller\Admin\BulkGenerateShippingController::generate'
|
||||
|
||||
dpdpoland_generate_shipping_list_with_label:
|
||||
path: dpdpoland/bulk/dpdpoland_generate_shipping_list_with_label
|
||||
methods: [POST]
|
||||
defaults:
|
||||
_controller: 'DpdPoland\Controller\Admin\BulkGenerateShippingController::generateWithLabel'
|
||||
|
||||
dpdpoland_generate_shipping_label:
|
||||
path: dpdpoland/bulk/dpdpoland_generate_shipping_label
|
||||
methods: [POST]
|
||||
defaults:
|
||||
_controller: 'DpdPoland\Controller\Admin\BulkGenerateShippingController::generateLabel'
|
||||
Reference in New Issue
Block a user