Jump to content

Koszyk Ajax - błąd 500 po dodaniu produktu


raffciio

Recommended Posts

Witam,

 

Mam jeszcze jeden problem który pojawił się po kilku zamówieniach w sklepie. Mianowicie przy włączonej funkcji koszyk Ajax przy dodawaniu produktu do koszyka otrzymuje błąd 500 . Oczywiście sytuację można rozwiązać wyłączając koszyk ajax jednak to ogranicza znacząco funkcje presty. NIe ma np popup z dodanym produktem itd. Ma ktoś jakiś pomysł  ? Błąd który otrzymuję poniżej.

Impossible to add the product to the cart.
textStatus: 'error'
errorThrown: 'Internal Server Error'
responseText:

500 Server Error

Oops, something went wrong.

Try to refresh this page or feel free to contact us if the problem persists.

 

Link to comment
Share on other sites

 

 

zrobiłem według instrukcji i otrzymany komunikat nic mi nie mówi :P więc liczę na jakąś pomoc 

 

mpossible to add the product to the cart.

textStatus: 'error'

errorThrown: 'Internal Server Error'

responseText:

[PrestaShopException]

Invalid product vars

at line 106 in file classes/Link.php

101. if (is_array($product) && isset($product['id_product'])) {

102. $product = new Product($product['id_product'], false, $id_lang, $id_shop);

103. } elseif ((int)$product) {

104. $product = new Product((int)$product, false, $id_lang, $id_shop);

105. } else {

106. throw new PrestaShopException('Invalid product vars');

107. }

108. }

109.

110. // Set available keywords

111. $params = array();

Link to comment
Share on other sites

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