Ekteki dosyayı dizine yükleyin
sonra catalog/view/theme/*/template/product/product.tpl yi aç
<div class="cart"> ın üstüne ekleyin ( ya da siz nerde görünmesini istiyorsanız oraya:
sonra catalog/view/theme/*/template/product/product.tpl yi aç
<div class="cart"> ın üstüne ekleyin ( ya da siz nerde görünmesini istiyorsanız oraya:
Kod:
<?php
if(!defined("_EC_CUSTOM_STOCK_DISPLAY")){
echo $this->getChild('module/eccustomstock/getCustomStock', array("product_id"=>$product_id));
define("_EC_CUSTOM_STOCK_DISPLAY", 1);
}
?>