Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Author « Topic »  

JustDucky923
Ecommerce Template Guru

USA
1332 Posts

Posted - 06/02/2022 :  11:54:12  
I have site selling tee shirts. Each shirt weighs a half pound. We selected UPS shipping and have registered with UPS and selected UPS ground shipping only. They are shipping from Texas - I just tried a test shipping to my address in Tennessee - it is charging $29.47 for ONE shirt!

I'm sure I have set something wrong, but I'm not sure what I should be checking.

Help! :)

dbdave
ECT Moderator

USA
10269 Posts

Posted - 06/02/2022 :  13:30:54  
Hi, just go back and check everything.
The weight of the product.
The dimensions (if set)
Settings in includes.
Handling charges that you may have enabled.

The retail rate for a small box up to 1 pound, residential, within the lower 48 states is going to be around between $12.00 - $20.00
Your rate suggests there is some setting causing a higher than normal rate to be returned.
Unless you are shipping to Hawaii or Alaska from the lower 48 states.

Thanks,
David

JustDucky923
Ecommerce Template Guru

USA
1332 Posts

Posted - 06/03/2022 :  06:02:46  
I've checked everything you suggested - I'm sure I'm missing something:

Product Weight: 0.5
Shipping Type: UPS
Shipping Weight: lbs
Dimesions: Do not specify
Handling Charge: 0
Handling Charge (Percentage): 0
Insurance Cost: 0

Includes file:

$GLOBALS['adminencoding']='utf-8';
$GLOBALS['iswordpress']=TRUE; // Essential for WordPress Store


$GLOBALS['htmleditor']="froala";
$GLOBALS['nocatid']=TRUE;
$GLOBALS['showinstock']=TRUE;

$GLOBALS['manufacturerfield']="Manufacturer";
$GLOBALS['usefirstlastname']=FALSE;
$GLOBALS['notifybackinstock']=TRUE;
$GLOBALS['removedefaultoptiontext']=TRUE;
$GLOBALS['nocreateaccountoncheckout']=TRUE;

$GLOBALS['usecategoryname']=TRUE;

// Shipping / Tax Options
$GLOBALS['taxShipping']=0;
$GLOBALS['taxHandling']=0;



$GLOBALS['estimateshipping']=TRUE;
$GLOBALS['autobillingtoshipping']=FALSE;

// Payment Options
$GLOBALS['payproviderradios']=1;
$GLOBALS['persistentcart']=5;


// Layout Options

// The product layouts are controlled by the following parameters.
// There are more details at this location
// https://www.ecommercetemplates.com/help/layouts.asp

$GLOBALS['ectqbuystyle']=1; // Can be 1, 2 or 3
$GLOBALS['ectproductstyle']=1; // Can be 1, 2 or 3
$GLOBALS['ectdetailstyle']=1; // Can be 1, 2 or 3
//$GLOBALS['categorycolumns']=2; // Optional parameter to set initial category columns to other than default
//$GLOBALS['productcolumns']=2; // Optional parameter to set initial product page columns to other than default

// You can specify the elements and their order as they appear in the products, detail and quick buy layouts. Recommended defaults are used but
// if you wish to specify your own using the parameters below, adjusting them to your requirements. Just select the option ...
// WP Admin -> Appearance -> Customize -> ECT Theme Options -> Product Page Layout -> Use custom layouts defined in vsadmin/includes.php

$GLOBALS['productpagelayout']='productimage, productname, reviewstars, listprice, price';
$GLOBALS['detailpagelayout']='navigation,productimage,productname,instock,description,reviewstarslarge,manufacturer,sku,custom1,quantitypricing,listprice,price,currency,options,quantity,addtocart,previousnext,socialmedia,custom2,reviews';
$GLOBALS['quickbuylayout']="productimage,productname,discounts,reviewstars,instock,productid,sku,description,options,listprice,price,currency,detaillink,addtocart";

$GLOBALS['actionaftercart']=3;

$GLOBALS['useimageincart']=TRUE;
$GLOBALS['linkcartproducts']=TRUE;
$GLOBALS['recentlyviewed']=TRUE;
$GLOBALS['numrecentlyviewed']=5;

// Customer Login
$GLOBALS['enableclientlogin']=FALSE;
$GLOBALS['allowclientregistration']=FALSE;



// Customer Reviews and Ratings
$GLOBALS['enablecustomerratings']=TRUE;

// Affiliate Options
$GLOBALS['expireaffiliate']=30;

// Discount Options
$GLOBALS['nogiftcertificate']=FALSE;

// Gift Registry and Wish Lists
$GLOBALS['enablewishlists']=FALSE;
$GLOBALS['wishlistonproducts']=FALSE;

// Cross Selling / Upselling
$GLOBALS['crosssellaction']='bestsellers,related';
$GLOBALS['csbestsellerstitle']='Our best sellers';
$GLOBALS['csrecommendedtitle']='Recommended items';
$GLOBALS['bestsellerlimit']=180;

// Social Media
$GLOBALS['socialmediabuttons']='facebook,twitter,pinterest';
?>

JustDucky923
Ecommerce Template Guru

USA
1332 Posts

Posted - 06/03/2022 :  06:04:09  
I checked the UPS site and entered the address of shipping and destination and weight of package - and it comes up to just under $11.00.

The site is charging $24.47

dbdave
ECT Moderator

USA
10269 Posts

Posted - 06/03/2022 :  08:31:10  
Hi, you should set $GLOBALS['dumpshippingxml']=TRUE; to includes to see the XML returned when placing a test order.
If you site is busy, you might do this in off peak hours
Copy the XML returned on the page and then remove that settings from includes.
You can paste the XML here, or message it to me.

It will tell us what's being sent off to UPS for the rate request.

Thanks,
David

Edited by - dbdave on 06/03/2022 08:33:58

JustDucky923
Ecommerce Template Guru

USA
1332 Posts

Posted - 06/03/2022 :  08:35:59  
This is a brand new site and is not officially "live" yet, so everything is just a test at this point.

The site owners have decided that UPS is too expensive (even at the correct rates) and they have now signed up with USPS. Now we are getting the error:

"Authorization failure. Perhaps username and/or password is incorrect."

I did a search on this and I think it may be because they need to reply to the email they got when they signed up and then take the USPS from production to live.

Does that make sense?

JustDucky923
Ecommerce Template Guru

USA
1332 Posts

Posted - 06/03/2022 :  09:15:26  
I did the $GLOBALS['dumpshippingxml']=TRUE;

Here is what was returned:

-
API=RateV4&XML=
<RateV4Request USERID="Cnmwt22">
<Revision>2</Revision>
<Package ID="Parcel-Select-Groundxxxx1">
<Service>Parcel Select Ground</Service>
<ZipOrigination>77422</ZipOrigination>
<ZipDestination>37143</ZipDestination>
<Pounds>0</Pounds>
<Ounces>8</Ounces>
<Container>VARIABLE</Container>
<Size>REGULAR</Size>
<Value>25</Value>
<Machinable>True</Machinable></Package></RateV4Request>

<?xml version="1.0" encoding="UTF-8"?>
<Error>
<Number>80040B1A</Number>
<Description>Authorization failure. Perhaps username and/or password is incorrect.</Description>
<Source>USPSCOM::DoAuth</Source></Error>

Vince
Administrator

42460 Posts

Posted - 06/03/2022 :  09:25:36  
quote:
I did a search on this and I think it may be because they need to reply to the email they got when they signed up and then take the USPS from production to live.

Does that make sense?
Yes, that makes sense and it is highly likely that is the reason for this problem.

Vince

Click Here for Shopping Cart Software
Click Here to sign up for our newsletter
Click Here for the latest updater
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000