Jump to content

Problems with the Checkout (blank page)


Recommended Posts

Hey guys!

 

I'm currently at the setup of my webshop, but I'm stuck at a problem with the checkout system. I guess it is related to a problem with the my-account.php or something like that.

 

When I put an item in the basket and click on checkout, it will be referred to the first checkout page, but then, after a click on continue, I will just get a blank page.

 

I've tried it with one-page-checkout, but there the Country of the customer isn't recognized, as I never get to select the carrier (yes, I've setup everything like in the 100 tutorials here in the forums :-)).

 

So here is the url of my shop:

 

http://koffeinjunkies.de/shop/

 

It would be wonderful if someone could help me :-) Thanks a lot!

 

Greetings,

Daniel

Link to comment
Share on other sites

Yes, you are right!

It is the error:

 

Fatal error: Uncaught exception 'SmartyCompilerException' with message 'Syntax Error in template "/homez.341/koffeinj/www/shop/themes/prestashop/authentication.tpl" on line 3 "{include file=$tpl_dir./breadcrumb.tpl}" - Unexpected "/", expected one of: "{" , "$" , "identifier" , INTEGER' in /homez.341/koffeinj/www/shop/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php:431 Stack trace: #0 /homez.341/koffeinj/www/shop/tools/smarty/sysplugins/smarty_internal_templateparser.php(2855): Smarty_Internal_TemplateCompilerBase->trigger_template_error() #1 /homez.341/koffeinj/www/shop/tools/smarty/sysplugins/smarty_internal_templateparser.php(2920): Smarty_Internal_Templateparser->yy_syntax_error(37, '/') #2 /homez.341/koffeinj/www/shop/tools/smarty/sysplugins/smarty_internal_smartytemplatecompiler.php(51): Smarty_Internal_Templateparser->doParse(37, '/') #3 /homez.341/koffeinj/www/shop/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php(82): Smarty_Internal_SmartyTemplateCompiler->doCompile('<!-- german in /homez.341/koffeinj/www/shop/tools/smarty/sysplugins/smarty_internal_templatecompilerbase.php on line 431

Link to comment
Share on other sites

I am guessing you are using a theme for PS 1.4.0, in which case, you may want to upgrade it.

 

I believe this was a known bug that was fixed in a later version.

 

You can also edit themes/prestashop/authentication.tpl and change line #3 from

 

{include file=$tpl_dir./breadcrumb.tpl}

to

{include file="$tpl_dir./breadcrumb.tpl"}

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...