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

View File

@@ -142,6 +142,10 @@ div#onepagecheckoutps div#onepagecheckoutps_step_two .delivery_option{
div#onepagecheckoutps div#onepagecheckoutps_step_two .delivery_option .delivery_option_title{
font-size: 0.9rem;
}
div#onepagecheckoutps div#onepagecheckoutps_step_two .delivery_option .delivery_option_title--highlight{
font-weight: bold;
color: red;
}
div#onepagecheckoutps div#onepagecheckoutps_step_two .delivery_option .delivery_option_price{
font-size: 0.7rem;
}