Page 3 of 3 FirstFirst 123
Results 21 to 29 of 29
  1. #21
    Join Date
    Nov 2006
    Location
    Indiana
    Posts
    192
    Plugin Contributions
    0

    Default Re: Free shipping amount changes when there are downloads in cart

    LOL... Guess I'm closer. I had saved my old zones.php and just renamed it in case of problems. When problems showed up, I renamed yours and corrected the name on my orig file. But still I couldn't see the zone rates module. (I didn't add the rename to the extension - that was the prob, I guess.)

    No remove buttons were available at all because nothing was showing up on the right for anything in the shipping modules. Your comments gave me the idea to delete the file you gave me. And viola! Everything on the right is back.

    Will do the other stuff you mentioned and get back later.

    Yah - I'm still on v 1.3.8. I want to start the updated version clean because I have too many things installed that I want to get rid of. Big project for my level of experience, but it's started....

  2. #22
    Join Date
    Nov 2006
    Location
    Indiana
    Posts
    192
    Plugin Contributions
    0

    Default Re: Free shipping amount changes when there are downloads in cart

    OK - update.

    The modules>shipping page displays correctly with no errors when I rename the extension on either your file or my orig file. So no debug logs.

    However, shipping (and only the lowest price) is still charged on emailed files when I use the file you gave me.

    I did remove the FREE SHIPPING! module and still have the problem. I don't remember why I had it activated. Hope I don't run into something down the road....

  3. #23
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Free shipping amount changes when there are downloads in cart

    You want the FREE SHIPPING! freeshipper enabled for when you have only Downloads and such in the cart ...

    When you have the shipping module that I gave you loaded on the server ... do a REMOVE, INSTALL and reconfigure ...

    Post your settings for that show in the right hand column so I can see what they are and see if there is an error in them ...

    Make sure you changed the 54 to whatever your categories_id is for the parent_id, I am assuming that is 109 ...

    Also, if you could uncomment the line for:
    Code:
    echo '$_SESSION[cart]->free_shipping_prices(): ' . $_SESSION['cart']->free_shipping_prices() . ' $reduce_price: ' . $reduce_price . '<br>';
    Then put a Product with the email in the cart and a regular product in the cart ... and try the shipping to see what it reads ...

    Posting the results would be helpful and the two Products that you used to test ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  4. #24
    Join Date
    Nov 2006
    Location
    Indiana
    Posts
    192
    Plugin Contributions
    0

    Default Re: Free shipping amount changes when there are downloads in cart

    FREE SHIPPING! is again enabled....

    Did a remove, install, and reconfigure on the zones.php that you gave me....

    Settings for zones based rates:
    Zone Based Rates
    Enable Zones Method
    True

    Calculation Method
    Price

    Tax Class
    --none--

    Tax Basis
    Shipping

    Sort Order
    0

    Skip Countries, use a comma separated list of the two character ISO country codes


    Zone 1 Countries
    US

    Zone 1 Shipping Table
    56:6.25,149.99:12.95,1000:0

    Zone 1 Handling Fee
    0

    Handling Per Order or Per Box Zone 1 (when by weight)
    Order

    Zone 2 Countries
    CA,MX

    Zone 2 Shipping Table
    55:20.95,74.99:40.95,1000:54.95

    Zone 2 Handling Fee
    0

    Handling Per Order or Per Box Zone 2 (when by weight)
    Order

    Zone 3 Countries
    00

    Zone 3 Shipping Table
    55:24.95,74.99:60.95,1000:78.95

    Zone 3 Handling Fee
    0

    Handling Per Order or Per Box Zone 3 (when by weight)
    Order
    categories_id is 109...

    That code is uncommented...

    Most often, I'm testing with this product for download file type (.QLI) and also for the emailed file type:
    http://www.threesistersfabric.com/di...rder-1285.html

    But I've also used this product:
    http://www.threesistersfabric.com/di...rner-1286.html

    When I put the download type in the cart - no shipping is charged. As soon as I add the emailed file (either independently or with a download file) I get a $6.25 charge. Interestingly I get a $6.25 charge regardless of dollar amount ordered. At the top of the shipping estimator window, I get this:
    $_SESSION[cart]->free_shipping_prices(): 0 $reduce_price: 135
    $_SESSION[cart]->free_shipping_prices(): 0 $reduce_price: 135
    Thanks a million for your help!

  5. #25
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Free shipping amount changes when there are downloads in cart

    Just as a test for something that I am working on, what happens if you change the settings:
    Code:
    Zone 1 Shipping Table
    56:6.25,149.99:12.95,1000:0
    to read:
    Code:
    Zone 1 Shipping Table
    0:0.00,56:6.25,149.99:12.95,1000:0
    and then follow that pattern for Zone 2 and Zone 3?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  6. #26
    Join Date
    Nov 2006
    Location
    Indiana
    Posts
    192
    Plugin Contributions
    0

    Default Re: Free shipping amount changes when there are downloads in cart

    I think that did it. It seems to work A-OK now.

    The only "unusual" thing that happens is that when a download is put in the cart - the shipping estimator window will say something like "Downloads. No shipping." This is "normal". However, when an emailed file is put in the cart the shipping page comes up like as though there will be a shipping charge. But the good news is now the shipping total is $0.00 - regardless of the amount purchased. I might know this is "unusual", but my customers won't really care as long as their not paying shipping for emailed files! :) So, I'm good.

    And all works fine if merchandise is added to the cart. Shipping totals test just like they should.

    Unless you have other advice, I'm a happy camper now. Thanks a million, Linda!

  7. #27
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Free shipping amount changes when there are downloads in cart

    You would have to do a lot more customization to get the Email to read like the Downloads ...

    If this works, as is, for you then this is the easiest solution ...

    You can comment out that echo line for the information now that it is working ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  8. #28
    Join Date
    Nov 2006
    Location
    Indiana
    Posts
    192
    Plugin Contributions
    0

    Default Re: Free shipping amount changes when there are downloads in cart

    All is well! I commented out that line and everything works great.

    Thanks again for your help!

  9. #29
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Free shipping amount changes when there are downloads in cart

    You are most welcome ... thanks for the update that this is able to work for you now ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 
Page 3 of 3 FirstFirst 123

Similar Threads

  1. v139h When I add a FREE SHIPPING item to cart, it changes shipping of other items
    By rshelton in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 25 Nov 2012, 01:24 AM
  2. Replies: 18
    Last Post: 28 Aug 2012, 02:24 PM
  3. Zone shipping rate changes when downloads are included.
    By chrismtn in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 18 Oct 2011, 06:56 PM
  4. Is there a way to let my customers skip the shipping choice when shipping is free?
    By CnTGifts in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 5 Oct 2009, 01:46 AM
  5. Is there a way to stop downloads on orders over a certain amount?
    By joannem in forum All Other Contributions/Addons
    Replies: 13
    Last Post: 29 Jul 2009, 03:10 PM

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