Product Descriptions are not being searched

ThemeBurn SupportForumsOpenCart ThemesShoppica 2 OpenCart ThemeProduct Descriptions are not being searched

This topic has been marked as resolved.

Hello,

I think, I found a little bug :) in Shoppica 2.2.2 for Opencart 1.5.5.1.

In search.tpl, I modified the code below


<input type="checkbox" name="description" value="1" id="description"<?php if ($description): ?> checked="checked"<?php endif; ?> />

to:


<input type="checkbox" name="description" value="1" id="filter_description"<?php if ($description): ?> checked="checked"<?php endif; ?> />

I hope this saves someones time…

April 3, 2013 at 1:43 am #21408

Thanks for the suggestion. We will apply this fix in the next Shoppica update.

Regards,
ThemeBurn team

April 9, 2013 at 9:52 am #21727
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.