Can Memiş Posted June 12, 2017 Share Posted June 12, 2017 (edited) Merhabalar arkadaşlar sitemiz üzerinden yurtdışına gönderim yapıyoruz. Fakat, mağlum yurtdışına gönderimler biraz daha maliyetli bu yüzden Avrupa Ülkelerine gönderim yaparken sipariş aşamasında sepet toplamı için minimum bir limit belirtmek istiyoruz. Bu limiti bölgelere göre farklı yapabilir miyiz? Edited June 21, 2017 by Can Memiş (see edit history) Link to comment Share on other sites More sharing options...
Can Memiş Posted June 17, 2017 Author Share Posted June 17, 2017 Arkadaşlar konu güncel. Link to comment Share on other sites More sharing options...
bera_ramazan Posted June 18, 2017 Share Posted June 18, 2017 (edited) Birde şunu deneyebilirsin biraz macera olarak çünkü daha önceden denmedim bakalım olur ftp den controllers/front/OrderController.php yi aç en allta şu kodu bul public function setMedia() { .... } hemen ilk süslü parantez sonrasına /*** KODUN BAŞLANGICI ***/ $adress = Tools::getValue('id_address_delivery'); if (Validate::isInt($adress)) { $getAdress = Db::getInstance()->getRow('SELECT * FROM '._DB_PREFIX_.'address WHERE id_address = "'.$adress.'"'); $id_country = $getAdress['id_country']; } else $id_country = 211; global $smarty; $smarty->assign(array( 'id_country' => $id_country, )); /*** KODUN SONU ***/ Bu kodu ekle Sonra temanın "order-carrier.tpl" sine bir if kodu ekle deki {if $id_country != 211 AND {displayPrice price=$cart->getordertotal(false)} >= '200,00 TL'} diye if ekle ve sipariş al Edited June 18, 2017 by bera_ramazan (see edit history) Link to comment Share on other sites More sharing options...
Şahin YILDIZ Posted June 18, 2017 Share Posted June 18, 2017 Böyle bir işlem için aşağıdaki modülü kullanmıştık, https://addons.prestashop.com/en/spese-spedizione/8707-invio-gratuito-per-zona-corriere-peso-e-prezzo.html Link to comment Share on other sites More sharing options...
Can Memiş Posted June 21, 2017 Author Share Posted June 21, 2017 (edited) Arkadaşlar sorun, Şahin beyin yardımı ile çözülmüstür. Çözüm olarak yukaridaki modul kullanilmistir. Edited June 21, 2017 by Can Memiş (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