arama kısmında hata alıyorum |
|||
Konuyu görüntüleyenler: 1 Misafir
|
|||
|
|||
|
|||
|
|||
OzanDogu
Acemi Üye Mesajlar: 9 Konular: 3 Katılma Tarihi: Apr 2015 Rep Puanı: 0 Teşekkürler: 0
0 Mesajına, 0 Teşekkür edildi. Kişisel Bilgileri:
Konu Tarihi: 05-09-2015 02:30 AM
mrb arkadaşlar arama yaptıgımda aşagıdaki hatayı alıyorum konu hakkında bilgisi olan varmı Arama: Notice: Undefined variable: filter_name in /catalog/view/theme/temam/template/product/search.tpl on line 12 Notice: Undefined variable: filter_sub_category in /catalog/view/theme/temam/template/product/search.tpl on line 41 Notice: Undefined variable: filter_description in /catalog/view/theme/temam/template/product/search.tpl on line 48 |
OzanDogu
Acemi Üye Mesajlar: 9 Konular: 3 Katılma Tarihi: Apr 2015 Rep Puanı: 0 Teşekkürler: 0
0 Mesajına, 0 Teşekkür edildi. Kişisel Bilgileri: |
OzanDogu
Acemi Üye Mesajlar: 9 Konular: 3 Katılma Tarihi: Apr 2015 Rep Puanı: 0 Teşekkürler: 0
0 Mesajına, 0 Teşekkür edildi. Kişisel Bilgileri:
Konu Tarihi: 02-21-2016 10:42 PM
sorunu çözdüm arkdaşlar düzeldi
/catalog/view/theme/seninteman/template/product acıyorruz 12. satır hata kısmı <?php if ($filter_name) { ?> <input type="text" name="name" value="<?php echo $name; ?>" /> <?php } else { ?> <input type="text" name="name" value="<?php echo $name; ?>" onclick="this.value = '';" onkeydown="this.style.color = '000000'" style="color: #999;" /> <?php } ?> bu şekilde yapıyoruz <?php if ($search) { ?> <input type="text" name="search" value="<?php echo $search; ?>" /> <?php } else { ?> <input type="text" name="search" value="<?php echo $search; ?>" onclick="this.value = '';" onkeydown="this.style.color = '000000'" style="color: #999;" /> <?php } ?> 41. satırıda filter yazan yerleri siliyoruz <?php if ($sub_category) { ?> <input type="checkbox" name="sub_category" value="1" id="sub_category" checked="checked" /> <?php } else { ?> <input type="checkbox" name="sub_category" value="1" id="sub_category" /> <?php } ?> <label for="sub_category"><?php echo $text_sub_category; ?></label> 48. satırıda aynı şiklde filter yaqzan yerleri siliyorz <?php if ($description) { ?> <input type="checkbox" name="description" value="1" id="description" checked="checked" /> <?php } else { ?> <input type="checkbox" name="description" value="1" id="description" /> <?php } ?> |
|
|
|
|
Direk Link | |
HTML Link | |
BBCode Link | |
Sosyal Paylaş |