theSinan Posted July 9, 2013 Share Posted July 9, 2013 S.a Ben PrestaShop için Denamik Sözleşme Yapmaya Karar Verdim (PrestaShopta Olmaması Büyük Eksiklik) order_carrier.tpl dosyasından açılacak php Dosyası için link Ekledim sozlesme.php dosyasının içine require_once("config/config.inc.php"); include ('header.php'); dosyalarını çağırdım $GLOBALS["smarty"] 'tpl_vars' 'cart' 'value' 'id_customer' ile değişkenlerinden Aktif Müşteri id sini aldım sql komutları ile müşterini adını soyadını aldım buraya kadar sıkıntı yok ancak sepete attığı ürünlerin toplam tutarını nasıl alabilirim Yardımcı olabilirmisiniz 1 Link to comment Share on other sites More sharing options...
benjamin utterback Posted July 9, 2013 Share Posted July 9, 2013 Thread moved to Turkish Forum. Link to comment Share on other sites More sharing options...
safa Posted July 9, 2013 Share Posted July 9, 2013 güzel çalışma teberikler, örnek uygulamayı modules/blockuserinfo/blockuserinfo.tpl dosyasından bulabilirsin. bu dosya içinde müşteri sepeti toplam tutarı , adı soyadı gibi değişkenlerin örneklerini bulabilirsin. iyi çalışmalar... Link to comment Share on other sites More sharing options...
theSinan Posted July 11, 2013 Author Share Posted July 11, 2013 s.a Safa Bey .tpl içerisinde ben sepet bilgilerini göremedim bu my-account açıyor ordada sepet yok yada ben bulamıyorum blockuserinfo içerisinde BlockUserInfo sınıfı var orda hangi değişkenden yada fonksiyondan alabilirim yardımcı olabilirmisin Link to comment Share on other sites More sharing options...
safa Posted July 11, 2013 Share Posted July 11, 2013 selamlar; tpl içinde böyle bir kod göreceksin. bunlar smarty fonksiyonlarında sepetteki ürünlerin fiyat toplamını gösteriyor. eğer yine sorun olursa yardımcı olmaya çalışırım, çalışman hoşuma gitti. <span class="ajax_cart_total{if $cart_qties == 0} hidden{/if}"> {if $cart_qties > 0} {if $priceDisplay == 1} {assign var='blockuser_cart_flag' value='Cart::BOTH_WITHOUT_SHIPPING'|constant} {convertPrice price=$cart->getOrderTotal(false, $blockuser_cart_flag)} {else} {assign var='blockuser_cart_flag' value='Cart::BOTH_WITHOUT_SHIPPING'|constant} {convertPrice price=$cart->getOrderTotal(true, $blockuser_cart_flag)} {/if} {/if} </span> Link to comment Share on other sites More sharing options...
selmankara Posted November 28, 2013 Share Posted November 28, 2013 theSinan merhaba, çalışman gerçekten çok hoş geliyor kulağa. Devamını yapabildin mi? Ne aşamadasın? Eğer yapabildiysen bunu ben de yapmak istiyorum. Yardımcı olabilirsen çok mutlu olurum. 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