Cvp: vergi dahil yazısı nasıl kalkar
themes/temaniz/product.tpl dosyasindan asagidaki kodu bulun
<!-- prices -->
<p class="price">
{if $product->on_sale}
<img src="{$img_dir}onsale_{$lang_iso}.gif" alt="{l s='On sale'}" class="on_sale_img"/>
<span class="on_sale">{l s='On sale!'}</span>
{elseif ($product->reduction_price != 0 || $product->reduction_percent != 0) && ($product->reduction_from == $product->reduction_to OR ($smarty.now|date_format:'%Y-%m-%d %H:%M:%S' <= $product->reduction_to && $smarty.now|date_format:'%Y-%m-%d %H:%M:%S' >= $product->reduction_from))}
<span class="discount">{l s='Price lowered!'}</span>
{/if}
<br />
<span class="our_price_display">
{if !$priceDisplay || $priceDisplay == 2}
<span id="our_price_display">{convertPrice price=$product->getPrice(true, $smarty.const.NULL)}</span>
{if $tax_enabled}{l s='tax incl.'}{/if}
Bu kodu;
_______________________________________
{if $tax_enabled}{l s='tax incl.'}{/if}
_______________________________________
kaldirin
Sonucu paylasirsaniz memnun olurum.
Kolay Gelsin