Prestashop 1.6 - price saving issue.

2019-07-22 11:17发布

问题:

In my Ecommerce site made in Prestashop version 1.6, when I update price of an item from administrative panel , it randomly gets affected. Sometimes the price change saved does not get implemented. The site is live and had been working so far but found this issue recently.

回答1:

It's a bug of browsers: forge.prestashop.com

This the post on the forum: PrestaShop forum

This should be fix your problem: GitHub temporary fix

The final fix (merged in the main project): GitHub full fix

EDIT: A temporary workaround that should works, when you save click exactly on the text "Save" or "Save and stay" and not on the button



回答2:

Remove the following lines from the file /adminXXXX/themes/default/template/controllers/products/helpers/form/form.tpl: https://github.com/P...m.tpl#L252-L254

credit: https://www.prestashop.com/forums/topic/563518-solved-problem-saving-products/#entry2429094