updatenow Posted September 7, 2018 Share Posted September 7, 2018 Hola a todos, Estoy intentando desglosar el precio en los productos pero me encuentro con el error que prestashop hace las operaciones con "." en vez de "," por lo que al hacer la operación no me coge lo que viene después de la "," Este es el código que he empleado: <span itemprop="price" content="{$product.price_amount}">Su precio neto {str_replace(".", ",",number_format($product.price_tax_exc,2))} €</span><br> <span itemprop="tax">IVA (21%) { }€</span><br> <span itemprop="tax">IVA (21%) {str_replace(".", ",",number_format($product.price_tax_exc,2))*(21)} €</span><br> <span itemprop="price" content="{$product.price_amount}">Total {$product.price}</span> Espero me podáis ayudar. Saludos. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now