Environment
"aimeos/aimeos-laravel": "~2020.10"
linux
Describe the bug
Various template issues in the display of product-price precision.
To Reproduce
Steps to reproduce the behavior:
Set precision to other than 2 mshop/price/precision = 4
Create an order with 4 digit precision item price (using JSON frontend)
Visit the Admin Dashboard and see incorrect values for recent order
Expected behavior
Display the correctly rounded numbers.
Screenshots
Order on the Left and Product on the Right
Additional context
The core functionality is correct and totals are correct. This is a display error. This line seems to be a starting point.
templates/order/item-standard.php line 41
$priceFormat = $this->translate( 'client/code', '%1$s %2$s' );
Environment "aimeos/aimeos-laravel": "~2020.10" linux
Describe the bug Various template issues in the display of product-price precision.
To Reproduce Steps to reproduce the behavior:
Expected behavior Display the correctly rounded numbers.
Screenshots Order on the Left and Product on the Right
Additional context The core functionality is correct and totals are correct. This is a display error. This line seems to be a starting point. templates/order/item-standard.php line 41 $priceFormat = $this->translate( 'client/code', '%1$s %2$s' );