m-tias Posted August 10, 2011 Share Posted August 10, 2011 Hi! As the topic says, no invoice number or date are registered for the orders in the shop. Does anyone have any idea of where this could go wrong? Thanks, Mattias Link to comment Share on other sites More sharing options...
phrasespot Posted August 11, 2011 Share Posted August 11, 2011 Does this happen in all orders or only when Payson is used as payment method? Link to comment Share on other sites More sharing options...
m-tias Posted August 12, 2011 Author Share Posted August 12, 2011 Does this happen in all orders or only when Payson is used as payment method? It seems to be happening to all orders. Link to comment Share on other sites More sharing options...
m-tias Posted August 12, 2011 Author Share Posted August 12, 2011 In case someone is wondering, the PrestaShop version is 1.4.3. Link to comment Share on other sites More sharing options...
phrasespot Posted August 13, 2011 Share Posted August 13, 2011 I did not come across a similar issue with several installations I have so it is difficult to give an answer outright. First place to look would be the web server logs to see if any errors are logged during a purchase. Next look at the purchase process from client side (e.g. with Firebug) and see if there is any errors. If this sounds complicated, post your shop address and I will check it from client side. Link to comment Share on other sites More sharing options...
m-tias Posted August 13, 2011 Author Share Posted August 13, 2011 I did not come across a similar issue with several installations I have so it is difficult to give an answer outright. First place to look would be the web server logs to see if any errors are logged during a purchase. Next look at the purchase process from client side (e.g. with Firebug) and see if there is any errors. If this sounds complicated, post your shop address and I will check it from client side. I've never had this problem with any other PS installation either, and I haven't found anyone who has had similar problems. I find no errors in neither the web server log nor the PrestaShop log. Firebug gives me nothing as well. Maybe I'll try to update to 1.4.4 and see if the problem magically disappears. Link to comment Share on other sites More sharing options...
phrasespot Posted August 13, 2011 Share Posted August 13, 2011 Sounds like a Bohrbug Let us know how did you get on with 1.4 Link to comment Share on other sites More sharing options...
m-tias Posted December 5, 2011 Author Share Posted December 5, 2011 Never had the time to update to 1.4.4, so I don't know if that would have solved the problem, but today I updated to 1.4.6.2 and the problem seems to be gone. Link to comment Share on other sites More sharing options...
Kanary Posted December 8, 2011 Share Posted December 8, 2011 Dear experts, mine is a more critical problem. I don't have dates in all Orders or invoices. Dates are simple not there. appreciate your expert advise please... thanks, Hamouda Link to comment Share on other sites More sharing options...
ccollins Posted March 28, 2012 Share Posted March 28, 2012 I have the same issue. Why is there no definitive answer to this problem anywhere. In the bug tracker there is reference to making the following change to the database but everyone who tries reports it does not work. Then some Prestashop person logs into thier sites and reports it fixed without telling anyone what they did. Why would you do that? ALTER TABLE `ps_lang` ADD `date_format_lite` char(32) NOT NULL DEFAULT 'Y-m-d' AFTER language_code; ALTER TABLE `ps_lang` ADD `date_format_full` char(32) NOT NULL DEFAULT 'Y-m-d H:i:s' AFTER date_format_lite; UPDATE `ps_lang` SET `date_format_lite` = 'd/m/Y' WHERE `iso_code` IN ('fr', 'es', 'it'); UPDATE `ps_lang` SET `date_format_full` = 'd/m/Y H:i:s' WHERE `iso_code` IN ('fr', 'es', 'it'); UPDATE `ps_lang` SET `date_format_lite` = 'd.m.Y' WHERE `iso_code` = 'de'; UPDATE `ps_lang` SET `date_format_full` = 'd.m.Y H:i:s' WHERE `iso_code` = 'de'; UPDATE `ps_lang` SET `date_format_lite` = 'm/d/Y' WHERE `iso_code` = 'en'; UPDATE `ps_lang` SET `date_format_full` = 'm/d/Y H:i:s' WHERE `iso_code` = 'en'; Anyway this problem is not solved. I don't want to risk damaging my DB unless someone can verify this is an appropriate fix. Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now