Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Free shipping on select items?

Free shipping on select items?

Locked

Views: 2,017

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
10 Apr 2008, 5:09 AM
#1
icex2008 avatar

icex2008

New Zenner

Join Date:
Apr 2008
Posts:
13
Plugin Contributions:
0

Free shipping on select items?

Hi all,

I want to setup free shipping for aquatic shrimp. The problem is I want to offer USPS priority mail for free, or overnight express for $14. Anyway to offer multiple shipping options for one product or catagory? Thank you

10 Apr 2008, 5:25 AM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Free shipping on select items?

If you add no weight to the shrimp then they will be Free Shipping when 0 weight is defined as Free Shipping in the Shipping/Packaging and you need to install the Free Shipping freeshipper shipping module ...

If you want to change the language for this, you can customize the language file by copying:
/includes/languages/english/modules/shipping/freeshipper.php

to your template and override directory:
/includes/languages/english/modules/shipping/your_template_dir/freeshipper.php

This however is used for ONLY showing Free Shipping and no other shipping module ...

Another way to do it is to set the weight to 0 but set the 0 weight does NOT mean Free Shipping and install clone the Flat Rate flat shipping module to something like flatfree ...

This will show with other shipping modules ...

Now customize the code for the new flatfree shipping module to only display for that one Product or Category ...

Code is in:
/includes/modules/shipping/flatfree.php

Language is in:
/includes/languages/english/modules/shipping/flatfree.php

Set it to display when weight is 0 ... or when just Products you want are in the cart or products from a given category (master_categories_id) is helpful here to determin that ...

Somewhere in the last few weeks I just wrote up an example of how to control this and have it show when a products_id or categories_id is in the shopping cart ... but I forget where I put that ... :unsure:

Now this module will show only when these products are the only thing in the cart ...

Make another clone of Flat Rate flat for the flatovernight ...

When these products are in the cart with other things they will not add weight to the cart so they can ship for no additional charge ...

10 Apr 2008, 5:58 AM
#3
icex2008 avatar

icex2008

New Zenner

Join Date:
Apr 2008
Posts:
13
Plugin Contributions:
0

Re: Free shipping on select items?

Thanks for the advice, but I can't find flatfree.php. Are you sure its not flat.php?

10 Apr 2008, 6:20 AM
#4
icex2008 avatar

icex2008

New Zenner

Join Date:
Apr 2008
Posts:
13
Plugin Contributions:
0

Re: Free shipping on select items?

Well I modified and saved flat.php as flatfree.php and its not detecting it. Put both files in the custom folders of the directories. Any ideas?

11 Apr 2008, 5:22 AM
#5
icex2008 avatar

icex2008

New Zenner

Join Date:
Apr 2008
Posts:
13
Plugin Contributions:
0

Re: Free shipping on select items?

bump, anyone?