Opencart 1.5.versiyonlarda özellikleri ve Secenekleri modüllerde göstermek |
|||
Konuyu görüntüleyenler: 1 Misafir
|
|||
|
|||
|
|||
|
|||
osdem66
Forum Kurucusu Mesajlar: 2,121 Konular: 158 Katılma Tarihi: Dec 2011 Rep Puanı: 27 Teşekkürler: 393
522 Mesajına, 1445 Teşekkür edildi. Kişisel Bilgileri:
Konu Tarihi: 06-19-2013 12:24 PM
(Bu Mesaj 06-19-2013 12:27 PM değiştirilmiştir. Değiştiren : osdem66.)
Merhaba Özellikleri yada Secenekleri modül dosyalarınızdaki ürünlerde göstermek isterseniz aşağıdaki adımları uygulayınız..bu aynı zamanda modullerde sepete ekle dediginizde seceneklerin sepete eklenmesi olayınıda yapmaktadır.. Ben yeni ürünler modülünü anlatıyorum siz aynı mantıkla diger modüllere ve kategori sayfasına ekleyebilirsiniz sadece sizin için sectiklerimi modülünde catalog/controller/module/featured.php de result yerine product_info yapacasınız o kadar SEÇENEKLERİ GÖSTERMEK Aç catalog/controller/module/latest.php bul bu kodu PHP Kod: $this->data['action'] = HTTP_SERVER . 'index.php?route=checkout/cart'; PHP Kod: $this->data['continue'] = HTTP_SERVER . 'index.php?route=common/home'; [quote][/quote] PHP Kod: this->data['products'][] = array( PHP Kod: $options = $this->model_catalog_product->getProductOptions($result['product_id']); Bul bo kodu PHP Kod: this->data['products'][] = array( PHP Kod: 'id' => $result['product_id'], Açınız catalog\view\theme\sizintemanız\template\module\cart.tpl en altına bu kodu ekle PHP Kod: $('.add_to_cart').each(function(){ Ac bu dosyayı catalog/view/theme/sizin temanız/template/module/latest.tpl Bul bu kodu PHP Kod: <?php if ($product['rating']) { ?> Altına ekle PHP Kod: <form action="<?php echo $action; ?>;" method="post" enctype="multipart/form-data" id="product_<?php echo $j;?>"> ÖZELLİKLERİ EKLEMEK İÇİN İSE; Aç catalog/controller/module/latest.php BUL BU KODU PHP Kod: this->data['products'][] = array( PHP Kod: $attribute_groups = $this->model_catalog_product->getProductAttributes($product_info['product_id']); Bul bo kodu PHP Kod: this->data['products'][] = array( PHP Kod: 'id' => $result['product_id'], Ac bu dosyayı catalog/view/theme/sizin temanız/template/module/latest.tpl Bul bu kodu PHP Kod: <?php if ($product['rating']) { ?> Altına ekle PHP Kod: <?php if ($product['attribute_groups']) { ?> Bu kadar hayırlı olsun)) |
|
|
|
|
|
Direk Link | |
HTML Link | |
BBCode Link | |
Sosyal Paylaş |