Posted - 09/16/2026 : 07:45:05
Hi
I got two stores, one ASP and the second one recently updated to Word Press. I select the exact same item an order 10pc in the ASP store, the rate I get for the FedEx Shipping is $485.92. I go and do the exat same order on my Word Press site and the rate I get is $1015.82. I check all the Shipping Main settings in the Admin and both sites are identical, also on the FedEx Admin both with the same API key, secret key, acconunt, etc..
I went and check the includes files on both and here there are some difference. But I don't want to copy them exact because I don't know if the Word Press versions handles things differently. I'm posting below what I got on each:
This is the ASP site includes Shipping Options:
' Shipping / Tax Options googledefaultshipping=14.0 taxShipping=2 autobillingtoshipping=TRUE shippingoptionsasradios=TRUE nodefaultzip=TRUE defaulttrackingcarrier="fedex" 'taxShipping=0 taxHandling=0 splitpackat=70 nosplitlargepacks=FALSE xxNoMeth="If Over 150 Lbs. Please select Flat Rate Freight Option." 'willpickuptext="Pick up from store" 'willpickupcost=0.00 'willpickupnohandling=TRUE
estimateshipping=TRUE noshipdateestimate=TRUE
Here is what I got on the Word Press site:
// Shipping / Tax Options $GLOBALS['taxShipping']=2; $GLOBALS['taxHandling']=0;
//$GLOBALS['willpickuptext']="Pick up from store"; //$GLOBALS['willpickupcost']=0.00; //$GLOBALS['willpickupnohandling']=TRUE;
$GLOBALS['estimateshipping']=TRUE; $GLOBALS['autobillingtoshipping']=TRUE; $GLOBALS['noshipdateestimate']=TRUE;
Can any of the additional options included on the ASP site be making the difference on what rate FedEx is dispaying?
Thank you
Joe
|