Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

BCSE Shipping Estimator in 4.3.0 not working

 
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4
 
Thread Tools
  #1  
Old 08-04-2011, 05:38 PM
 
manningbrothers manningbrothers is offline
 

Advanced Member
  
Join Date: Feb 2006
Posts: 52
 

Unhappy BCSE Shipping Estimator in 4.3.0 not working

I just downloaded and installed the BCSE free shipping estimator. Everything looks fine, but when I select United States (the default), put in a zip code and click the button, it says "Unfortunately, we are unable to provide you with a shipping cost estimate for this order." I'm using real zip codes, and I have my company info defined. In fact, I have no problems getting shipping rates later on in the checkout process, but here I get nothing. I have UPS real-time set up, as well as a few defined shipping methods (for customer pickup and some freight truck options). I am really mystified by this, especially since the mod seems to be pretty standard and well-regarded. Has anyone else run into this problem? Or any guesses as to what I may have missed?
__________________
X-Cart version 4.3.2, 4.4.2, Windows OS
Reply With Quote
  #2  
Old 08-05-2011, 04:11 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: BCSE Shipping Estimator in 4.3.0 not working

I'd start by upgrading to the stable release of 4.3 - which is 4.3.2. Not much worked at all in 4.3.0 as it was essentially a beta.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote

The following user thanks balinor for this useful post:
manningbrothers (08-05-2011)
  #3  
Old 01-13-2012, 09:03 AM
 
manningbrothers manningbrothers is offline
 

Advanced Member
  
Join Date: Feb 2006
Posts: 52
 

Default Re: BCSE Shipping Estimator in 4.3.0 not working

Lo these many months later I have finally upgraded to 4.3.2 and re-installed the mod, but I got the same result. Is there anything else recommended to try?
__________________
X-Cart version 4.3.2, 4.4.2, Windows OS
Reply With Quote
  #4  
Old 01-13-2012, 01:07 PM
  cherie's Avatar 
cherie cherie is offline
 

X-Wizard
  
Join Date: May 2003
Location: USA
Posts: 1,534
 

Default Re: BCSE Shipping Estimator in 4.3.0 not working

UPS real-time may require a state.
__________________
redlimeweb.com
custom mods and design integration
4.7 linux
Reply With Quote
  #5  
Old 01-13-2012, 01:18 PM
 
manningbrothers manningbrothers is offline
 

Advanced Member
  
Join Date: Feb 2006
Posts: 52
 

Default Re: BCSE Shipping Estimator in 4.3.2 not working

So this mod may require a mod to allow the customer to enter a state as well as the country and zip? If so, do you know how that would be done? Also, I tried a local zip to see if our defined shipping methods (customer pickup, our truck) would kick in, but they didn't. I'm not concerned about that functionality, but does it say anything about the underlying problem? Thanks for any help!
__________________
X-Cart version 4.3.2, 4.4.2, Windows OS
Reply With Quote
  #6  
Old 01-17-2012, 01:14 PM
  cherie's Avatar 
cherie cherie is offline
 

X-Wizard
  
Join Date: May 2003
Location: USA
Posts: 1,534
 

Default Re: BCSE Shipping Estimator in 4.3.0 not working

Here is some code added to shipping_estimator.php for 4.3 used with Yahoo PlaceFinder that might point you in the right direction:

PHP Code:
$defState 'AK';
require_once(
'PlaceFinder_api.php');
$ypl = new yahoo_placeFinder();
$ypl->postal $zipcode_estimate;
$ypl->country $default_country_estimate;
$ypl->addFlag('PHP');
$yplData unserialize($ypl->execute());
$defState $yplData['ResultSet']['Result'][0]['statecode']; 
__________________
redlimeweb.com
custom mods and design integration
4.7 linux
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Third Party Add-Ons for X-Cart 4



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 11:46 AM.

   

 
X-Cart forums © 2001-2020