From
${showVariants.map((item, idx) => {
let showMoreHtml = '';
if (idx == thumbMaxNum) {
showMoreHtml += `
`;
}
return `
${showMoreHtml}
`;
}).join('')
}
${data.has_only_default_variant ?
`` :
`
${
data.options.length > 0 && ``
}
`}
`;
}()}
`).join("")}
${products.length>4 ? ``:''}
`
}()}
${function() {
if (data === undefined || typeof data !== 'string' || data == '') return '';
const searchEmpty = ("Your search for \"{test}\" did not yield any results.").replace('{test}', data);
return `
`;
}()}