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.
相关问题
- Extend prestashop webservice resource
- Overriding properly WooCommerce function WC_Price(
- Prestashop 1.6, conflict: 2 different modules requ
- How to integrate msg91 php api with Prestasms or P
- When price is 0 change add to cart button to “requ
相关文章
- Prestashop 1.6 Create Module to Display Carrier Fi
- Prestashop and web service(Restful), HttpURLConnec
- How to change content of order confirmation email
- How to change content of order confirmation email
- Search products in a specific category
- Get the regular price of variable product in Wooco
- Display product prices with a shortcode by product
- How to display product price with and without tax
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
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