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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user