Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

Is there a site map contribution that included the all pages ?

i recently install the dynamic site map but it is including only the categories .

 

Thank you

Nimrod

Posted
For the Dynamic Sitemap check the admin side and make sure the product info pages are not excluded.

 

what do you mean "the admin side " where should i check ?

Thank you ,

Nimrod

Posted
what do you mean "the admin side " where should i check ?

Thank you ,

Nimrod

 

Hello, Nimrod,

 

Take a look in catalog/includes/modules/dynamic_sitemap and you will see a list (in 2 places in this file) which looks like this :

 

/********************* Find the infoboxes to add ***********************/

if ($handle = opendir($path))

{

$found = false;

$ctr = 0;

while (false !== ($file = readdir($handle)))

{

if (substr($file, -4, 4) !== ".php")

continue;

else if (strpos($file, 'best_sellers') !== FALSE || //ignore these since

strpos($file, 'categories') !== FALSE || //they don't use a

strpos($file, 'currencies') !== FALSE || //standard format

strpos($file, 'languages') !== FALSE ||

strpos($file, 'manufacturer_info') !== FALSE ||

 

 

Here is where you can see if they were excluded as above, or to put files that you want excluded (like "login", "shopping_cart", etc).

 

Hope this helps!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...