Files
interblue.pl/modules/dpdpoland/composer.json
Jacek Pyziak 3fc0519f9d 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.
2026-02-27 00:04:16 +01:00

7 lines
178 B
JSON

{
"name": "prestashop/dpdpoland",
"description": "DPD Poland",
"autoload": { "psr-4": { "DpdPoland\\": "src/" } },
"license": "DPDPoland",
"type": "prestashop-module"
}