Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

checkout_confirmation.php


Guest

Recommended Posts

Hi there,

 

I just added an additional language to my website, everything is working fine except when i try to checkout with the new language selected, when it comes to the /checkout_confirmation.php...step all i can see is BLANK page? Could someone please help me with this problem please? Have i done something wrong...and is it fixable :). With the main language which is english on my site, is ok, no problem or whatsoever :).

 

I really appreciate any help or any advice you could give. Thank you in advance and have a nice day :).

 

Best regards

 

 

 

Kev

Link to comment
Share on other sites

My best guess is you will find the problem in languages/*/checkout_confirmation.php

 

You may need to escape something such as it's would need it/'s

 

or you may have left off a '); at the end of one of the defines.

 

The easiest way to determine what is wrong would be to go to your site error log and see what it has to say. Most often it will give you the file name and line number where the error is occuring in the script.

 

Good Luck

How do you know when you know what you want to do for the rest of your life?

Link to comment
Share on other sites

My best guess is you will find the problem in languages/*/checkout_confirmation.php

 

You may need to escape something such as it's would need it/'s

 

or you may have left off a '); at the end of one of the defines.

 

The easiest way to determine what is wrong would be to go to your site error log and see what it has to say. Most often it will give you the file name and line number where the error is occuring in the script.

 

Good Luck

 

Hi thank you for your quick respond. I have tried and double check what you have told me, i have '); at the end of each defines in that file and also check out for any it/'s.

I also tried to copy the checkout_confirmation.php file in my languages/english/ which should be the working one but no success :(. I just don't know how to identify the error since it doesn't give any error beside just the blank white page :(.

Hope you can help me out thanks in advance. merry xmas to everyone :)

Best regards

 

Kevin Doan

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...