Şahin YILDIZ Posted June 10, 2015 Share Posted June 10, 2015 classes/controller/FrontController.php 93 satıra aşağıdaki kodu ekleyin... public static function ConvertPrice($value,$currencyFrom,$currencyTo){ $currency_from = new currency($currencyFrom); $currency_to = new Currency($currencyTo); return Tools::displayPrice(Tools::convertPriceFull($value,$currency_from,$currency_to),$currency_to); } themes/temaadı/product.tpl istediğiniz alana aşağıdaki kodu ekleyin... {convertPrice price=FrontController::ConvertPrice($product->price,$cookie->id_currency,2)} Kodun en sonunda bulunan 2 bu alana getireceğiniz kurun id numarasıdır... aşağıda gösterdiğim alanda 2 numaranın euro id numarası olduğunu görüyorsunuz... Sonuç olarak aşağıdaki görüntüyü alırsınız... 1 Link to comment Share on other sites More sharing options...
ea2755 Posted June 10, 2015 Share Posted June 10, 2015 hocam yanlız kdv hariç gösteriyor fiyatı kdv dahil nasıl gösterecek ? Link to comment Share on other sites More sharing options...
Şahin YILDIZ Posted June 14, 2015 Author Share Posted June 14, 2015 üye guruplarından... 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