Jump to content

One page checkout blank page


Recommended Posts

Hi everyone,

 

When I'm activating "One page checkout" at BACK OFFICE > PREFERENCES instead of "Standard (5 Steps)", I'm getting a blank page when I'm clicking at Checkout.

 

Does someone know how to fix this problem?

 

And another thing is, that the button CART next to CHECKOUT disappears when I switch to "One page checkout".

 

 

You can see on the pictures one picture before with the 5 steps. There CART still exists and the page has content on the rig side in the content area.

 

The second picture is the one page checkout with the missing CART button and no content at all in the content area

 

Thank you

post-442159-0-50878700-1357365283_thumb.jpg

post-442159-0-78891000-1357365348_thumb.jpg

Edited by kansas3d (see edit history)
Link to comment
Share on other sites

Thank you Alaxander for your help!

 

 

In my config/config.inc.php was:

 

/* Debug only */

@ini_set('display_errors', 'off');

define('_PS_DEBUG_SQL_', false);

 

 

and I changed it to:

 

/* Debug only */

ERROR_REPORTING(E_ALL);

@ini_set('display_errors', 'on');

define('_PS_DEBUG_SQL_', TRUE);

 

 

 

But now I'm getting the following Error message:

Warning: Smarty error: unable to read resource: "/home/content/23/10076423/html/home/themes/linda/order-opc.tpl" in /home/content/23/10076423/html/home/tools/smarty_v2/Smarty.class.php on line 1095

 

 

Do you know what the problem is?

 

Is it correct that it is redirecting to order-opc?

The Standard 5 Steps Checkout redirects I think to order.php and not oreder-opc.

 

Thank you a lot

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...