X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   List all products (only) - PHP Sitemap? (https://forum.x-cart.com/showthread.php?t=27013)

peter c 01-10-2007 06:58 AM

Re: List all products (only) - PHP Sitemap?
 
philj. followed instructions in file and this is output:

Quote:

* $Id: sitemap.tpl,v 1.00 2005/02/24 09:53:29 max Exp $ *} Site map [/list]

PhilJ 01-20-2007 10:49 AM

Re: List all products (only) - PHP Sitemap?
 
By the way, to rewrite sitemap.php to sitemap.html ...
In /.htaccess add...
Code:

Options +FollowSymlinks
RewriteEngine on
RewriteRule sitemap.html sitemap.php [nc]


In /robots.txt add...
Code:

Disallow: /sitemap.php


seoguy 03-28-2007 09:28 AM

Re: List all products (only) - PHP Sitemap?
 
Will the add-on (http://www.bcsengineering.com/store/catalog/Xcart_Site_Map_advanced-p-60.html) show pictures of the product as well? I am looking for a sitemap to not only show the product title, but a picture of that product too.

Is this possible?

pauldodman 03-28-2007 09:46 AM

Re: List all products (only) - PHP Sitemap?
 
The mod doesn't show images by default. If you have a lot of products, then this probably isn't a good idea anyway.
However, if you edit the template that comes with it you should be able to show the images.


All times are GMT -8. The time now is 05:56 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.