tmlazarmarius Posted March 13, 2014 Share Posted March 13, 2014 Hello to all, I am using prestashop version 1.5.6.2 I encounter some problems when trying to finalize an order, At the end there is a message like "No payment method available at this time" I have installed tree methods, in between I have Cash on delivery also but none of them appear at the bottom of ordering page. I have enabled all the countries and geographical zones in order to avoid a possible misconfiguration. but still I have this error. Site is www.cris-mag.ro , please select from top of page the English language. Thank you in advance Link to comment Share on other sites More sharing options...
NemoPS Posted March 14, 2014 Share Posted March 14, 2014 Can you check that customer groups and all countries and currencies are enabled in modules->payment for the chosen ones? Link to comment Share on other sites More sharing options...
tmlazarmarius Posted March 14, 2014 Author Share Posted March 14, 2014 I have enabled all these. However when saving the information I receive a blank page then refreshing it shows my modification. Possible Prestashop corupted files ? How can I check in code that my modifications where really saved? Link to comment Share on other sites More sharing options...
El Patron Posted March 14, 2014 Share Posted March 14, 2014 I have enabled all these. However when saving the information I receive a blank page then refreshing it shows my modification. Possible Prestashop corupted files ? How can I check in code that my modifications where really saved? please turn on errors to get underlying php error (from blank page) Link to comment Share on other sites More sharing options...
tmlazarmarius Posted March 14, 2014 Author Share Posted March 14, 2014 Hello, I 've turned on the errors Link to comment Share on other sites More sharing options...
NemoPS Posted March 15, 2014 Share Posted March 15, 2014 ...and? Link to comment Share on other sites More sharing options...
tmlazarmarius Posted March 15, 2014 Author Share Posted March 15, 2014 I have this error : Strict Standards: Declaration of Dispatcher::loadRoutes() should be compatible with that of DispatcherCore::loadRoutes() in /home/crismagr/public_html/override/classes/Dispatcher.php on line 3Warning: Cannot modify header information - headers already sent by (output started at /home/crismagr/public_html/override/classes/Dispatcher.php:3) in/home/crismagr/public_html/classes/controller/FrontController.php on line 639Warning: Cannot modify header information - headers already sent by (output started at /home/crismagr/public_html/override/classes/Dispatcher.php:3) in/home/crismagr/public_html/classes/controller/FrontController.php on line 640Warning: Cannot modify header information - headers already sent by (output started at /home/crismagr/public_html/override/classes/Dispatcher.php:3) in /home/crismagr/public_html/classes/Tools.php on line 130 For the moment I try to understand what is the meaning of this Link to comment Share on other sites More sharing options...
vekia Posted March 15, 2014 Share Posted March 15, 2014 your shop uses overrides, who or what created it your you? do you know for what purposes this override is installed in your shop? overrides arent default codes, so i suppose that it can be related to your issue (not errors that you see above, but something in your override ) Link to comment Share on other sites More sharing options...
tmlazarmarius Posted March 15, 2014 Author Share Posted March 15, 2014 Nobody else except me worked on this shop. If Override means changing of the pages naming like ID and title from preferences/seo-url menu, I have made this modification in order to have first the name of the category/product for SEO purposes (pardon my naivety if this is not efficient) . I didn't expected errors due to this. But this issue is different from my original reported problem. It seems that during the restore of the shop to an earlier version the module payment2cariers was deactivated. I have enabled and now the original problem is solved. However, due to this I have discovered that I have this override error reporting. So, beginner question: Is this affecting the load time of my site? Does the error reported (override topic) will affect the functionality of my site in the future? The route to the products are established like this: "{category:/}{rewrite}-{id}{-:ean13}.html" To the category are like this {rewrite}-{id} If this is already described please help me with a link. Thanks in advance Link to comment Share on other sites More sharing options...
NemoPS Posted March 17, 2014 Share Posted March 17, 2014 More than the loading time, it affects stability. Methods must be uniform to the Class they extend in order to work. Check the original declaration and see where it's different from the override, then modify the latter to make it compliant Link to comment Share on other sites More sharing options...
Recommended Posts