Post by kshirod » Sat Nov 17, 2012 2:33 am

Hi,
I want that when user will add more than 5 numbers pf product in his shopping cart then he will get free shipping.
So can some one tell me how to to that?

Newbie

Posts

Joined
Sat Nov 17, 2012 2:26 am

Post by Tcalp » Sat Nov 17, 2012 3:06 am

There is a module called 'free shipping plus' which will add this functionality.

http://www.opencart.com/index.php?route ... on_id=2330

Increase Page Speed (#1 rated commercial extension on OpenCart Marketplace)
15in1 Essential Extensions Value Pack Premium Customer Testimonials Reward Points Extended Admin Security Lockdown Suite

Image
irc.freenode.net #opencart


User avatar
Active Member

Posts

Joined
Wed Jul 06, 2011 1:49 pm

Post by Johnathan » Sat Nov 17, 2012 12:23 pm

Or, if you only want to give free shipping on certain products, and charge for others, then you could use Product-Based Shipping.

Image Image Image Image Image


User avatar
Administrator

Posts

Joined
Fri Dec 18, 2009 3:08 am


Post by kshirod » Sat Nov 17, 2012 12:52 pm

Hi,
I have used this line of code in flat.php file (catalog/model/shipping) .
if ( $this->cart->countProducts() > 5) {
$status = false;
}
This is going fine. So is this the right way to to do?

Newbie

Posts

Joined
Sat Nov 17, 2012 2:26 am
Who is online

Users browsing this forum: No registered users and 72 guests