idom0 Posted July 1, 2013 Share Posted July 1, 2013 (edited) Hola de nuevo compañeros, aquí andamos luchando contra este magnífico software Veréis tengo un grave problema que me aparece en la ficha de producto pero no se como solucionarlo, el caso es que cuando le coloco un precio rebajado a cualquier producto obviamente el precio antigüo sale tachado pero también aparece IVA incluído, una imágen vale mas que mil palabras: Y claro, aparece duplicado porque para colocar IVA incluído inserte este código en products.tpl: He pensado acoplarle una clase diferente pero , se puede duplicar ese código y al segundo código meterle una clase diferente? Claro que si se duplica aparecerá 4 veces no? Gracias amigos! Edited July 2, 2013 by idom0 (see edit history) Link to comment Share on other sites More sharing options...
idom0 Posted July 2, 2013 Author Share Posted July 2, 2013 Alguien me podría iluminar sobre el tema amigos? Sigo intentándolo, por intentarlo que no quede Link to comment Share on other sites More sharing options...
nadie Posted July 2, 2013 Share Posted July 2, 2013 Yo te comento lo que hay en la plantilla por defecto de Prestashop 1.5.4.1 (Lo primero no es un problema serio xD) Si voy abrir el fichero: product.tpl Me encuentro las siguientes lineas: {if $priceDisplay >= 0 && $priceDisplay <= 2} <span id="our_price_display">{convertPrice price=$productPrice}</span> <!--{if $tax_enabled && ((isset($display_tax_label) && $display_tax_label == 1) OR !isset($display_tax_label))} {if $priceDisplay == 1}{l s='tax excl.'}{else}{l s='tax incl.'}{/if} {/if}--> {/if} {if $productPriceWithoutReduction > $productPrice} <span id="old_price_display">{convertPrice price=$productPriceWithoutReduction}</span> <!-- {if $tax_enabled && $display_tax_label == 1} {if $priceDisplay == 1}{l s='tax excl.'}{else}{l s='tax incl.'}{/if} {/if} --> {/if} Esto: <!--{if $tax_enabled && ((isset($display_tax_label) && $display_tax_label == 1) OR !isset($display_tax_label))} {if $priceDisplay == 1}{l s='tax excl.'}{else}{l s='tax incl.'}{/if} {/if}--> aparece comentado, tu lo tendras descomentado: {if $tax_enabled && ((isset($display_tax_label) && $display_tax_label == 1) OR !isset($display_tax_label))} {if $priceDisplay == 1}{l s='tax excl.'}{else}{l s='tax incl.'}{/if} {/if} Y esto: <!-- {if $tax_enabled && $display_tax_label == 1} {if $priceDisplay == 1}{l s='tax excl.'}{else}{l s='tax incl.'}{/if} {/if} --> Seguramente lo haya descomentado y por eso se ve duplicado, cuando hay una oferta la palabra iva incluido. 1 Link to comment Share on other sites More sharing options...
idom0 Posted July 2, 2013 Author Share Posted July 2, 2013 Puff arreglado Nadie, eso era, y yo calentandome, muchas gracias!! Link to comment Share on other sites More sharing options...
nadie Posted July 2, 2013 Share Posted July 2, 2013 Puff arreglado Nadie, eso era, y yo calentandome, muchas gracias!! Un placer ayudarte y servirte! Un saludo y recuerda que estaremos en el foro, para guiarte por este mundo oscuro y tenebroso. Link to comment Share on other sites More sharing options...
Recommended Posts