Zen Cart Logo
Forums / Addon Shipping Modules / Free Shipping Rules addon [Support Thread]

Free Shipping Rules addon [Support Thread]

Views: 17,856

Results 21 to 37 of 37
10 Jul 2009, 12:29 AM
#21
jgraphics avatar

jgraphics

New Zenner

Join Date:
Oct 2006
Posts:
75
Plugin Contributions:
0

Free Shipping Rules addon [Support Thread]

numinix:

If the customer wants overnight shipping, your overnight shipping would still display at a cost. This script provides an EXTRA option for the customer whom is eligible.

I currently offer free (ground) shipping on all orders over $199.
Often, my customer rather pay to upgrade their shipping to either 3 day select or 2nd day air.

My cart doesn't currently offer any "upgraded" shipping methods if the customers order is over the $199.

Is there an easy fix to this problem? I'd really like the 3 Day Select and 2nd Day Air to still be a option which the customer can pay for if they choose.

Thanks for any help.

20 Jul 2009, 6:11 PM
#22
thenax avatar

thenax

New Zenner

Join Date:
Jun 2009
Posts:
67
Plugin Contributions:
0

Re: Free Shipping Rules addon [Support Thread]

numinix:

What this script does is exactly the same as FREE OPTIONS but instead of requiring only one rule to return true, all set rules must return true in order to receive free shipping.

For example, you would set order-total minimum to $200 and weight-total maximum to 5lbs. Then only orders that are over $200 and under 5lbs would be eligible for free shipping. You can make the free shipping available only to certain zones and the method of shipping would be your choice.

If the customer wants overnight shipping, your overnight shipping would still display at a cost. This script provides an EXTRA option for the customer whom is eligible.

i try to upload the files but i can't see any option! perhaps it operates only together FREE OPTIONS?

28 Jul 2009, 7:08 PM
#23
numinix avatar

numinix

Totally Zenned

Join Date:
Apr 2007
Location:
Vancouver, Canada
Posts:
1,567
Plugin Contributions:
58

Re: Free Shipping Rules addon [Support Thread]

JGraphics:

I currently offer free (ground) shipping on all orders over $199.
Often, my customer rather pay to upgrade their shipping to either 3 day select or 2nd day air.

My cart doesn't currently offer any "upgraded" shipping methods if the customers order is over the $199.

Is there an easy fix to this problem? I'd really like the 3 Day Select and 2nd Day Air to still be a option which the customer can pay for if they choose.

Thanks for any help.
Why can't you simply add those shipping modules and then set a check to only enable if the order is over $199? Any programmer could do this for you in an hour...

28 Aug 2009, 10:33 AM
#24
starbuck avatar

starbuck

New Zenner

Join Date:
Jun 2008
Posts:
47
Plugin Contributions:
0

Re: Free Shipping Rules addon [Support Thread]

Hi 1st want to say this module is very handy and works very well (good job)

i was just thinking can you help add an extra option to it to offer free shipping to a discount group?

The reason is i have a Forum and i offer free shipping to forum members but using a discount coupon code gives me not control over who uses it and people may tell their friends what it is.

So my thinking is to use discount group (set to 0 so they don't get money off the order) and have an option in this module that will display free shipping if they are in the forum discount group.

I have seen lots of request for a way of offing free shipping to a group so i think this added option will also help lots of others out there.

My coding skills are very basic so if anyone can help id be grateful.

2 Apr 2010, 11:17 AM
#25
enzo_ita avatar

enzo_ita

Zen Follower

Join Date:
Jul 2009
Posts:
402
Plugin Contributions:
0

Re: Free Shipping Rules addon [Support Thread]

<!--bof free ship icon --> <?php if(zen_get_product_is_always_free_shipping($products_id_current) && $flag_show_product_info_free_shipping) { ?> <div id="freeShippingIcon"><?php echo TEXT_PRODUCT_FREE_SHIPPING_ICON; ?></div> <?php } ?> <!--eof free ship icon --> The code above is the one I found in the tpl_product_info_display.php I assume it shows the free shipping icon if the product is set to always free shipping. I would like to modify this code in order to show the free shipping icon also if the product comply with the free shipping conditions set in admin>modules>shipping. I also would like that this free shipping icon pops up in the main page when a category is selected. Can someone tell me how to modify the code? I can make a small donation if needed. Thanks enzo
5 Apr 2010, 7:41 PM
#26
enzo_ita avatar

enzo_ita

Zen Follower

Join Date:
Jul 2009
Posts:
402
Plugin Contributions:
0

Re: Free Shipping Rules addon [Support Thread]

HELP HELP HELP!
I have a big problem.
I want to change the minimum order value for free shipping, but even if I change it in admin modules, it does not change in both "Shopping Cart Free-Shipping-Qualifier Sidebox" and in the text shown in the scheckhot shipping. Even more strange is that if the order value is over waht I set, it the order gets the free shipping correctly.
Where should I look for to set this?
Please help
thanks

5 Apr 2010, 9:20 PM
#27
enzo_ita avatar

enzo_ita

Zen Follower

Join Date:
Jul 2009
Posts:
402
Plugin Contributions:
0

Re: Free Shipping Rules addon [Support Thread]

enzo-ita:

HELP HELP HELP!
I have a big problem.
I want to change the minimum order value for free shipping, but even if I change it in admin modules, it does not change in both "Shopping Cart Free-Shipping-Qualifier Sidebox" and in the text shown in the scheckhot shipping. Even more strange is that if the order value is over waht I set, it the order gets the free shipping correctly.
Where should I look for to set this?
Please help
thanks
Let me try to say this better.
I had a min order value set at 100. Then I set it at 50. What happens is that the free shipping is given correctly when the order is over 50, but the text and the calculation in Shopping Cart Free shipping qualifier, remains as if I did not change the value from 100 to 50.
It looks like that part of the software looks at the db, that I check, finding that the value of 50 was set correctly, while another part looks at te old value memorized somewere else.
Please tell me where I should look to find this wrongly memorized value.
thanks

26 Jan 2011, 9:47 PM
#28
mb1 avatar

mb1

Totally Zenned

Join Date:
Jun 2006
Posts:
565
Plugin Contributions:
0

Re: Free Shipping Rules addon [Support Thread]

i'm really curious if an option can be added where i can pick which group can get free shipping, i personally just want free shipping rules to apply to retail sales.

26 Aug 2011, 6:40 AM
#29
hliang avatar

hliang

New Zenner

Join Date:
Jan 2010
Posts:
16
Plugin Contributions:
0

Re: Free Shipping Rules addon [Support Thread]

I recently upgraded php to 5.2 from the hosting company. After the upgrade this free shipping module comes with an error message in admin:

Warning: Call-time pass-by-reference has been deprecated in /home/content/<domain>/html/includes/modules/shipping/freeoptions.php on line 50

Warning: Call-time pass-by-reference has been deprecated in /home/content/</domain>/html/includes/modules/shipping/freeoptions.php on line 67

Anyone has a solution?

22 Dec 2011, 9:37 AM
#30
cocolala avatar

cocolala

New Zenner

Join Date:
Jan 2010
Posts:
31
Plugin Contributions:
0

Re: Free Shipping Rules addon [Support Thread]

I apply free ship to orders above MYR100 and below 1.6kg. However, why there are two options come out: free rules and zones table rate?

Shipping quotes are based on the address information you selected:
Kelantan Malaysia
Available Shipping Methods Rates
Free Shipping Rules (Free Rules) MYR0.00
Zone Rates (No shipping available to the selected country)
Zones Table Rate (1 x 1,545.00grams) (Within Peninsular Malaysia) MYR14.10

23 Jan 2012, 6:17 AM
#31
boomup avatar

boomup

New Zenner

Join Date:
Jan 2012
Posts:
48
Plugin Contributions:
0

Re: Free Shipping Rules addon [Support Thread]

when will update to v1.5?

23 Apr 2012, 10:58 AM
#32
mortalwombat avatar

mortalwombat

Zen Follower

Join Date:
Jul 2010
Location:
Australia
Posts:
131
Plugin Contributions:
0

Re: Free Shipping Rules addon [Support Thread]

Hello

Just downloaded this addon and so far it's turned out to be quite useful -- another great Numinix addition.

The only issue I have is this:

We have a rule in our store that if a client purchases 2 items valued at $200 each, they qualify for free shipping on their order. Now, Free Shipping Rules almost works this, but there is the problem that one cannot specify a single unit price.

So, essentially our clients are ordering 2 products at $400. Putting it this way into the addon, any two items in the cart, so long as the total is $400, will qualify for free shipping.

Some examples:

Scenario 1: Client has 1 item @ $150 and 1 item @ $250. This is a total of 2 items and $400. Therefore, as the addon sees it, free shipping is due. This is not what we want, as each item must be priced at $200 to qualify.

Scenario 2: Client has 1 item @ $350 and 1 item @ $200. This is a total of 2 items and $400, BUT each item is priced at $200 or more.

Scenario 2 is what we're looking to achieve -- if anyone has any ideas as to how we might go about getting this, it would be much appreciated.

Thanks heaps in advance,
Tija

4 Oct 2012, 2:58 PM
#33
dmitriy2012 avatar

dmitriy2012

New Zenner

Join Date:
Aug 2012
Posts:
16
Plugin Contributions:
0

Re: Free Shipping Rules addon [Support Thread]

To which folder should you upload the module as it does not say in instructions as leaving it in just public_html does not do anything, can you tell me in which folder the new code should be placed of current zen cart install?

8 Nov 2012, 9:42 AM
#34
planetz avatar

planetz

New Zenner

Join Date:
Nov 2012
Location:
Singapore
Posts:
8
Plugin Contributions:
0

Re: Free Shipping Rules addon [Support Thread]

v1.5 Free Delivery above x$

Should I need to have the store accept orders that is say $100 and above, it will be free shipping. Otherwise, order not acceptable. Can it be done? I have turned on FreeOption with x$ set but it doesn't work. Thanks in advance.

11 Feb 2015, 3:57 AM
#35
rongin avatar

rongin

Zen Follower

Join Date:
Feb 2009
Posts:
112
Plugin Contributions:
0

Re: Free Shipping Rules addon [Support Thread]

Hello,
I have just installed free shipping into 1.5.3, I think it is work but I want to use this just for a certan group in my catalog. I don't see where I can do this, I noticed that another member ask this question but I don't see a reply. My other question is this I have this error showing in my admin [ WARNING: YOU HAVE DUPLICATE SORT ORDERS WHICH WILL RESULT IN CALCULATION ERRORS
PLEASE CORRECT THESE ISSUES NOW! ] is this normal or have I done something wrong.
I hope this module works for my needs.
Thank you
Ron

11 Feb 2015, 1:45 PM
#36
ajeh avatar

ajeh

Oba-san

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

Re: Free Shipping Rules addon [Support Thread]

Keep in mind that if you have 1 Sort Order defined, you need all Sort Orders defined with unique values that do not equal 0 ...

If all Sort Orders are 0, then you will not get this error or if all Sort Orders are defined and are unique values ...

2 Dec 2016, 12:56 PM
#37
jpirie avatar

jpirie

New Zenner

Join Date:
Apr 2015
Location:
Assynt, North West Highlands of Scotland
Posts:
24
Plugin Contributions:
0

Re: Free Shipping Rules addon [Support Thread]

Apart from one post, which, incidentally, was not answered, no one has asked or mewntioned how one installs this Plugin.
It may be obviosu to those who are experienced with Zencart but, I've just used all I know about zen and attempted to install this plugin to no avail...

Could someone, who has this working (and other plugins) give a basic idea of how this is achieved for example...

I have uploaded all the included files with this plugin to the directory structures as supplied, changing the name of the MY_TEMPLATE folder to the name of my template folder of course!
I edited the file mentioned in the readme.txt file and saved it.
I have set up my free shipping rules in the zencart admin section, I want free shipping for anything under a certain weight and for an order over a certain value. So one item which is under a certain weight will be free but several products which add up to a certain value but would be over the free weight should also have free shipping offered.
At the moment I get free shipping for the weight limit but not for the value which is prety much how it worked without this plugin which leads me to the conclusion that I have not managed to install it? Also, where is the interface for setting it up? No mention is made of this or...am I being dim here :)

Thanks for any help you can offer.

James