When customers are checking out the first class shipping option (USPS) does not comeup. The other three I have chosen show (express, priority & parcel) Any suggestions?
When customers are checking out the first class shipping option (USPS) does not comeup. The other three I have chosen show (express, priority & parcel) Any suggestions?
How much does the order weigh? First Class only goes up to 13 ounces.
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
I have .125 in the product catalog
The tare weight settings? Admin> Configuration> Shipping/Packaging
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
tare weight settings for both are 0:0
What version of Zen Cart are you using? Was this a clean install or an upgrade?
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
1.3.8a and it was a clean install... I actually paid someone to do it for me as it was way beyond me
the URL?
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
You have several things going on - I don't know if they have affected the shipping module or not, but better to get them cleaned up first -
Your page weight is pretty high and the site is slow to load - See this for optimizing help
http://www.websiteoptimization.com/s...nnie.com/shop/
You also have some html errors - fixing them will help too
http://validator.w3.org/check?verbos....com%2Fshop%2F
On the Account creation area you are missing the CSS that hides the state dropdown.
.hiddenField {
display: none;
}
.visibleField {
display: inline;
}
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.