Jump to content

% indirim uygularken hata


TURKTECH

Recommended Posts

Herkese merhabalar,

 

bir ürüne indirimli fiyat verirken resimdeki hatayi aldim.

 

%28 indirim uygulayinca veriyor.. birde %29 da benzer hata var
diger yuzde oranlarinda hata vermiyor mesela ( %25,%50 ..vb )

 

Daha önce basina gelen varmi ?

 

sorun modullerdenmi yoksa ana prestashop yazilimindami bilemedim :(

post-755520-0-31395000-1419415831_thumb.png

Link to comment
Share on other sites

temada product.tpl dosyasını açın ve indirim olduğu yere şu kodu yazın

{if $product->specificPrice && $product->specificPrice.reduction_type == 'amount' && $product->specificPrice.reduction|floatval !=0}
	-{convertPrice price=$productPriceWithoutReduction-$productPrice|floatval}
{/if}

Sıkıntı şu başında sanırım convertPrice yok :)

  • Like 1
Link to comment
Share on other sites

temada product.tpl dosyasını açın ve indirim olduğu yere şu kodu yazın

{if $product->specificPrice && $product->specificPrice.reduction_type == 'amount' && $product->specificPrice.reduction|floatval !=0}
	-{convertPrice price=$productPriceWithoutReduction-$productPrice|floatval}
{/if}

Sıkıntı şu başında sanırım convertPrice yok :)

 

Cevap icin cok tesekkurler.

 

satiri bulamadim product.tpl icinde

ekteki dosyaya musait oldugunuzda bi bakabilir misiniz?

 

Tesekkurler

 

ilgili sayfanin adresi su sekilde >> https://www.star-bebe.com/sieges-autos-groupe-2-3-15-36-kg/131-chicco-siege-auto-oasys.html

product.tpl.txt

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

satır numarasını söylüyorum 350. satır da tamda dediğim hatayı yapmış adam

{if $product->specificPrice && $product->specificPrice.reduction_type == 'percentage'}-{$product->specificPrice.reduction*100}%{/if}

bu sizin kodunuz

 

Bu kodun sonunda bulunan *100 den sonra şunu yazın

 

|floatval

 

 

yazın sorun çözülür

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

Merhabalar,

350. satiri 

 

{if $product->specificPrice && $product->specificPrice.reduction_type == 'percentage'}-{$product->specificPrice.reduction*100|floatval}%{/if}

olarak degistirdim dediginiz gibi..
sonuc degismedi malesef :(

 

problem temadan kaynakli degilmi?

o halde tema yapimcisina ileteyim bu hatayi?

ben sorunun prestashop tan yada bir modulden kaynaklandigini dusunmustum basta

Edited by TURKTECH (see edit history)
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...