PDA

View Full Version : No Shipping added


Deskdirect
6-5-05, 07:43 PM
Yesterday I got five orders through my store, three with shipping added two without. I did a test today and during checkout the checkout_shipping.php page is bypassed and goes right to the checkout_payment.php page.

I haven't got a clue what happened to cause this behaviour. I didn't change or add anything.

Any suggestions, please!?

stevel
6-5-05, 09:21 PM
Zero total weight will do this. Check the weights in your catalog items.

Deskdirect
6-5-05, 10:05 PM
I've always had Product Weights listed as 0.00

I don't use weight for shipping but I can go in and change if you really think it might help.

I check the orders in the admin and I noticed that the invoice and packing slip do not have a shipping address listed. Could this have something to do with my problem? I have the country_state mod installed.

stevel
6-6-05, 07:51 AM
If the order weight is zero and you have "Downloads" enabled, it will skip past the checkout_shipping page. This would also explain the lack of a shipping address. You can find the code in checkout_shippintg.php which does this test and remove it if you like.