Jump to content

fiyat gösterimini değiştirmek


Recommended Posts

merhaba arkadaşlar ürün detay sayfasında fiyatlarımız şu şekilde çıkıyor

----------------------

indirimde

$2,231.00 KDV dahil

$2,349.00 KDV dahil (üstü çizik şekilde)

-----------------

ben şöyle gözüksün istiyorum

-------------------------------

indirimde

$2,211.00 + KDV

$2,231.00 KDV dahil Toplam fiyatı

$2,349.00 KDV dahil (üstü çizik şekilde)

-------------------------

bir türlü yapamadım çok acemiyim yardımlarınızı bekliyorum

Link to comment
Share on other sites

merhabalar,

Bu zaten sisteme entegredir. Önce ürünü eklediğinizde bir fiyat belirleyin 2.349 Daha sonra ürünü kaydedip tekrar aynı ekrana gelin. Sonrada fiyuatta indirim yapon ve aynı ekrandaki indirimde ! ikonunu görüntüleyi seçin ve kaydedin. Bu şekilde Önceki fiyat görüntülenir. Ayrıca Üstü çizgili olarak gözükecektir. Burdan yazabilirseniz sonucu sevinirim.

Link to comment
Share on other sites

  • 3 months later...

Merhaba arkadaşlar
istediğiniz düzenleme için

/themes/temanız/product.tpl

{if $priceDisplay == 2}


{convertPrice price=$product->getPrice(false, $smarty.const.NULL)} {l s='tax excl.'}
{/if}



Yukarıdaki kodu bulun. Ve aşağıdaki ile değiştirin. sonucu burdan yazın.



{convertPrice price=$product->getPrice(false, $smarty.const.NULL)} {l s='tax excl.'}



Kolay gelsin...

Link to comment
Share on other sites

  • 2 years later...

<div class="price">
 {if !$priceDisplay || $priceDisplay == 2}
 {assign var='productPrice' value=$product->getPrice(true, $smarty.const.NULL, $priceDisplayPrecision)}
 {assign var='productPriceWithoutReduction' value=$product->getPriceWithoutReduct(false, $smarty.const.NULL)}
   {elseif $priceDisplay == 1}[color=#ff0000]+KDV[/color]
 {assign var='productPrice' value=$product->getPrice(false, $smarty.const.NULL, $priceDisplayPrecision)}
 {assign var='productPriceWithoutReduction' value=$product->getPriceWithoutReduct(true, $smarty.const.NULL)}

						    {/if}

burda kdv yi ben ekledim. şu anda 100 tl +kdv şeklinde ürün sayfasında çıkıyor. Yalnız ben kdv ekli şeklini de ürün sayfasında göstermek istiyorum (118 tl kdv dahil) şeklinde. Bunu nasıl yapabirim.

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...