英文:
Prestashop - when editing the customer's address in the order, the shipping price will change to zero, but it should remain
问题
Prestashop: 1.7.4
在BO-Orders中发现了一个bug:如果在订单中直接编辑客户的地址,该订单中的运费会变为零。运费应该保持不变,而不是重置。如果我在BO-Customers中直接编辑相同的地址,运费不会改变。
你能帮我解决这个bug吗?我可以直接编辑代码中的任何文件。
英文:
Prestashop: 1.7.4
I found a bug in BO-Orders: If an address of a customer is edited directly in the order, the shipping cost in this order is changed to zero. The shipping cost should remains, not reset. If I edit the same address directly in BO-Customers, the shipping cost will not change.
Can you please help me, how solve this bug? I can edit any file directly in the code.
答案1
得分: 1
Shop parameters -> Order settings -> Recalculate shipping costs after editing the order - set to "No".
If you still think it's bug, consider checking if it happens on the newest PrestaShop version. 1.7.4 is quite old.
英文:
Shop parameters -> Order settings -> Recalculate shipping costs after editing the order - set to "No".
If you still think it's bug, consider checking if it happens on the newest PrestaShop version. 1.7.4 is quite old.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论