0

I'm having a problem checking out bundled products in Magento. When you proceed to checkout with a bundle product in the cart, the checkout page just shows a blank page. This problem doesn't appear when checking out with a simple product.

I installed a new onepage checkout extension which seemed to solve the problem. However I've been doing more testing and found if I was logged in as a customer and tried to checkout with a bundle product I would again see a blank page.

After doing some research into blank screens appearing during the checkout, I found many people saying increasing PHP memory will solve the problem, I've tried this to no affect.

j08691
  • 204,283
  • 31
  • 260
  • 272
crgn
  • 1
  • 1

2 Answers2

0

Have a look at this question: Magento How to debug blank white screen There isn't an easy answer (especially if you've increased the memory limit!) But there may be somethign in there that might help you.

Community
  • 1
  • 1
sulman
  • 2,431
  • 7
  • 40
  • 62
-1

Within Magento there are some logs : exception and error log plus reports.

Also there will be server level error log.

I recommend you go through this.

Blank page in PHP generally means there is some fatal error.

With error logs on those will be logged in error log file.

So start from there and post whatever you have in log related to checkout and blank screen.

Oscprofessionals
  • 2,161
  • 2
  • 15
  • 17