I'm currently paying a monthly fee(and I hate monthly fees!) for a script that does this:
I import a CSV-file containing product-name,description, price, image, url.
The script needs 2 HTML-templates to work, one for a "mainpage" and one for the search results.
If I have the script installed on domain.com and I surf to domain.com/green-farts
it will search and show the best matching products that match the query green-farts.
Also, if the referer-URL is a search-engine the script will take the keyword from the referer URL and show results based on that keyword.
Also, I can add subdomains for example pink.domain.com and have a CSV-file for only that subdomain.
Sounds like something you could do?
|