MYSQL Prestashop 1.7 update price multistore
How do I run it for all rows of a given product id and shop id: One table: ps_product_shop id_product price id_shop 1 1 1 1 25 3 2 2 1 2 50 3 THX For one line: UPDATE ps_product_shop…
How do I run it for all rows of a given product id and shop id: One table: ps_product_shop id_product price id_shop 1 1 1 1 25 3 2 2 1 2 50 3 THX For one line: UPDATE ps_product_shop…
I got a problem on a Prestashop website (1.7.7.8) , with updating price when changing options. In some particular cases, an error occured and the price is not displayed. You can see the bug here : https://bacom.lebonweb.fr/accueil/32-bache.html This append in…
I have a problem with my Prestashop Store where sometimes I can get into Front Office without problems, but other times I get an error 504 and worse I cannot get into Back Office because get this error 504. This…
I have an online shop in development, all went well until I decided to do SEO on the shop. After this, if I chose a product variation from front-end it just redirects me to a random product. This picture describes…
this is happening to me while installing PrestaShop 1.7 on my localhost using PHP 8 and xamp 3.2.4. I have tried creating an user and password to access my db also differents db names and still gives me this error.…
I´m trying to install Prestashop in Xampp but appears that error. i tryed to uncomment the line in php.ini of "extension=php_intl.dll" And then restart Xampp but the error is appearing. I´m using php 7.2 and the version of Prestashop is…
I need some best-practice advice for how best to go-live with a new PrestaShop store. The background: we have been working on a new store, with new core (PrestaShop version) and new design (updated theme). Next: very soon, we need…
I have to upgrade my store, because my server won't support the PHP version required for PS 1.6 anymore. From my research so far it looks as if PS 1.7 might as well be a completely different ecommerce platform when…
To remove multiple slashes I wrote this condition that is working in windows system but not in Ubuntu 18.04 I don't know why..? RewriteCond %{HTTP_HOST} !="" RewriteCond %{THE_REQUEST} ^[A-Z]+s//+(.*)sHTTP/[0-9.]+$ RewriteRule .* %{HTTP_HOST}/%1 [R=301,L] I am getting this error in ubuntu…
friends. I have a question regarding PrestaShop off-the-shelf robots.txt file. Is it a normal practice to allow Search engines to index PrestaShop */module/* route? Can please somebody comment: A) Does it works as expected? [ */module/* indexation is necessary for…