shintaku, on 13 November 2011 - 06:48 PM, said:
Ok, I can see. Do you have any contribution on getting this done? All I needed is a Site Map like this: http://www.finalyear.../screenshot.gif
Posted 14 November 2011 - 01:17 AM
shintaku, on 13 November 2011 - 06:48 PM, said:
Posted 14 November 2011 - 06:59 AM
Jack_mcs, on 14 November 2011 - 01:17 AM, said:
Posted 10 December 2011 - 05:15 AM
Edited by shintaku, 10 December 2011 - 05:16 AM.
Posted 17 December 2011 - 05:54 PM
Edited by techs21, 17 December 2011 - 05:56 PM.
Posted 23 December 2011 - 02:57 AM
Posted 23 December 2011 - 04:17 PM
INSERT INTO `contrib_sitemap_seo`.`configuration` (`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES (NULL, 'Show Related Products by Mnufacturer', 'SITEMAP_SEO_SHOW_INDIVIDUAL_MANUFACTURER_SITEMAP', 'true', 'Display a link on the category and product pages to display all products in the current category (by manufacturer).', '545', '28', NULL, '', NULL, NULL);
Posted 23 December 2011 - 04:59 PM
altoid, on 23 December 2011 - 04:17 PM, said:
INSERT INTO `configuration` (`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES (NULL, 'Show Related Products by Mnufacturer', 'SITEMAP_SEO_SHOW_INDIVIDUAL_MANUFACTURER_SITEMAP', 'true', 'Display a link on the category and product pages to display all products in the current category (by manufacturer).', '545', '28', NULL, '', NULL, NULL);Please give that a try and let me know if there is still a problem.
Posted 23 December 2011 - 05:02 PM
INSERT INTO `configuration` (`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES (NULL, 'Show Related Products by Mnufacturer', 'SITEMAP_SEO_SHOW_INDIVIDUAL_MANUFACTURER_SITEMAP', 'true', 'Display a link on the category and product pages to display all products in the current category (by manufacturer).', '545', '28', NULL, '', NULL, NULL);
Posted 23 December 2011 - 05:04 PM
Jack_mcs, on 23 December 2011 - 04:59 PM, said:
Posted 23 December 2011 - 05:12 PM
Posted 23 December 2011 - 05:22 PM
altoid, on 23 December 2011 - 05:12 PM, said:
echo '<tr><td width="10"> </td><td class="sitemap_indvidual">' . TEXT_NO_MANUFACTURERS_FOUND . '</td></tr>';to this one
echo '<div><tr><td width="10"> </td><td class="sitemap_indvidual">' . TEXT_NO_MANUFACTURERS_FOUND . '</td></tr></div>';
Posted 23 December 2011 - 05:39 PM
echo '<div><tr><td width="10"> </td><td class="sitemap_indvidual">' . TEXT_NO_MANUFACTURERS_FOUND . '</td></tr></div>';
Posted 23 December 2011 - 06:26 PM
altoid, on 23 December 2011 - 05:39 PM, said:
echo '<div><tr><td width="10"> </td><td class="sitemap_indvidual">' . TEXT_NO_MANUFACTURERS_FOUND . '</td></tr></div>';
echo '<tr><td><table border="0" cellpadding="0"><tr><td width="10"> </td><td class="sitemap_indvidual">' . TEXT_NO_MANUFACTURERS_FOUND . '</td></tr></table></td></tr>';If that doesn't work, then it is something in your code - maybe you placed this change in the wrong location? You could try the included file to see if it works.
Posted 24 December 2011 - 12:17 AM
Posted 24 December 2011 - 02:32 AM
Jack_mcs, on 23 December 2011 - 06:26 PM, said:
echo '<tr><td><table border="0" cellpadding="0"><tr><td width="10"> </td><td class="sitemap_indvidual">' . TEXT_NO_MANUFACTURERS_FOUND . '</td></tr></table></td></tr>';If that doesn't work, then it is something in your code - maybe you placed this change in the wrong location? You could try the included file to see if it works.
Posted 24 December 2011 - 03:39 AM
altoid, on 24 December 2011 - 02:32 AM, said:
Posted 24 December 2011 - 04:42 AM
Jack_mcs, on 24 December 2011 - 03:39 AM, said:
Posted 24 December 2011 - 01:34 PM
Posted 26 December 2011 - 04:13 AM
Posted 26 December 2011 - 04:34 AM
altoid, on 26 December 2011 - 04:13 AM, said: