Describe the bug
IN the BO => Product page => Pricing Tab, the Final retail price is not displayed
To Reproduce
Steps to reproduce the behavior: New clone from GitHub 1.7.6.x branch
Screenshots
Additionnal information
PrestaShop version: 1.7.6.x
PHP version: 7.0
ping @nesrineabdmouleh
Detected by Test Automation Suit Full/02_product thanks @nesrineabdmouleh & @khouloudbelguith
Is it really critical ? It does not display the final price, but is this price still taken into account ?
Hi @colinegin,
In our documentation http://doc.prestashop.com/pages/viewpage.action?title=Severity+Criteria&spaceKey=QA, if an issue breaks the Auto Tests so it is critical.
Thanks!
As seen with Mehdi, as those auto tests are going to be changed, this is not a critical but major issue. I've changed the label :) Thanks !
FYI: javascript functions formatNumber
, formatNumberCldr
and formatCurrency
were not longer working. The following pull request must fixed it: #13665
Most helpful comment
Detected by Test Automation Suit Full/02_product thanks @nesrineabdmouleh & @khouloudbelguith