4 replies [Last post]
glaze's picture
Offline
Joined: 12/12/2008
Juice: 10
Was this information Helpful?

Hello,

I am currently developing a site, and have been having some troubles getting my shipping quotes to work and send the information back to paypal for checkout.

I have searched and searched but have not had any luck with any of the solutions that I have come across. I was hoping that someone would be able to shed some light on this for me.

Here is what I am working with:

Drupal 5.10
Configuration file Protected
Cron maintenance tasks Last run 0 sec ago
You can run cron manually.
Database schema Up to date
File system Writable (public download method)
GD library bundled (2.0.34 compatible)
MySQL database 5.0.45
PHP 5.2.5
PHP register globals Disabled
Unicode library PHP Mbstring Extension
Web server Microsoft-IIS/5.0

[site_id] => df4fb621ffe1817214f0578810a2b321
[server_name] => www.ricestreetmusic.com
[php_version] => 5.2.5
[drupal_version] => 5.10
[db_type] => mysql
[db_version] => 5.0.45
[ubercart_version] => 5.x-1.4

When going through the checkout phase my shipping quotes do not appear, and the progress bar just keeps cycling, without reporting any errors back, or anything else. I am trying to use flat rate shipping with the following rules set in workflow_ng just for testing purposes, once everything has tested ok, I plan to change them based on my clients needs, which i am unsure of at this time.

Check Order total if <$40 then Fetch Shipping quote.

As far as the shipping configurations go I have a quote method of "Shipping" which is flat rate with a base rate of $5.00 and default product rate of $0. With all products having the "Small Package" fulfillment type.

I have also been recieving this error whenever I try to checkout.

mail() [<a href='function.mail'>function.mail</a>]: SMTP server response: 503 No valid recipients specified. in D:\Inetpub\wwwroot\rsmm2\includes\common.inc on line 1996.

I have not been able to find anything related to this either. It would appear that everything is configured correctly to send mail, but apparently not.

If anyone has any ideas on these I would be very very grateful to hear them.

Thanks.

keyone's picture
Offline
Joined: 10/01/2008
Juice: 95
Re: Shipping Quotes do not run

I'm not sure if this will help or not. I had that shipping quote progress bar going forever too. I was using the UPS module, and the client hadn't put in shipping weights in for some of her products. So, the problem happened if that blank weight product was in the cart. When we input a value greater than zero for the product weight, than it worked fine.

I haven't used the flat rate quote method, so don't know how that relates. I would try creating/editing a product to have something other than small package as the type. Then add just that to the cart and see what happens when checking out.

good luck!

glaze's picture
Offline
Joined: 12/12/2008
Juice: 10
Re: Re: Shipping Quotes do not run

I can't seem to find the way to create another shipping type other than small package? Is this going to be in the store settings, or in the drupal settings?

Lyle's picture
Offline
AdministratoreLiTe!
Joined: 08/07/2007
Juice: 6846
Re: Re: Re: Shipping Quotes do not run

Shipping types are defined only by modules, and so far, they've all used "small package" or none at all. Flatrate is one that doesn't care what shipping type your products are.

I would suggest taking the conditions off of the workflow-ng configuration for your shipping quote. If it works then, you know that the condition wasn't being met.

glaze's picture
Offline
Joined: 12/12/2008
Juice: 10
Re: Re: Re: Re: Shipping Quotes do not run

Thanks for the info, I did some messing around with this last night, going back through the configuration steps in the support docs, and must have tweaked something just right. I did uninstall USPS tools, which were not being used so I think that may have had something to do with it. Even though Shipping through USPS was not enabled, I think it was still trying to connect to the USPS web tools, with no success. I uninstalled that module and everything seems to work fine now. Thanks! It may have also had something to do with clean urls not being enabled, I did go back through the Drupal steps to enable those with IIS, and i have not had any trouble since.

Thanks to all of you for your input.