debreli
OpenCart-TR
sadece yeni ürünlerde denedim diğer modullerde de verim alabilirsiniz sanırım.
catalog/controller/module/latest.php aç
bul
sonrasına ekle
bul
sunrasına ekle
catalog/view/theme/default/template/module/latest_home.tpl aç
bul
sonrasına ekle
diğer modullerde aynı işlemleri yapınız.
catalog/controller/module/latest.php aç
bul
Kod:
'name' => $result['name'],
sonrasına ekle
Kod:
'manufacturer' => $result['manufacturer'],
bul
Kod:
'href' => $this->model_tool_seo_url->rewrite(HTTP_SERVER . 'index.php?route=product/product&product_id=' . $result['product_id']),
sunrasına ekle
Kod:
'brand' => $this->model_tool_seo_url->rewrite(HTTP_SERVER . 'index.php?route=product/manufacturer&manufacturer_id=' . $result['manufacturer_id']),
catalog/view/theme/default/template/module/latest_home.tpl aç
bul
Kod:
<span style="color: #999; font-size: 11px;"><?php echo $products[$j]['model']; ?></span><br />
sonrasına ekle
Kod:
<a href="<?php echo str_replace('&', '&', $products[$j]['brand']); ?>"><?php echo $products[$j]['manufacturer']; ?></a>
diğer modullerde aynı işlemleri yapınız.