Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

it show blank page on checkout_shipping.php


Max007

Recommended Posts

After you add to cart some products... when you press the checkout button you enter the fields there... and after that you press continue and shows the delivery informations (Shipping Address) and after you press continue here it shows a blank page... what i did wrong?

Link to comment
Share on other sites

After you add to cart some products... when you press the checkout button you enter the fields there... and after that you press continue and shows the delivery informations (Shipping Address) and after you press continue here it shows a blank page... what i did wrong?

The next page after checkout_shipping.php should be checkout_payment.php. If you have a fatal error of some kind in checkout_payment.php -- or in the files that it includes -- it shows up as a blank page in your browser. If you made recent changes to checkout_payment.php, try undoing them and see if the page displays.

Link to comment
Share on other sites

After you add to cart some products... when you press the checkout button you enter the fields there... and after that you press continue and shows the delivery informations (Shipping Address) and after you press continue here it shows a blank page... what i did wrong?

The next page after checkout_shipping.php should be checkout_payment.php. If you have a fatal error of some kind in checkout_payment.php -- or in the files that it includes -- it shows up as a blank page in your browser. If you made recent changes to checkout_payment.php, try undoing them and see if the page displays.

Link to comment
Share on other sites

it can happen if the shipping modules you installed from your osc admin don't work. What customizations related with shipping have you made?

Link to comment
Share on other sites

You had said in your first post that you were able to see the delivery address (which means checkout_shipping.php is loading at least once), but that when you click Continue, you get a blank page. That would imply that there is an error somewhere between line 96 and line 136 (in an unmodified version of checkout_shipping.php).

 

Have you installed a new shipping module recently, or changed an existing one? The problem is most likely in one of your shipping modules (in catalog\includes\modules\shipping), not in checkout_shipping.php.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...