Bordado Bandera Navarraref. 000169 |
if($impuestos_instalado) { if(!$impuestos_activo) echo $html2->formatoDecimal($data['Producto']['precio']); else { if(B_IMPUESTOS_VISIBLE) { echo $html2->formatoDecimal($data['Producto']['precio']+($data['Producto']['precio']*$sesion_impuestos[$data['Producto']['impuesto_id']]))."€"; } else { echo $html2->formatoDecimal($data['Producto']['precio'])."€"; } } } else echo $html2->formatoDecimal($data['Producto']['precio'])."€"; //} ?> |