Results 1 to 10 of 30

Hybrid View

  1. #1
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: Free Shipping Qualifier SideBox and Shopping Cart Module V2.0 [Support Thread]

    Quote Originally Posted by sonic View Post
    I am experiencing a small problem with this add-on which is probably related to something that I have done.
    In the Shopping Cart Sidebox, I see the following when the cart is empty...

    Your cart is empty.
    TEXT_ALERT_FREE_SHIPPING$150.00TEXT_ALERT_OR_MORE

    However if I add something under $150.00, I see the following...
    It appears that the definitions for TEXT_ALERT_FREE_SHIPPING and TEXT_ALERT_OR_MORE are not loading.

    You may want to add the language defines

    Code:
    // edit these defines to work with your Free Shipping Qualifier add-on
    define('TEXT_ALERT_IN_CART', 'You only need to add ');
    define('TEXT_ALERT_QUALIFY', ' to your order to qualify for Free Shipping to Canadian destinations!');
    define('TEXT_ALERT_NOW_QUALIFIED', 'Your order qualifies for Free Shipping to Canadian destinations! ');
    define('TEXT_ALERT_FREE_SHIPPING', 'Free Shipping for orders of ');
    define('TEXT_ALERT_OR_MORE', '  or more to Canadian destinations!');
    to your includes/languages/YOUR_TEMPLATE/english.php file instead of adding them to your includes/languages/english/YOUR_TEMPLATE/shopping_cart.php file as recommended in the Readme of the package.

  2. #2
    Join Date
    Mar 2006
    Location
    Toronto, Ontario
    Posts
    10
    Plugin Contributions
    0

    Default Re: Free Shipping Qualifier SideBox and Shopping Cart Module V2.0 [Support Thread]

    Thank you very much Frank, that solved the problem. Donation is on the way to you.

  3. #3
    Join Date
    Mar 2011
    Posts
    4
    Plugin Contributions
    0

    Default Re: Free Shipping Qualifier SideBox and Shopping Cart Module V2.0 [Support Thread]

    Frank,

    Thanks so much for a very useful mod.
    I've use part of your code and added it to the tpl_header.php and then turned the shopping_cart box off.
    you can see it at http://www.drjillsfootpads.com/index.php
    Again thank you so much for a great job done!
    http://www.zen-cart.com/forum/images/smilies/clap.gif

  4. #4
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Free Shipping Qualifier SideBox and Shopping Cart Module V2.0 [Support Thread]

    instead of adding them to your includes/languages/english/YOUR_TEMPLATE/shopping_cart.php file as recommended in the Readme of the package.
    I would recommend using (in the package) a new file in /includes/languages/english/extra_definitions/ so users do not have to edit anything to get base functionality. If they want to customize the text, they will of course have to edit a language file.

    /includes/languages/english/extra_definitions/free_shipping_sidebox_definitions.php
    or something.

  5. #5
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: Free Shipping Qualifier SideBox and Shopping Cart Module V2.0 [Support Thread]

    Quote Originally Posted by gjh42 View Post
    I would recommend using (in the package) a new file in /includes/languages/english/extra_definitions/ so users do not have to edit anything to get base functionality. If they want to customize the text, they will of course have to edit a language file.

    /includes/languages/english/extra_definitions/free_shipping_sidebox_definitions.php
    or something.
    Thanks Glenn, v2.1 has been submitted a few days ago (awaiting approval) and it takes care of that.

  6. #6
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Free Shipping Qualifier SideBox and Shopping Cart Module V2.0 [Support Thread]

    Good to hear that:)

  7. #7
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,378
    Plugin Contributions
    9

    Default Re: Free Shipping Qualifier SideBox and Shopping Cart Module V2.0 [Support Thread]

    Version 2.1 is now available for download.

    Changes:

    The language defines have been moved from

    includes/languages/english/YOUR_TEMPLATE/shopping_cart.php

    to a new file

    includes/languages/english/extra_definitions/YOUR_TEMPLATE/free_shipping_qualifier_defines.php

    Enjoy

 

 

Similar Threads

  1. Free Shipping Rules addon [Support Thread]
    By numinix in forum Addon Shipping Modules
    Replies: 36
    Last Post: 2 Dec 2016, 01:56 PM
  2. Free Shipping Qualifier SideBox Module
    By mooncavecrystals in forum Addon Shipping Modules
    Replies: 15
    Last Post: 28 Nov 2010, 11:39 PM
  3. Free Shipping Qualifier Sidebox Problem
    By wyreworks in forum Addon Shipping Modules
    Replies: 3
    Last Post: 31 Mar 2009, 04:27 PM
  4. Replies: 0
    Last Post: 20 Nov 2007, 08:45 AM
  5. Free shipping qualifier sidebox
    By KTNaturals in forum General Questions
    Replies: 9
    Last Post: 21 Mar 2007, 02:23 AM

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