My Error on shipping:
No Packages to Ship
USPS:
Full Request: n/a
Full Response: n/a
But there are packages in the cart...
When I was setting up the Wizard and chose UPS shipping,
I put the shipping size in as the following code and perhaps that is a problem:
<?php echo $row_Recordset1['ItemLength']; ?> * <?php echo $row_Recordset1['ItemWidth']; ?> * <?php echo $row_Recordset1['ItemDepth]; ?>
I was trying to get total dimensions in inches because the packages are very large:
81x13x10 for example. Should I have done this with a total dimensions in inches instead?
Where do I go to edit this part of the shipping code? I can't find anything on any individual page that resets that? And I don't want to run the checkout wizard again...
Jeff


