Some Solutions of such!
Ernie
---
Hide shipping method $20.00:
https://www.opencart.com/index.php?rout ... n_id=32375

---
(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

Ernie
---
Hide shipping method $20.00:
https://www.opencart.com/index.php?rout ... n_id=32375

---
(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.
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.
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.
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.
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.
And if you have 10000000000000 products
, you can easily do that from phpMyAdmin (Cpanel, you hosting)
Where oc_ is you database prefix.

Code: Select all
UPDATE oc_product SET shipping=0;
Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer
Who is online
Users browsing this forum: No registered users and 79 guests