Post by dorakart » Fri Mar 29, 2019 1:08 am

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

Attachments

21.PNG

21.PNG (45.79 KiB) Viewed 6409 times


New member

Posts

Joined
Fri Nov 17, 2017 1:48 am

Post by IP_CAM » Fri Mar 29, 2019 11:18 am

Some Solutions of such! ;)
Ernie
---
Hide shipping method $20.00:
https://www.opencart.com/index.php?rout ... n_id=32375
Image
---
(2.x/3.x) Hide Checkout Steps $22.99:
https://www.opencart.com/index.php?rout ... n_id=31253
---
(2.x/3.x) Automatic Shipping $29.99:
https://www.opencart.com/index.php?rout ... n_id=31273
---
Hide/Skip Checkout Steps - Quick Checkout $20.00:
https://www.opencart.com/index.php?rout ... n_id=35673

My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by dorakart » 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.

New member

Posts

Joined
Fri Nov 17, 2017 1:48 am

Post by DeliaHampton » Sat Mar 30, 2019 10:44 am

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 .

Newbie

Posts

Joined
Fri Mar 29, 2019 10:19 pm

Post by OSWorX » Sat Mar 30, 2019 6:02 pm

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.

Full Stack Web Developer :: Dedicated OpenCart Development & Support DACH Region
Contact for Custom Work / Fast Support.


User avatar
Administrator

Posts

Joined
Mon Jan 11, 2010 10:52 pm
Location - Austria

Post by Johnathan » Sat Mar 30, 2019 9:50 pm

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.

Image Image Image Image Image


User avatar
Administrator

Posts

Joined
Fri Dec 18, 2009 3:08 am


Post by dorakart » Tue Apr 02, 2019 2:19 am

Hi,

Thanks for your reply.

I am new to OC, could you tell me know the process in detail.

Thanks in advance.

New member

Posts

Joined
Fri Nov 17, 2017 1:48 am

Post by Johnathan » Tue Apr 02, 2019 9:30 pm

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.

Image Image Image Image Image


User avatar
Administrator

Posts

Joined
Fri Dec 18, 2009 3:08 am


Post by xxvirusxx » Tue Apr 02, 2019 10:51 pm

And if you have 10000000000000 products :laugh:, you can easily do that from phpMyAdmin (Cpanel, you hosting)

Code: Select all

UPDATE oc_product SET shipping=0;
Where oc_ is you database prefix.

Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer


User avatar
Expert Member

Posts

Joined
Tue Jul 17, 2012 10:35 pm
Location - România

Post by dorakart » Wed Apr 03, 2019 2:43 am

Thank you all!
Its working.

New member

Posts

Joined
Fri Nov 17, 2017 1:48 am

Post by petersmith69 » Wed Apr 10, 2019 6:09 pm

hello,
i was having the same question.
thank you all for your replies. this solved my issue.

Newbie

Posts

Joined
Sun Mar 03, 2019 7:56 pm
Who is online

Users browsing this forum: No registered users and 79 guests