Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Site map page

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions
 
Thread Tools Search this Thread
  #41  
Old 10-09-2005, 01:32 AM
 
Maree Maree is offline
 

Advanced Member
  
Join Date: May 2005
Posts: 85
 

Default

Just want to say Thank You to Fernando for this mod and his excellent instructions.
__________________
Maree
4.0.13
Reply With Quote
  #42  
Old 10-12-2005, 04:50 AM
  pauldodman's Avatar 
pauldodman pauldodman is offline
 

X-Guru
  
Join Date: Jul 2003
Location: Spain / UK
Posts: 3,062
 

Default

Hi,

As far as this mod goes, I have it working on version 3.5.10. Not sure if this will help Brian or any others who have had trouble on this branch of x-cart, but this is my sitemap.php file.

Code:
<?php require "../top.inc.php"; require "../config.php"; require $xcart_dir."/include/categories.php"; $smarty->assign("main","sitemap"); $smarty->assign("location", $location); $smarty->display("customer/home.tpl"); ?>

I have this within my customer folder; I think everything else is the same.

However, it still has limitations; mainly as it only really displays the categories, it is not a true sitemap. Still doesn't have a page title, or work as part of the html catalog. Maybe someone can finish it off.

Otherwise I would suggest Firetank's Sitemap module as it is fully comprehensive and I reckon is excellent value for money. I have seen so called marketing companies charge бё1500 to guarantee top Google rankings and done little more than create a sitemap!
__________________
Paul Dodman
e-business & m-commerce consultant
w: www.luminointernet.com
e: xcart@luminointernet.com

Professional X-Cart help, advice, support and services, specialists in Mobile X-Cart.
Reply With Quote
  #43  
Old 12-29-2005, 11:12 AM
  wiper's Avatar 
wiper wiper is offline
 

Member
  
Join Date: Dec 2005
Posts: 15
 

Default

Thanks to everyone for usefull code, but I have problem with that, becouse in my eshop are nearly 2000 categories, so its not the smartest way becouse its doing quite big server load Probably it needs come cron static html page generating, but I dont know how how to do it in sitemap.php. Any tip is welcome
__________________
Radek Karban - WebDesign - Reklama.cz (not x-cart site)
several x-cart (gold version 4.0.10 - 4.1.3, linux debian) and a huge pack of mods
Reply With Quote
  #44  
Old 12-30-2005, 08:09 PM
  groovico's Avatar 
groovico groovico is offline
 

X-Man
  
Join Date: Apr 2003
Location: Firetanksoftware.com
Posts: 2,326
 

Default

Quote:
Originally Posted by wiper
Thanks to everyone for usefull code, but I have problem with that, becouse in my eshop are nearly 2000 categories, so its not the smartest way becouse its doing quite big server load Probably it needs come cron static html page generating, but I dont know how how to do it in sitemap.php. Any tip is welcome

You might be interested in our commercial advanced site map, it's designed for working with larger sites in a search engine optimised manner.

http://www.firetanksoftware.com/fts/customer/X-cart-Site-Map-advanced-pid-70.html

It also optionally offers an auto rebuild cached version too along with control over category depth, products etc
__________________
Groovico

Used by X-carters the world over:
Marketing Manager Pro Bundle For X-cart
Featured Product Manager for X-cart
Feed manager pro for X-cart

http://www.firetanksoftware.com

Celebrating 7 Years of providing quality X-cart Add ons and X-cart Mods for x-cart 3.X to X-cart 4.4.X
Reply With Quote
  #45  
Old 12-31-2005, 03:01 AM
  wiper's Avatar 
wiper wiper is offline
 

Member
  
Join Date: Dec 2005
Posts: 15
 

Default

Quote:
You might be interested in our commercial advanced site map, it's designed for working with larger sites in a search engine optimised manner.
http://www.firetanksoftware.com/fts/customer/X-cart-Site-Map-advanced-pid-70.html
It also optionally offers an auto rebuild cached version too along with control over category depth, products etc

I already have it but the problem with your version is, that it is not working on my server with PHP 5.0.4 I dont know why, but it worked with older php version. Probably some functions are not ok.
__________________
Radek Karban - WebDesign - Reklama.cz (not x-cart site)
several x-cart (gold version 4.0.10 - 4.1.3, linux debian) and a huge pack of mods
Reply With Quote
  #46  
Old 12-31-2005, 11:22 AM
  groovico's Avatar 
groovico groovico is offline
 

X-Man
  
Join Date: Apr 2003
Location: Firetanksoftware.com
Posts: 2,326
 

Default

Quote:
Originally Posted by wiper
Quote:
You might be interested in our commercial advanced site map, it's designed for working with larger sites in a search engine optimised manner.
http://www.firetanksoftware.com/fts/customer/X-cart-Site-Map-advanced-pid-70.html
It also optionally offers an auto rebuild cached version too along with control over category depth, products etc

I already have it but the problem with your version is, that it is not working on my server with PHP 5.0.4 I dont know why, but it worked with older php version. Probably some functions are not ok.

Thats strange, could you send an email about the problem through our contact page on http://www.firetanksoftware.com and we'll take a look at it for you.
__________________
Groovico

Used by X-carters the world over:
Marketing Manager Pro Bundle For X-cart
Featured Product Manager for X-cart
Feed manager pro for X-cart

http://www.firetanksoftware.com

Celebrating 7 Years of providing quality X-cart Add ons and X-cart Mods for x-cart 3.X to X-cart 4.4.X
Reply With Quote
  #47  
Old 01-26-2006, 05:23 PM
 
chrisinoz chrisinoz is offline
 

eXpert
  
Join Date: Aug 2004
Location: Australia
Posts: 248
 

Default

Hi Fernando

I also thank you for this contribution.

Worked fine first time but when I logged in as a member it said it could not find the page.

Cheers

Chris
4.017
Reply With Quote
  #48  
Old 01-30-2006, 03:19 AM
  mitash's Avatar 
mitash mitash is offline
 

X-Adept
  
Join Date: Jan 2006
Location: Australia
Posts: 450
 

Default

Hi fernando

You are a champion!!

Just tried your code, Absolutely fantastic.

Well done on writing this and for sharing it..

Cheers
__________________
eCommerce - Strategy / Design / Development / Marketing / Maintenance

Call within Australia:
Phone: 1300 648 274 | Mobile: 0417 241 950
Call outside Australia:
+61 417 241 950 |

Email:
results@mitash.com | Skype: mitashau | Web: www.mitash.com
Reply With Quote
  #49  
Old 01-30-2006, 11:22 AM
 
Realsecurity Realsecurity is offline
 

Senior Member
  
Join Date: Apr 2005
Location: Bexhill
Posts: 128
 

Default

Is the above mod for sitemap safe to use ???? with mention of X-carts post im not sure i whether to use this mod or not,,,,,,
__________________
SURECOM XCART V4.1.8
Reply With Quote
  #50  
Old 02-02-2006, 02:53 PM
 
cubefree cubefree is offline
 

Member
  
Join Date: Mar 2005
Posts: 18
 

Default

I am getting a curious message here: http://cedarbrooksauna.com/cart/sitemap.php

Page not found!
The requested page does not exist or you are not allowed to access it!

It set the code exactly as fernando displayed earlier in this thread... any clue what causes that to display instead of the sitemap itself?
__________________
~cubist
v 4.0.17
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 09:03 PM.

   

 
X-Cart forums © 2001-2020