HI,
I have setup 2 shipping options : Standard Shipping for purchase less than $200, and FREE shipping for purchase over $200. And buyers tend to overlook the free shipping option and pay extra.
Is that a way I could disable the Standard Shipping when buyers purchase over $200-00, and show only FREE Shipping ?
Thanks in advance !
Shaw
I have setup 2 shipping options : Standard Shipping for purchase less than $200, and FREE shipping for purchase over $200. And buyers tend to overlook the free shipping option and pay extra.
Is that a way I could disable the Standard Shipping when buyers purchase over $200-00, and show only FREE Shipping ?
Thanks in advance !
Shaw
Hi, if your extension is a commercial extension, you should ask the developer if he/she can help.
No matter which shipping extension you're using, you should be able to hide it when over a certain cart total by doing the following edit:
IN:
REPLACE:
WITH:
IN:
Code: Select all
/catalog/model/shipping/YOURSHIPPING.php
Code: Select all
if ($status) {
Code: Select all
if ($status && $this->cart->getSubTotal() < $this->config->get('free_total')) {
Hi there I fairly understand the logic of the php statement, how do i make it so that it chooses a method of shipping or even payment or for other pages like vouchers to be used etc, How can i use this if a certain field in the product be set? What would it be? For e.g. I got a field called "Pre Order"
I would like a certain payment method to be only used if that is field is set, and if it not it will sue the default methods
Could you help fill the blanks? I am using Opencart 1.5.1.1
I would like a certain payment method to be only used if that is field is set, and if it not it will sue the default methods
Code: Select all
I am assuming it could be something like if ($status && $this->-cart->getProducts()
good luck with that. Those are alot of blanks.Hashishim wrote:Hi there I fairly understand the logic of the php statement, how do i make it so that it chooses a method of shipping or even payment or for other pages like vouchers to be used etc, How can i use this if a certain field in the product be set? What would it be? For e.g. I got a field called "Pre Order"
I would like a certain payment method to be only used if that is field is set, and if it not it will sue the default methodsCould you help fill the blanks? I am using Opencart 1.5.1.1Code: Select all
I am assuming it could be something like if ($status && $this->-cart->getProducts()
OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter
Who is online
Users browsing this forum: No registered users and 6 guests