If a customer ticks the box "Different Invoice and Delivery address" the last stage of Checkout includes both the Delivery address table and the Payment table. That is Checkout Page 02.
I would like to have the payment table on a separate page.
Is this easy and if yes how do I do this?
I've notice Actinic includes a Checkout 03 page.
The reason I want to add an extra page is so that I can have a float div on the left during the last payment page with both the basket as well as the delivery and invoice address so that the customer can really confirm the data of the order before submitting payment.
I guess, if the box is not ticked, the third page needs to be bypassed somehow and go straight to the payment page. Is this achievable( perhaps with a blockif or something ?
I would like to have the payment table on a separate page.
Is this easy and if yes how do I do this?
I've notice Actinic includes a Checkout 03 page.
The reason I want to add an extra page is so that I can have a float div on the left during the last payment page with both the basket as well as the delivery and invoice address so that the customer can really confirm the data of the order before submitting payment.
I guess, if the box is not ticked, the third page needs to be bypassed somehow and go straight to the payment page. Is this achievable( perhaps with a blockif or something ?
Comment