To solve the issue concerning Improved Layered Navigation extension, please follow the steps:
1) Open file app/design/frontend/default/blanco/template/page/html/head.phtml
and remove lines
<script type="text/javascript">
jQuery(document).ready(function (){
jQuery('.toolbar').jqTransform({imgPath:'<?php echo $this->getSkinUrl('images/jqforms/'); ?>'});
jQuery('.limiter').jqTransform({imgPath:'<?php echo $this->getSkinUrl('images/jqforms/'); ?>'});
});
</script>
2) Copy function (in this file)
function themeOptions ($themeOption) {
switch ($themeOption) {
.....
.....
.....
}
}
and wrap it as below:
if (!function_exists('themeOptions') ){
function themeOptions ($themeOption) {
switch ($themeOption) {
.....
.....
.....
}
}
}
add paste at the top of the files
app/design/frontend/default/blanco/template/catalog/layer/view.phtml
app/design/frontend/default/blanco/template/catalog/product/list.phtml
See more details on Improved Layered Navigation page
We use cookies to help improve our services, make personal offers, and enhance your experience. If you do not accept optional cookies below, your experience may be affected. If you want to know more, please read the Cookie Policy
Please select and accept your Cookies Group
Cookie Name | Cookie Provider | Cookie Description | Cookie Lifetime | Cookie Type |
---|---|---|---|---|
Login and Registration Form