Jump to content

No payment methods available


Recommended Posts

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

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

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 3

Warning: 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 639

Warning: 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 640

Warning: 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

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

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 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

×
×
  • Create New...