Jump to content

Fiyat yerine Sorunuz yazması


Recommended Posts

ben dediğiniz kodları bulamıyorum. daha doğrusu bulur gibi oluyorum emin olamıyorum :)

 

rica etsem ilgili dosyayı değiştirip ek olarak eklermisiniz. test sitesine yükleyeyim.

 

teşekkürler hepinize.

 

ben zaten düzenleyip te yükledim fiyatı sorun olması için ürünün fiyatının 0 olması gerekir. ama eğer öyle değilde hep sorun olsun istiyorsanız.

product-list.tpl 52. satırda

{if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)}<span class="price" style="display: inline;">{if !$priceDisplay}{if $product.price >0}{convertPrice price=$product.price}{else}<a href="{$link->getPageLink('contact', true)}" title="{l s='Contact'}">{l s='Ask for price'}</a>{/if}{else}{convertPrice price=$product.price_tax_exc}{/if}</span><br />{/if}

 

bulunan kodu şu şekide değiştirin

 

{if isset($product.show_price) && $product.show_price && !isset($restricted_country_mode)}<span class="price" style="display: inline;"><a href="{$link->getPageLink('contact', true)}" title="{l s='Ask for price'}">{l s='Ask for price'}</a></span><br />{/if}

 

product.tpl de ise 385. satırda bulunan

 

<p class="our_price_display">
   {if $priceDisplay >= 0 && $priceDisplay <= 2}
   {if $productPrice >0}
 <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}-->
   {else}
   <a href="{$link->getPageLink('contact', true)}" title="{l s='Contact'}">{l s='Ask for price'}</a>
   {/if}
   {/if}
   </p>

 

kodu bu şekilde dğiştirin

 

<p class="our_price_display">
   {if $priceDisplay >= 0 && $priceDisplay <= 2}

   <a href="{$link->getPageLink('contact', true)}" title="{l s='Ask for price'}">{l s='Ask for price'}</a>
   {/if}
   </p>

  • Like 2
Link to comment
Share on other sites

  • 9 months later...

iyi günler arkadaşlar Prestashop 1.6 kullanıyorum benim ürün fiyatlarımın hepsi sabit.

 

Örn;

Şeker 10.00 Euro   Çay 20.00 TL  Tuz 15.00 USD 

 

Bu şekilde elle döviz girip fiyatını belirlemek istiyorum. pshop'un sunmuş olduğu kur sistemi fiyatlarımın belirsizleşmesine sebep oluyor. ve kuru merkez bankasının efektif satışından kullanıyoruz o yüzden döviz olarak yazmamız bizim için daha kullanışlı bunu nasıl sağlayabiliriz? Şimdiden teşekkür ederim.

Link to comment
Share on other sites

  • 1 year later...
  • 2 years later...
  • 3 weeks later...
  • 1 year later...
  • 1 year later...
On 2/8/2018 at 12:11 AM, bera_ramazan said:

 

mantığı aynı sadece $poduct.price değil $productPrice yapmalısın

Üstad benim temada biraz çıkamadım işin içinden, şimdi tekrar aklıma gelince deneyeyim dedim. Price kodlarım şu şekilde bir yol gösterirseniz sevinirim.

Fiyat Sorunuz Yazsın ama tıklayınca o ürünün içeriğini açsın, iletişim sayfasına gitsin istemiyorum.

 

product-list.tpl product.tpl

Edited by gokturk (see edit history)
Link to comment
Share on other sites

  • 3 weeks later...

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