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:
2026-02-27 00:04:16 +01:00
parent 2a98067d9e
commit 3fc0519f9d
61 changed files with 11187 additions and 13 deletions

3
.vscode/ftp-kr.json vendored
View File

@@ -4,7 +4,7 @@
"password": "Project&*Pro12**!",
"remotePath": "/",
"protocol": "ftp",
"port": 0,
"port": 21,
"fileNameEncoding": "utf8",
"autoUpload": true,
"autoDelete": false,
@@ -13,6 +13,7 @@
"ignore": [
".git",
"/.vscode",
"/.serena",
"/.claude"
]
}