Products and Images on Homepage
Submitted by krispy1812 on Wed, 2006-07-26 13:16.Price Tapestry
How would I go about pulling products and images for display on the homepage like you have in your demo site.
Also, is it possible to include Popular Searches / Popular products in a search query.
Thanx
Hi There,
The code to display images and products on the homepage is included in the script; they're called the "Featured Products", which you can manage from the admin area. Here's the documentation:
http://www.pricetapestry.com/node/135
Search queries are not recorded, and whilst it would be possible to code this, you can quite easily create a manual "Popular Searches" list. For example, you could add the following HTML to your index page:
<a href='/search.php?q=Plasma+TV'>Plasma TVs</a>Hope this helps!
David.