epleguten Posted October 4, 2009 Posted October 4, 2009 When I look at an order history, the headers shows up as placeholders like "heading_title", "heading_shipping_method" and so on. The code in the file account_history_info.php seems to be ok. The language is norwegian, and maybe something is wrong with one of the language files? Does somebody know what might be wrong? I also have a problem with the birth date. The norwegian language pack has changed the format to dd/mm/yyyy, which is correct. But when a customer are registering, he still have to use the format mm/dd/yyy, if not he will get an error message. And what is strange is that when customers are looking at the account information, the date is showing up correct as dd/mm/yyy. So it has to be something wrong with the input format. Someone who knows?
Xpajun Posted October 4, 2009 Posted October 4, 2009 I've noticed on some of the language add-ons that some of the files are missing and there are sometimes extra ones - very often index.php is missing which scripts the front page What's New and the HEADING_TITLE HEADING_SHIPPING_METHOD showing would possibly indicate a missing language file for the shipping module you are using The language packs can only change the format for the output of the birth dates not the input - this would need a rewrite of your php files My store is currently running Phoenix 1.0.3.0 I'm currently working on 1.0.7.2 and hope to get it live before 1.0.8.0 arrives (maybe 🙄 ) I used to have a list of add-ons here but I've found that with the ones that supporters of Phoenix get any other add-ons are not really neccessary
epleguten Posted October 4, 2009 Author Posted October 4, 2009 Thank you for your answer. It seems like the customers then still have to put the date in the format mm/dd/yyyy, but that is not a big problem :) All the headers in account_history_info.php is missing, the two I mentioned was just examples. I have compared the files in the norwegian language pack with the ones in the english pack, and I can't see I am missing any files. The problem must be somewhere else.
epleguten Posted October 4, 2009 Author Posted October 4, 2009 Problem solved :) A code (*/) were missing after some general information in the file account_history_info.php.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.