Page 1 of 1
How display Shipping and Payment Methods in Checkout view?
Posted: Tue May 14, 2024 8:34 am
by stanmx
Hi everyone,
I'm searching how display the Shipping Method and Payment Method options directly in the Checkout view of OC v4.0.2.3
Right now the user need to press a Choose button to open a modal view and select the option.
What I need to do to change this?
Thank you!
Re: How display Shipping and Payment Methods in Checkout view?
Posted: Tue May 14, 2024 8:52 am
by straightlight
stanmx wrote: ↑Tue May 14, 2024 8:34 am
Hi everyone,
I'm searching how display the Shipping Method and Payment Method options directly in the Checkout view of OC v4.0.2.3
Right now the user need to press a Choose button to open a modal view and select the option.
What I need to do to change this?
Thank you!
You may need to get a one page checkout extension to achieve this.
Re: How display Shipping and Payment Methods in Checkout view?
Posted: Tue May 14, 2024 10:01 am
by stanmx
straightlight wrote: ↑Tue May 14, 2024 8:52 am
stanmx wrote: ↑Tue May 14, 2024 8:34 am
Hi everyone,
I'm searching how display the Shipping Method and Payment Method options directly in the Checkout view of OC v4.0.2.3
Right now the user need to press a Choose button to open a modal view and select the option.
What I need to do to change this?
Thank you!
You may need to get a one page checkout extension to achieve this.
Thank you Straightlight,
AJAX Quick Checkout FREE (One Page Checkout, Quick Checkout) made a interesting visual update in the Checkout view.
But, i want to change only the Shipping Method and Payment Method presentation direct in the checkout view, do you have a tutorial or article you recommend to do this? Thank you!
Re: How display Shipping and Payment Methods in Checkout view?
Posted: Tue May 14, 2024 10:38 am
by straightlight
stanmx wrote: ↑Tue May 14, 2024 10:01 am
straightlight wrote: ↑Tue May 14, 2024 8:52 am
stanmx wrote: ↑Tue May 14, 2024 8:34 am
Hi everyone,
I'm searching how display the Shipping Method and Payment Method options directly in the Checkout view of OC v4.0.2.3
Right now the user need to press a Choose button to open a modal view and select the option.
What I need to do to change this?
Thank you!
You may need to get a one page checkout extension to achieve this.
Thank you Straightlight,
AJAX Quick Checkout FREE (One Page Checkout, Quick Checkout) made a interesting visual update in the Checkout view.
But, i want to change only the Shipping Method and Payment Method presentation direct in the checkout view, do you have a tutorial or article you recommend to do this? Thank you!
Since you're using the Quick Checkout extension, contact the extension developer to see if that can be done. Alternatively, this post also talks about the one-page checkout:
viewtopic.php?t=233675#p869884 .
Re: How display Shipping and Payment Methods in Checkout view?
Posted: Tue May 14, 2024 10:40 am
by stanmx
straightlight wrote: ↑Tue May 14, 2024 10:38 am
stanmx wrote: ↑Tue May 14, 2024 10:01 am
straightlight wrote: ↑Tue May 14, 2024 8:52 am
You may need to get a one page checkout extension to achieve this.
Thank you Straightlight,
AJAX Quick Checkout FREE (One Page Checkout, Quick Checkout) made a interesting visual update in the Checkout view.
But, i want to change only the Shipping Method and Payment Method presentation direct in the checkout view, do you have a tutorial or article you recommend to do this? Thank you!
Since you're using the Quick Checkout extension, contact the extension developer to see if that can be done.
I am not using yet the extension, I just saw the demo example. I'm more interesting in see if is possible do it directly in the current template without the necessary of an extension. If you know how I can do it without extensions. Thank you!
Re: How display Shipping and Payment Methods in Checkout view?
Posted: Tue May 14, 2024 6:17 pm
by straightlight
stanmx wrote: ↑Tue May 14, 2024 10:40 am
straightlight wrote: ↑Tue May 14, 2024 10:38 am
stanmx wrote: ↑Tue May 14, 2024 10:01 am
Thank you Straightlight,
AJAX Quick Checkout FREE (One Page Checkout, Quick Checkout) made a interesting visual update in the Checkout view.
But, i want to change only the Shipping Method and Payment Method presentation direct in the checkout view, do you have a tutorial or article you recommend to do this? Thank you!
Since you're using the Quick Checkout extension, contact the extension developer to see if that can be done.
I am not using yet the extension, I just saw the demo example. I'm more interesting in see if is possible do it directly
in the current template without the necessary of an extension. If you know how I can do it without extensions. Thank you
!
It is possible to do it but does require extensive work to rebuild this out-of-the-box.
Re: How display Shipping and Payment Methods in Checkout view?
Posted: Tue May 14, 2024 8:03 pm
by paulfeakins
stanmx wrote: ↑Tue May 14, 2024 8:34 am
I'm searching how display the Shipping Method and Payment Method options directly in the Checkout view of OC v4.0.2.3
You could get a one-page-checkout extension?
Re: How display Shipping and Payment Methods in Checkout view?
Posted: Wed May 15, 2024 2:14 am
by stanmx
straightlight wrote: ↑Tue May 14, 2024 6:17 pm
stanmx wrote: ↑Tue May 14, 2024 10:40 am
straightlight wrote: ↑Tue May 14, 2024 10:38 am
Since you're using the Quick Checkout extension, contact the extension developer to see if that can be done.
I am not using yet the extension, I just saw the demo example. I'm more interesting in see if is possible do it directly
in the current template without the necessary of an extension. If you know how I can do it without extensions. Thank you
!
It is possible to do it but does require extensive work to rebuild this out-of-the-box.
I will try and if I discover a solution, I will share it here. Thank you!
Re: How display Shipping and Payment Methods in Checkout view?
Posted: Wed May 15, 2024 4:57 am
by JNeuhoff
Why not just change these 2 files:
catalog/view/template/checkout/payment_method.twig
catalog/view/template/checkout/shipping_method.twig
?
This could be done via some simple event handlers.
Re: How display Shipping and Payment Methods in Checkout view?
Posted: Wed May 15, 2024 5:45 pm
by Mateusz199
To display the Shipping Method and Payment Method options directly in the Checkout view of OC v4.0.2.3, you'll need to make changes in the source code or template.
Pozdrawiam, Mateusz