Describe the bug
The Price display method of the customer group is set to tax excluded.
In the BO > Order details page => when we edit the product Quatity => the total in the payment section is not correct => it is displayed with tax included => NOK
To Reproduce
Steps to reproduce the behavior:
Screenshots
https://drive.google.com/file/d/1otxDNQnbv04QUmtBjE2YIAAJVl-g8SRw/view
Additional information
PrestaShop version: 1.7.6.1
PHP version: 7.2
@khouloudbelguith
This is the wanted behavior. You just display the price tax excluded for a customer group only (not for the merchant) but the customer pay the price tax included if taxes are enabled.
So, the merchant should see the real price paid by the customer (tax included if taxes are enabled)
Hi @marionf,
No, this is a different issue.
In the BO => Orders => Order details page
I attached a video record
https://drive.google.com/file/d/1V660MUc8tWsFNrHAc4kRTndIaKHAOHcX/view
Thanks!
Sorry @khouloudbelguith
I didn't understand well the issue
@MatShir Maybe this one can be solved during the migration of order page ?
@marionf Yes, PR https://github.com/PrestaShop/PrestaShop/pull/8493 provides a solution for legacy page, so it will be easy for us to re-apply the fix to the migrated page
@PrestaShop/prestashop-qa I have checked this issue and it seems fixed with the migration of Edit an Order page. Could you confirm ?
Hi @matks I have tested to reproduce on the 1.7.7.x branch and yes the issue seems to have been fixed
Most helpful comment
Hi @matks I have tested to reproduce on the 1.7.7.x branch and yes the issue seems to have been fixed