diff --git a/modules/leoproductsearch/views/js/leosearch.js b/modules/leoproductsearch/views/js/leosearch.js index ccb064b1..d1a3880e 100644 --- a/modules/leoproductsearch/views/js/leosearch.js +++ b/modules/leoproductsearch/views/js/leosearch.js @@ -41,12 +41,17 @@ $(document).ready(function() lps_html_result += '
' + result[i].name + '
'; + const excludedIds = [31069, 31067, 34327, 31070]; + if (typeof lps_show_product_price != 'undefined' && lps_show_product_price) - { - if (result[i].manufacturer_name != 'Gomarco') { - lps_html_result += '
' + result[i].price + '
'; - console.log(result[i]) - } + { + if ( + result[i].manufacturer_name != 'Gomarco' && + !excludedIds.includes(Number(result[i].id_product)) + ) { + lps_html_result += '
' + result[i].price + '
'; + console.log(result[i]) + } } lps_html_result += '
'; diff --git a/themes/leo_lulandia/modules/appagebuilder/views/templates/front/details/detail1526395446.tpl b/themes/leo_lulandia/modules/appagebuilder/views/templates/front/details/detail1526395446.tpl index 1ebbbce2..923aefbb 100644 --- a/themes/leo_lulandia/modules/appagebuilder/views/templates/front/details/detail1526395446.tpl +++ b/themes/leo_lulandia/modules/appagebuilder/views/templates/front/details/detail1526395446.tpl @@ -428,7 +428,7 @@ Zapraszamy do kontaktu
- {elseif in_array($product.id, array(23634, 23636, 23637, 34518, 34519)) } + {elseif in_array($product.id, array(23634, 23636, 23637, 34518, 34519, 31069, 31067, 34327, 31070)) }
Zapraszamy do kontaktu