I have a customer that has a webshop with the following checkout-flow:
Basket -> Invoice address info -> Shipping method -> Payment method -> Confirm order details -> Payment -> Confirmation
I would like to skip the shipping method since the customer only has one.
I have made an extension that redirects from the Shipping method to the Payment methods and inserted that in the macro that normally would have shown the Shipping method.
By doing so I it seems that I have succesfully skipped the step and it seems to be working correctly - but is it the correct way to do so? The address and payment method is registered.
Is this the right approach or am I missing something?
You can easily skip the shipping method page if you want to. You just have to ensure that the correct shipping method is placed on the order. That could be anywhere in your checkout flow :) If you see the shipping method on your order it should work.
Skip shipping in checkout-flow
Hi everybody,
I have a customer that has a webshop with the following checkout-flow:
Basket ->
Invoice address info ->
Shipping method ->
Payment method ->
Confirm order details ->
Payment ->
Confirmation
I would like to skip the shipping method since the customer only has one.
I have made an extension that redirects from the Shipping method to the Payment methods and inserted that in the macro that normally would have shown the Shipping method.
By doing so I it seems that I have succesfully skipped the step and it seems to be working correctly - but is it the correct way to do so? The address and payment method is registered.
Is this the right approach or am I missing something?
Kind regards
Sonni T.
You can easily skip the shipping method page if you want to. You just have to ensure that the correct shipping method is placed on the order. That could be anywhere in your checkout flow :) If you see the shipping method on your order it should work.
is working on a reply...