diff --git a/modules/blocklayered/blocklayered.js b/modules/blocklayered/blocklayered.js index cf50ea825..03469cfd2 100644 --- a/modules/blocklayered/blocklayered.js +++ b/modules/blocklayered/blocklayered.js @@ -293,7 +293,10 @@ function reloadContent(params_plus) }); $('#layered_form .select option:checked').each( function () { - data += '&'+$(this).attr('id') + '=' + $(this).val(); + if($(this).attr('id')) + { + data += '&'+$(this).attr('id') + '=' + $(this).val(); + } }); if ($('#selectPrductSort').length) diff --git a/modules/blocklayered/blocklayered.tpl b/modules/blocklayered/blocklayered.tpl index de09b3a9e..d03dd82df 100644 --- a/modules/blocklayered/blocklayered.tpl +++ b/modules/blocklayered/blocklayered.tpl @@ -125,7 +125,7 @@ param_product_url = '';