Hi,
We are using a commercial shopping cart software called Lite Commerce and it has a built-in PHP search engine which works OK but is very slow because it is actually searching a dynamic MySQL database. The program does build an identical static HTML version of the entire store but their search engine will not search the HTML pages. While this may seem OK the problem with it is that it displays PHP LINKS and this takes the customer off of the faster HTML pages and into the slower PHP pages. Our site doesn't change that often so we can generate the static HTML pages once and do incremental updates without too much difficulty.
What I was wondering was if there is any way to customize Zoom (I am using V5) program or the search results to search the HTML pages and have the search results formatted in a sort of store format rather than the default informational format. In other words, have the search results display only certain information and in a certain format: Price, Short Description, URL Link, and perhaps the Image. Sort of like an AMAZON.COM search result.
The default search engine with the store puts priority on certain field data like size and price. If we use the default Zoom engine, the price and size are highlighted and are actually formatted as a link. Wondering if we can do something similar with Zoom.
Thank you.
We are using a commercial shopping cart software called Lite Commerce and it has a built-in PHP search engine which works OK but is very slow because it is actually searching a dynamic MySQL database. The program does build an identical static HTML version of the entire store but their search engine will not search the HTML pages. While this may seem OK the problem with it is that it displays PHP LINKS and this takes the customer off of the faster HTML pages and into the slower PHP pages. Our site doesn't change that often so we can generate the static HTML pages once and do incremental updates without too much difficulty.
What I was wondering was if there is any way to customize Zoom (I am using V5) program or the search results to search the HTML pages and have the search results formatted in a sort of store format rather than the default informational format. In other words, have the search results display only certain information and in a certain format: Price, Short Description, URL Link, and perhaps the Image. Sort of like an AMAZON.COM search result.
The default search engine with the store puts priority on certain field data like size and price. If we use the default Zoom engine, the price and size are highlighted and are actually formatted as a link. Wondering if we can do something similar with Zoom.
Thank you.
Comment