Slider[Style1]

Style2

Style3[OneLeft]

Style3[OneRight]

Style4

Style5[ImagesOnly]

Style6

วิธีแก้ปัญหา UNDEFINED VARIABLE FILTER_NAME ใน Opencart 1.5

ปัญหานี้เกิดหลังจากลองเปลี่ยน Template ครับ พอเปลี่ยนปุ๊บก็เจอ error ใกล้ๆ ช่อง Search แบบในรูป

Notice: Undefined variable: filter_name in …… on line …

วิธีแก้ปัญหา UNDEFINED VARIABLE FILTER_NAME ใน Opencart 1.5

วิธีแก้ไขคือ ให้เข้าไปที่

catalog\view\theme\ชื่อtheme\template\common

วิธีแก้ปัญหา UNDEFINED VARIABLE FILTER_NAME ใน Opencart 1.5

เปิดไฟล์ header.tpl

ค้นหาโค้ดชุุดนี้

<?php if ($filter_name) { ?> 
<input type="text" name="filter_name" value="<?php echo $filter_name; ?>" />
<?php } else { ?>
<input type="text" name="filter_name" value="<?php echo $text_search; ?>" onclick="this.value = '';" onkeydown="this.style.color = '#000000';" />
<?php } ?>

ลบออกแล้วใส่โค้ดชุดนี้ลงไปแทน

<input type="text" name="search" placeholder="<?php echo $text_search; ?>" value="<?php echo $search; ?>" />

วิธีแก้ปัญหา UNDEFINED VARIABLE FILTER_NAME ใน Opencart 1.5

save แล้วลอง Refresh ดูผลกันอีกทีครับ

วิธีแก้ปัญหา UNDEFINED VARIABLE FILTER_NAME ใน Opencart 1.5

Credit :

http://karljacobs.co.uk/webdesign/fix-opencart-1551-undefined-variable-filter_name

About Know2Play

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
«
Next
Newer Post
»
Previous
Older Post

No comments:

Post a Comment