Jump to content

Blank page on the last step of command


pepys

Recommended Posts

Hi,

 

This is my first post here :) I have an error, I created a new template for client area and for orderforms. Everything is ok, but on the last step, after I select the payment method, I press to submit button to finalise the order, and then I receive a blank page with URL /cart.php?a=checkout. Why is this? Where is the problem?

 

Thank you!

Link to comment
Share on other sites

After I put

 

$display_errors = true;

 

in my configuration.php file, I get the error:

 

Parse error: syntax error, unexpected '*' in ../templates/newhost/invoicepdf.tpl on line 18

 

I made some changes in other .tpl files, because I created a new template, but I dodn't make any change in file invoicepdf.tpl

 

What is the problem then?

Link to comment
Share on other sites

The code from 18's line of file invoicepdf.tpl is

 

** This code should be uncommented for EU companies using the sequential invoice numbering so that when unpaid it is shown as a proforma invoice **

 

I deleted this code, and now the error is:

 

 

Parse error: syntax error, unexpected T_LNUMBER in ../templates/newhost/invoicepdf.tpl on line 114

 

The 114's line from file is:

 

$pdf->SetXY(float 35, float 45);

 

So, I don't understand what's wrong.. Please, help me, I need to resolve this ASAP.. Thanks a lot!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated