Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    May 2013
    Location
    Long Branch, NJ
    Posts
    49
    Plugin Contributions
    0

    Default USPS Shipping Module Error

    See screenshots for errors and settings. Module is fully up to date. Running on v 1.5.1.

    Click image for larger version. 

Name:	5FdVF2Z.png 
Views:	104 
Size:	13.5 KB 
ID:	12582
    Click image for larger version. 

Name:	GmzyUql.png 
Views:	139 
Size:	52.3 KB 
ID:	12583
    Click image for larger version. 

Name:	QhVRobt.png 
Views:	111 
Size:	37.5 KB 
ID:	12584
    Click image for larger version. 

Name:	sLYIkt9.png 
Views:	120 
Size:	60.0 KB 
ID:	12585

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

    Default Re: USPS Shipping Module Error

    If you do not check any of the checkboxes for what you want USPS to quote you will get an error ...

    NOTE: I think that version should have warned you ... You might check, as there should have been an error showing on the Modules ... Shipping ... USPS indicating that there wasn't anything selected ... I kinda forget if that version has the nifty warning or the one that I am currently working on ...
    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!]
    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!

  3. #3
    Join Date
    May 2013
    Location
    Long Branch, NJ
    Posts
    49
    Plugin Contributions
    0

    Default Re: USPS Shipping Module Error

    Quote Originally Posted by Ajeh View Post
    If you do not check any of the checkboxes for what you want USPS to quote you will get an error ...

    NOTE: I think that version should have warned you ... You might check, as there should have been an error showing on the Modules ... Shipping ... USPS indicating that there wasn't anything selected ... I kinda forget if that version has the nifty warning or the one that I am currently working on ...
    Yeah, silly mistake. Thank you for catching this.

    Do you happen to know if there's a way to offer media mail options? So if it's only a CD or vinyl it's media mail but if it's bundled with anything else it's no longer media mail?

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

    Default Re: USPS Shipping Module Error

    What identifies a Product as a CD or Vinyl?

    Anything like master_categories_id or some other field that can be used to identify Products to know who is what?
    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!]
    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!

  5. #5
    Join Date
    May 2013
    Location
    Long Branch, NJ
    Posts
    49
    Plugin Contributions
    0

    Default Re: USPS Shipping Module Error

    Quote Originally Posted by Ajeh View Post
    What identifies a Product as a CD or Vinyl?

    Anything like master_categories_id or some other field that can be used to identify Products to know who is what?
    We have them separated by categories in our store but that's it. Unfortunately I've been thrown in the fire with learning Zen Cart at a crazy learning curve.

    I don't even know what master_categories_id is

    For reference - www.piratespressrecords.com/store.

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

    Default Re: USPS Shipping Module Error

    The master_categories_id is the immediate categories_id that "owns" the Product in the table:
    products

    If you edit a Product, it will show you the master_categories_id at the top of the page:
    Product Master Category:
    The master_categories_id can be used as an identifier that a Product is a CD or Vinyl, if all CDs and Vinyls are in Categories that hold only CDs and/or Vinyls ...

    This would allow a count on Products in the shopping_cart that match the master_categories_id numbers of CDs and Vinyls vs the total item count in the cart ...

    The idea is, if the count of Products using these master_categories_id values matches the total items in the cart, then all Products are Media ... if not, then the whole cart is not Media ...
    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!]
    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!

  7. #7
    Join Date
    May 2013
    Location
    Long Branch, NJ
    Posts
    49
    Plugin Contributions
    0

    Default Re: USPS Shipping Module Error

    Quote Originally Posted by Ajeh View Post
    The master_categories_id is the immediate categories_id that "owns" the Product in the table:
    products

    If you edit a Product, it will show you the master_categories_id at the top of the page:


    The master_categories_id can be used as an identifier that a Product is a CD or Vinyl, if all CDs and Vinyls are in Categories that hold only CDs and/or Vinyls ...

    This would allow a count on Products in the shopping_cart that match the master_categories_id numbers of CDs and Vinyls vs the total item count in the cart ...

    The idea is, if the count of Products using these master_categories_id values matches the total items in the cart, then all Products are Media ... if not, then the whole cart is not Media ...
    Amazing. Thank you.

    So I guess I have to add a code to the PHP file that would allow the check out to ONLY use media mail for the selected Master ID Categories?

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

    Default Re: USPS Shipping Module Error

    You might look over this thread:
    http://www.zen-cart.com/showthread.p...ia-Mail-Option

    and see if it gives you some idea of how to do this ...

    If you really start to cry and pull your hair out, I might casually try to do a quick review on how to adapt that to the current USPS 3-27-2013 shipping module when I get some time ...
    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!]
    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!

  9. #9
    Join Date
    May 2013
    Location
    Long Branch, NJ
    Posts
    49
    Plugin Contributions
    0

    Default Re: USPS Shipping Module Error

    Quote Originally Posted by Ajeh View Post
    You might look over this thread:
    http://www.zen-cart.com/showthread.p...ia-Mail-Option

    and see if it gives you some idea of how to do this ...

    If you really start to cry and pull your hair out, I might casually try to do a quick review on how to adapt that to the current USPS 3-27-2013 shipping module when I get some time ...
    I'll check this out. Thank you! Sadly, I have no hair to pull out :/

  10. #10
    Join Date
    May 2013
    Location
    Long Branch, NJ
    Posts
    49
    Plugin Contributions
    0

    Default Re: USPS Shipping Module Error

    Quote Originally Posted by Ajeh View Post
    You might look over this thread:
    http://www.zen-cart.com/showthread.p...ia-Mail-Option

    and see if it gives you some idea of how to do this ...

    If you really start to cry and pull your hair out, I might casually try to do a quick review on how to adapt that to the current USPS 3-27-2013 shipping module when I get some time ...
    Alright so I took a look at it and I'm just not literate in PHP. I do know that the products ID categories are 4, 5, 6, and 7. But that's as far as I can get right now.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. USPS Shipping Module Error
    By outeredge2 in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 10 Mar 2013, 07:07 AM
  2. USPS Shipping module and debug error
    By buildingblocks in forum Addon Shipping Modules
    Replies: 6
    Last Post: 13 Nov 2010, 09:27 PM
  3. USPS Shipping Module Error Codes
    By AirsoftOutfitter in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 28 Jun 2010, 11:36 PM
  4. USPS SHipping module error
    By dldesigntore in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 22 Mar 2010, 11:31 PM
  5. Internal error caused by USPS Shipping Module, How to resolve it?
    By transtor in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 19 Mar 2009, 01:01 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