-
1. Re: Is it possible to display product detail based on product code entered?
Dave Black Aug 11, 2013 4:30 AM (in response to justasking506)It seems programmatically possible...
You could do a JSON product dump and tie codes to url's, then tie this to an autocomplete search bar with a click through or delayed auto navigation...
http://jqueryui.com/autocomplete/#remote-jsonp
I hope this helps.
@webmosphere
www.webmosphere.co.uk
-
2. Re: Is it possible to display product detail based on product code entered?
Liam Dilley Aug 11, 2013 4:41 AM (in response to Dave Black)Since no module or anything will not work in a JSON file at this time you will need to do it differently from that. Also jsonP is remote so you if your suggesting this Dave it would mean API work and a fair amount of work.
You can do a html product list dump, this gives you the product names and the urls. When someone types on keydown you can then run an ajax search to that list dump page.
-
3. Re: Is it possible to display product detail based on product code entered?
Dave Black Aug 11, 2013 5:24 AM (in response to Liam Dilley)The way around module and JSON issues is to treat the JSON as plain text and create a layout that is essentially a JSON object. What you'd then have to do is place the module in the correct place and it will render!
He can also just run the JSON on page... File size is could be an issue- albeit a different one...



