Page 1 of 2 12 LastLast
Results 1 to 10 of 37

Hybrid View

  1. #1
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,547
    Plugin Contributions
    81

    Default Free Shipping Rules addon [Support Thread]

    Free Shipping Rules v1.0

    Available for download and testing at:

    http://www.numinix.com/index.php?mai...d=42&chapter=0

    Description:

    This shipping module (based on Free Options written by DrByte and Ajeh) allows merchants to offer free shipping when more than one requirement is set. These requirements include order total, total weight, and total items. For example, if the minimum order total is set to $1000 and the maximum weight is set to 5lbs, free shipping would only be given for orders that meet BOTH of these requirements. Free Options would be given if ANY of these requirements are met.

  2. #2
    Join Date
    Nov 2003
    Posts
    1,155
    Plugin Contributions
    0

    Default Re: Free Shipping Rules Support Thread

    Does this allow you to designate a particular item as free shipping if within a certain zone and if a certain shipping method is chosen?

    Example:

    Item 1234
    Free Shipping IF shipped to Zone A, B, or C and IF using shipping method X, Y, or Z

    Otherwise.....regular shipping rates apply.

    The idea is you might want to offer an item as Free Shipping but only if shipped to certain zones using certain methods.

    What if someone wants Item 1234 overnighted to a Euro zone? If the shipping module accounts for geo-zones and shipping methods, this would be do-able.

    Thanks

  3. #3
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,547
    Plugin Contributions
    81

    Default Re: Free Shipping Rules Support Thread

    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.

  4. #4
    Join Date
    Jun 2008
    Posts
    61
    Plugin Contributions
    1

    Default Re: Free Shipping Rules Support Thread

    Anyone tried on version ZC 1.3.8? Works?

    Thanks.

  5. #5
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,547
    Plugin Contributions
    81

    Default Re: Free Shipping Rules Support Thread

    yes it does.

  6. #6
    Join Date
    Jul 2008
    Posts
    238
    Plugin Contributions
    0

    Default Re: Free Shipping Rules Support Thread

    i have kind of a weird request...haven't seen an answer to this in the forum, but i suspect it may be kind of difficult to do....i get the free shipping icon to come up when its an always free shipping item

    but i want to get the free shipping icon to show up with my free shipping rules as well...for example my rule is any order that is over $100 and less than 10 lbs is free shipping...well how do i get each item in my catalog that meets the requirement of over $100, but less than 10 lbs to have the free shipping icon show up in my category and product page like the always free shipping does?

    i hope this is possible to do...id appreciate any help with this..

  7. #7
    Join Date
    Oct 2006
    Posts
    75
    Plugin Contributions
    0

    Default Re: Free Shipping Rules Support Thread

    Quote Originally Posted by numinix View Post
    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.

  8. #8
    Join Date
    Apr 2007
    Location
    Vancouver, Canada
    Posts
    1,547
    Plugin Contributions
    81

    Default Re: Free Shipping Rules Support Thread

    Quote Originally Posted by JGraphics View Post
    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...

  9. #9
    Join Date
    Jun 2008
    Posts
    47
    Plugin Contributions
    0

    Default 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.

  10. #10
    Join Date
    Jul 2009
    Posts
    402
    Plugin Contributions
    0

    Default 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

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3720
    Last Post: 6 Oct 2022, 11:18 PM
  2. v151 Reviews Reply addon [Support Thread]
    By mikestaps in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 17 Oct 2014, 01:29 AM
  3. Replies: 29
    Last Post: 24 Sep 2014, 09:59 PM
  4. Tell a Friend free shipping Support Thread
    By davewest in forum Addon Shipping Modules
    Replies: 28
    Last Post: 15 Dec 2013, 01:42 AM
  5. File Upload Required addon [Support Thread]
    By 1100101 in forum All Other Contributions/Addons
    Replies: 21
    Last Post: 10 Dec 2011, 03:00 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR