Post by twd247 » Thu Dec 17, 2015 4:11 am

Hi All

I have set the free shipping moduled so any order over £69.99 will be free shipping, but the option still comes up when the order is under 69.99 and WORKING.....

See picture i have attached.


Thank you
Mark

Attachments

checkout.png

checkout.png (656.69 KiB) Viewed 640 times

Admin.png

Admin.png (146.69 KiB) Viewed 640 times


Image
http://www.flowcentre.co.uk


New member

Posts

Joined
Tue Aug 02, 2011 11:23 pm

Post by daniGo » Thu Dec 17, 2015 4:42 am

This is how it works. Other shipping options are always active, even when free is available. If you want to have active only free shipping, then you need to change the code in shipping method files.

http://www.gombac.si


Active Member

Posts

Joined
Wed Mar 20, 2013 4:49 pm
Location - Slovenia

Post by twd247 » Thu Dec 17, 2015 5:20 am

daniGo wrote:This is how it works. Other shipping options are always active, even when free is available. If you want to have active only free shipping, then you need to change the code in shipping method files.
Hi DaniGo

so i f i set the free shipping for order over £70.00. but the order only come to £15.00 you can still checkout with free shipping!!!!!

you can try a test order if you went.

Thank you
mark

Image
http://www.flowcentre.co.uk


New member

Posts

Joined
Tue Aug 02, 2011 11:23 pm

Post by daniGo » Thu Dec 17, 2015 6:07 am

No, the order should be over £70.00.

This the code which deactivate free shipping method:

Code: Select all

if ($this->cart->getSubTotal() < $this->config->get('free_total')) {
	$status = false;
}

http://www.gombac.si


Active Member

Posts

Joined
Wed Mar 20, 2013 4:49 pm
Location - Slovenia

Post by twd247 » Thu Dec 17, 2015 6:32 am

daniGo wrote:No, the order should be over £70.00.

This the code which deactivate free shipping method:

Code: Select all

if ($this->cart->getSubTotal() < $this->config->get('free_total')) {
	$status = false;
}
Ok Thank you where would i find this bit of code

Cheers

Image
http://www.flowcentre.co.uk


New member

Posts

Joined
Tue Aug 02, 2011 11:23 pm

Post by twd247 » Thu Dec 17, 2015 6:48 am

done it cheers

Image
http://www.flowcentre.co.uk


New member

Posts

Joined
Tue Aug 02, 2011 11:23 pm
Who is online

Users browsing this forum: No registered users and 140 guests