Jump to content

Invalid $number parameter: "$0.00" cannot be interpreted as a number


bcpivetta

Recommended Posts

I got this problem, i try do solutioion:

 

if ($formatCldr && $product['price'] != null && $product['price_final'] != null) {
                $product['price'] = $localeCldr->formatPrice($product['price'], $currency->iso_code);
                $product['price_final'] = $localeCldr->formatPrice($product['price_final'], $currency->iso_code);

 

 

index.pdfBut now work, someone have any solution for that?

the error log in attachment.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...