Opencart 2.x.x.x Rollover İmage Modifikasyonu |
|||
Konuyu görüntüleyenler: 1 Misafir
|
|||
|
|||
|
|||
|
|||
e-ticaretdersleri
Osmanlı Torunu Mesajlar: 3,225 Konular: 520 Katılma Tarihi: Jan 2012 Rep Puanı: 102 Teşekkürler: 1169
1060 Mesajına, 2133 Teşekkür edildi. Kişisel Bilgileri:
Konu Tarihi: 01-04-2015 02:33 PM
herkese selam opencart 2.x srümleri için modullerde rollover image modifikasyonumuzu incelyeceğiz. Dosyamızı açalım : catalog/controller/module/ featured.php bul : Kod: if (($this->config->get('config_customer_price') && $this->customer->isLogged()) || !$this->config->get('config_customer_price')) { üst satıra ekle : Kod: $images = $this->model_catalog_product->getProductImages($product_info['product_id']); yine aynı dosyamızda bulalım : Kod: 'thumb' => $image, alt satıra ekle : Kod: 'thumb_swap' => $this->model_tool_image->resize($images, $this->config->get('config_image_product_width'), $this->config->get('config_image_product_height')), dosyamızı açalım : catalog/view/theme/seninteman/template/module/featured.tpl bul : Kod: <div class="image"><a href="<?php echo $product['href']; ?>"><img src="<?php echo $product['thumb']; ?>" alt="<?php echo $product['name']; ?>" title="<?php echo $product['name']; ?>" class="img-responsive" /></a></div> değiştir: Kod: <?php if ($product['thumb_swap']) { ?> |
|
sekhil
Çırak Mesajlar: 260 Konular: 52 Katılma Tarihi: Feb 2012 Rep Puanı: 3 Teşekkürler: 71
23 Mesajına, 53 Teşekkür edildi. Kişisel Bilgileri: |
e-ticaretdersleri
Osmanlı Torunu Mesajlar: 3,225 Konular: 520 Katılma Tarihi: Jan 2012 Rep Puanı: 102 Teşekkürler: 1169
1060 Mesajına, 2133 Teşekkür edildi. Kişisel Bilgileri: |
|
|
|
|
Direk Link | |
HTML Link | |
BBCode Link | |
Sosyal Paylaş |