TURKTECH Posted December 24, 2014 Share Posted December 24, 2014 Herkese merhabalar, bir ürüne indirimli fiyat verirken resimdeki hatayi aldim. %28 indirim uygulayinca veriyor.. birde %29 da benzer hata vardiger yuzde oranlarinda hata vermiyor mesela ( %25,%50 ..vb ) Daha önce basina gelen varmi ? sorun modullerdenmi yoksa ana prestashop yazilimindami bilemedim Link to comment Share on other sites More sharing options...
bera_ramazan Posted December 24, 2014 Share Posted December 24, 2014 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 1 Link to comment Share on other sites More sharing options...
TURKTECH Posted December 24, 2014 Author Share Posted December 24, 2014 (edited) 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 December 24, 2014 by TURKTECH (see edit history) Link to comment Share on other sites More sharing options...
bera_ramazan Posted December 24, 2014 Share Posted December 24, 2014 (edited) 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 December 24, 2014 by bera_ramazan (see edit history) Link to comment Share on other sites More sharing options...
TURKTECH Posted December 25, 2014 Author Share Posted December 25, 2014 (edited) 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 December 25, 2014 by TURKTECH (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now