Add seach field in ucommerce free with umbraco 4.9
Hi
I'm going to do a redesign of a shop which has to stay in umbraco 4.9. It's using the free ucommerce, and I want to hear if it's possible to add a search field to search through the products. Or is it only for the paid version ?
If it's possible, it would be nice with a link to some code examples/documentation on how to do this.
Hi Morten and thanks for your reply. I Will check the demo store out and see if i Can find out How it's set up and coded.
But since i'm usling umbraco 4.9 i guess i'll have to do it a little different because the demo store is usling razor syntax and is for umbraco 6 and 7 ?
Hi Jesper, Well. I'm not sure about the compatibility versions but as i recall, razor is supported in the later versions of 4 ? Anyhow, the serch functionality is just some JQuery extension calling a web service. So It'll do just fine for your purpose (using razor, XSLT or user controls).
Add seach field in ucommerce free with umbraco 4.9
Hi
I'm going to do a redesign of a shop which has to stay in umbraco 4.9. It's using the free ucommerce, and I want to hear if it's possible to add a search field to search through the products. Or is it only for the paid version ?
If it's possible, it would be nice with a link to some code examples/documentation on how to do this.
Hope someone can help Thanks
-Jesper
You can easily do a search. Faceted search is limited to the pro version. However if you take a look at the demo store:
http://avenue-clothing.com
It's open source for everyone to use: https://bitbucket.org/uCommerce/ucommerce-razor-store
then you'll find a search function in the top of the site
Hope that helps.
Hi Morten and thanks for your reply. I Will check the demo store out and see if i Can find out How it's set up and coded.
But since i'm usling umbraco 4.9 i guess i'll have to do it a little different because the demo store is usling razor syntax and is for umbraco 6 and 7 ?
Thanks again -Jesper
Hi Jesper, Well. I'm not sure about the compatibility versions but as i recall, razor is supported in the later versions of 4 ? Anyhow, the serch functionality is just some JQuery extension calling a web service. So It'll do just fine for your purpose (using razor, XSLT or user controls).
Regards
Morten
Hi Morten
Thanks again.
I'll try it out.
-Jesper
is working on a reply...