Jump to content
  • 0

Zamówienie towaru - problem z koszykiem


MarioCCH

Question

Presta 1.7.3.3

Po wciśnięciu przycisku "zamówienie z obowiązkiem zapłaty" na końcu koszyka - występuje problem w postaci "Błąd krytyczny". 

Dev_Mode pokazuje poniższe dane. 

Czy byłby ktokolwiek w stanie pomóc z tym problemem ??

Z góry dziękuję. 

 

[PrestaShopException]

Fatal error
at line 985 in file classes/Tools.php

980.     * @param bool $htmlentities By default at true for parsing error message with htmlentities
981.     */
982.     public static function displayError($string = 'Fatal error', $htmlentities = true, Context $context = null)
983.     {
984.         if (defined('_PS_MODE_DEV_') && _PS_MODE_DEV_) {
985.             throw new PrestaShopException($string);
986.         } else if ('Fatal error' !== $string) {
987.             return $string;
988.         }
989. 
990.         return Context::getContext()->getTranslator()->trans('Fatal error', array(), 'Admin.Notifications.Error');

 

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...