Page 1 of 1
[SOLVED] How do I remove Shipping Method in the OpenCart checkout page?
Posted: Fri Mar 29, 2019 1:08 am
by dorakart
Hi,
we need to remove Shipping Method in the OpenCart checkout page.
could you please help in this.
please find the image(21.png) for your reference.
and we are using OC2.2.0.0
Re: How do I remove Shipping Method in the OpenCart checkout page?
Posted: Fri Mar 29, 2019 11:18 am
by IP_CAM
Re: How do I remove Shipping Method in the OpenCart checkout page?
Posted: Sat Mar 30, 2019 12:10 am
by dorakart
My requirement is not that one.
we need to Disable "Shipping Method" in the OpenCart checkout page.
is there any possibility to disable.
Re: How do I remove Shipping Method in the OpenCart checkout page?
Posted: Sat Mar 30, 2019 10:44 am
by DeliaHampton
dorakart wrote: ↑Sat Mar 30, 2019 12:10 am
My requirement is not that one.
we need to Disable "Shipping Method" in the OpenCart checkout page.
is there any possibility to disable.
I have the same question .
Re: How do I remove Shipping Method in the OpenCart checkout page?
Posted: Sat Mar 30, 2019 6:02 pm
by OSWorX
dorakart wrote: ↑Sat Mar 30, 2019 12:10 am
My requirement is not that one.
we need to Disable "Shipping Method" in the OpenCart checkout page.
is there any possibility to disable.
Because you are using not the standard OpenCart checkout, and as fas as I know some of those Qucik Checkout solutions, you should be able to disable that inside the module settings.
If the module has no option for that, simply hide it by yourself by a few lines of code.
Re: How do I remove Shipping Method in the OpenCart checkout page?
Posted: Sat Mar 30, 2019 9:50 pm
by Johnathan
If you don't need any shipping on products, then you should mark the products as "Requires Shipping: No". That will hide both the shipping methods area, and the shipping address area.
If you still need the shipping address to show up, then you're going to have to talk to your quick checkout developer, like others have suggested. It's not a normal part of OpenCart, so you'll need to ask its developer exactly how to do it.
Re: How do I remove Shipping Method in the OpenCart checkout page?
Posted: Tue Apr 02, 2019 2:19 am
by dorakart
Hi,
Thanks for your reply.
I am new to OC, could you tell me know the process in detail.
Thanks in advance.
Re: How do I remove Shipping Method in the OpenCart checkout page?
Posted: Tue Apr 02, 2019 9:30 pm
by Johnathan
If you're talking about removing shipping from products, go to Catalog > Products > Edits in the admin panel. Then, in the "Data" tab for the product, there is a setting called "Requires Shipping" that has a Yes/No toggle. Set that to "No", and the product will then not require shipping in the checkout.
Re: How do I remove Shipping Method in the OpenCart checkout page?
Posted: Tue Apr 02, 2019 10:51 pm
by xxvirusxx
And if you have 10000000000000 products

, you can easily do that from phpMyAdmin (Cpanel, you hosting)
Where
oc_ is you database prefix.
Re: How do I remove Shipping Method in the OpenCart checkout page?
Posted: Wed Apr 03, 2019 2:43 am
by dorakart
Thank you all!
Its working.
Re: [SOLVED] How do I remove Shipping Method in the OpenCart checkout page?
Posted: Wed Apr 10, 2019 6:09 pm
by petersmith69
hello,
i was having the same question.
thank you all for your replies. this solved my issue.