Page 3 of 3 FirstFirst 123
Results 21 to 25 of 25
  1. #21
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    64,726
    Plugin Contributions
    6

    Default Re: Not shipping to a region?

    Do all of your Attributes for Downloads use the same options_id and options_values_id in the products_attributes table?
    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.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

  2. #22
    Join Date
    Jan 2004
    Posts
    58,289
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: Not shipping to a region?

    This query might help:
    Code:
    select products_id, products_name from products_description where products_id in (
    select products_id from products_attributes pa, products_attributes_download pd
    where pa.products_attributes_id  = pd.products_attributes_id
    and products_attributes_filename = '');
    In phpMyAdmin, select your database from the pulldown on the left. Then click the "Query" (or maybe "SQL") tab on the right, and paste the above query code in the box and click Go.
    Hopefully you get a message that says "0 results found" or something like that.
    If you get any other results back, they should be the product number and name, which you'll want to look at to see whether any of its download attributes is missing a filename.


    Hopefully you don't get a message saying Table products_description doesn't exist. If you do, then click the "Browse" button in the right-side of phpMyAdmin and see what common prefix all your tablenames are starting with, and insert that prefix before each of the tablenames highlighted in blue above, and try again.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #23
    Join Date
    Apr 2012
    Posts
    87
    Plugin Contributions
    0

    Default Re: Not shipping to a region?

    Thank you both so much.

    I *think* the problem was discovered... she sent an email back with a copy-and-paste of the text from her cart. Thankfully, that actually showed the issue right there for me. One of my downloads did not have attribute settings attached to it. It had a file, but no actual attributes. I updated it and hopefully that will be the fix that was needed!

    I'll let you both know if it worked. :-)

    *edit* Dr. Byte, I will try that as soon as I can to make sure this issue won't pop up with other products. Thankfully this was the first time it happened. I'm usually very careful when adding products.

  4. #24
    Join Date
    Jan 2004
    Posts
    58,289
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: Not shipping to a region?

    Upon further study, the database query I posted above isn't a complete diagnostic. It might give partial info, but isn't a thorough inspection for the symptoms being discussed here.
    Ajeh is smarter on that stuff than I am
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #25
    Join Date
    Apr 2012
    Posts
    87
    Plugin Contributions
    0

    Default Re: Not shipping to a region?

    You did awesome Dr. Byte. :-) Thanks for trying!

    Ajeh, to answer your question, yes all of my downloads have the same attribute settings... minus the attached file associated with the attribute. If that makes sense. Hope I didn't misunderstand you.

 

 
Page 3 of 3 FirstFirst 123

Similar Threads

  1. Downloadable Producs, not working, charging for shipping
    By panicrecords in forum Basic Configuration
    Replies: 6
    Last Post: 16 Apr 2010, 07:19 PM
  2. Why is Shipping Method displayed for a Downloadable product?
    By zcnb in forum Setting Up Categories, Products, Attributes
    Replies: 6
    Last Post: 22 Sep 2008, 01:21 PM
  3. Need help solving 'not shipping to your region' problem
    By Earl Parker II in forum Built-in Shipping and Payment Modules
    Replies: 6
    Last Post: 17 Dec 2007, 02:52 PM
  4. "Not Shipping to your region" problem - Shipping Estimator
    By hnchew in forum Addon Shipping Modules
    Replies: 0
    Last Post: 28 Dec 2006, 04:54 AM
  5. Shipping cost for downloadable and not downloadable products
    By g.nencini in forum General Questions
    Replies: 8
    Last Post: 28 Jul 2006, 03:09 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
  •