Jump to content

problem with search page product listing


Recommended Posts

i have the exact same problem ... i'm working on it if i find a fix i will post it here ...

I found the problem ... there are some problems with the product_list.css it doesn't load. I did this little adjustment ...
In themes/your theam's name/search.tpl i added a new call for the product_list.css file ... it works fine for me now.

{else}
<link href="/themes/your team's name/css/product_list.css" rel="stylesheet" type="text/css" media="all" />
{$nbProducts|intval} {if $nbProducts == 1}{l s='result has been found.'}{else}{l s='results have been found.'}{/if}3>

Link to comment
Share on other sites

  • 2 weeks later...

hey guys

any resolution to this? i cant seem to fix this ether and its quite annoying/unprofessional.
PICTA99 : i have tried your "fix" but cant seem to get it work....any ideas? where do i put that code in the search.tpl? do i replace existing code?

Link to comment
Share on other sites

  • 1 month later...

Hi all,

Pitac99's solution works for me after i rewrote all quotes mark. (")

<link href="/themes/your team’s name/css/product_list.css" rel="stylesheet" type="text/css" media="all" />

Insert the code line 47 from search.tpl
Good luck.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...