Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
Hi guys,

I am working on my first couchcms ecommerce project and I have few issues I need help with.

Adding products works fine and all, but the client requested the search option to be enabled on the store.

I went on to read the relevant documentation on couchcms website and I've added this code to the product page:

Code: Select all
<cms:search_form />


The search form shows up now, and when I type something, click search it takes me to the first page of our shop (the one that lists all products).

There are no search results nor the messages that the search found no results.

Can you please let me know what do I need to do to make the search form return results after submitting the query? Do I need to create a new page and add it to the snippets folder, or do I need to add some additional lines of code on the product or all_products page perhaps?

All help is much appreciated, thanks!
If someone gets stuck on this one, I managed to find a solution based on what was mentioned here: viewtopic.php?f=4&p=17594#p17592

SOLVED
2 posts Page 1 of 1