Search the Community
Showing results for tags '1.7.4.x'.
-
When I try to change/Update or add new Unit Price to existing products through CSV product import it won't update or change at all! I really need this is there any way to make it work until the bug is fixed?
- 5 replies
-
- updating
- unit price
-
(and 3 more)
Tagged with:
-
Added Paypal & BrainTree module on my PrestaShop 1.7.4.2, after succesfull installation i tried to configure it and it gave me an error. How to solve it? Here's what it says: Notice: Undefined index: links in /var/www/html/businessLogic/connected6.php on line 122Warning: Invalid argument supplied for foreach() in /var/www/html/businessLogic/connected6.php on line 122Notice: Undefined variable: result in /var/www/html/businessLogic/connected6.php on line 141Notice: Trying to get property of non-object in /var/www/html/businessLogic/connected6.php on line 141Notice: Undefined variable: result in /var/www/html/businessLogic/connected6.php on line 141Notice: Trying to get property of non-object in /var/www/html/businessLogic/connected6.php on line 141
-
Bonjour, Chacune de mes déclinaisons a un tarif en fonction de la quantité. Normalement, sur la fiche produit un tableau récapitulatif (product-discount) s'actualise en fonction de la déclinaison choisie ainsi que le prix unitaire. "Mais" si je clique sur une déclinaison, le tableau ne s'actualise pas et je dois faire un F5 pour qu'il le fasse. Afin de vérifier si cela vient de mes modifications du code, j'ai fais le teste sur des versions d'installation de base (1.7.4.3), en local et sur un autre hébergeur : même problème. Suis-je le seul à avoir ce problème ?
-
Hi there, I was able to upgrade my e-commerce from 1.7.4.1 --> 1.7.4.3 using the command line, but the upgrade of the default modules still have to be done in the back office by cliking on the upgrade button. Is there another ways to upgrade those modules directly from the code?
-
- upgrade
- default modules
-
(and 2 more)
Tagged with:
-
Hi guys I just tried several times to install ps 1.7.4.x on my server. It started everytime and aborted after a few clicks (after licence accept). I found out, my PHP version is to low. I've only 7.1.1, but 7.2 is required. So for other users, it would be nice, if you check the PHP version in the install/index.php Probably do it like that: $phpversion = explode('.', phpversion()); if ($phpversion[0] > 7 || ($phpversion[0] == 7 && $phpversion[1] < 2)) { echo 'php version 7.2 reqired'; exit; } Would be nice! It saves hours! Thank you.
-
When the page have to go to the shipping methods it return a page that says 500 Internal Server Error, how to resolve? Help Me Please