Open avt1991 opened 10 years ago
As this functions returns 0 because of that variable $has_quote remains false and it gets reflected into core theme ajax file. SO if you can assist e where am I wrong in this it would be great!
Hey Anyone around ?
Hey avy1991, So sorry to hear about this issue. I am investigating the problem and will let you know what I find. Thank you for helping improve WP ecommerce.
@avt1991, If you could provide a screenshot or a url so I can check this out and see how I can help, please do :).
Yeah. You can check it on this URL http://www.manitopercussion.com/ try making checkout. You will get this message every time I select different state and click on calculate
You can view directly here that error: http://screencast.com/t/VVMX1UIOa
I see it. Have you tried de-activating all other non-wp ecommerce plugins and using a default theme? This is a way to troubleshoot and see if there is a plugin conflict and or theme conflict. If the issue goes away you can turn each thing back on and test to see if the issue happens. Please post back with your findings.
The error message you quoted is shown when shipping is enabled, but there are no valid quotes for your basket contents / shipping destination. This is most likely an issue with your shipping configuration. Can you let us know what shipping method you've got set up?
I am using USPS as my shipping module. And one more thing I forgot to note it down here is that sometimes it runs without any error and sometimes it respond with this.
I've dig up something and found out that wpsc_have_shipping_quotes() function returns false and due to that on "ajax.php" page condition becomes true and that part is executed. I came to this situation if you guys can dig more into that and provide solution it would be great.
anyone?
Can you provide a screen shot of your USPS configuration. Whatever is being passed to the USPS shipping API is not sufficient to generate any valid quotes.
IN my Store Shipping Configuration : http://screencast.com/t/8PFoBNsf1jN
Actually wpsc_have_shipping_quote() this function returns 0 and that's why it gives me an error do you have any fix for this.?