Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

No1Son

Members
  • Posts

    16
  • Joined

  • Last visited

Everything posted by No1Son

  1. Ken your a star from a far! Many thanks once again for the pointers, Mike
  2. sorry ken trust me to have the most complicated web sites in the world ..lol with the origanal code. <meta name="description" content="<?php echo strip_tags($breadcrumb_tags->trail_tags(' ')); ?>"> <meta name="keywords" content="<?php echo strip_tags($breadcrumb_tags->trail_tags(', ')); ?>"> every thing seems to be fine untill you go down 4 layers and then when the product is on the 4 the layer down it seems to miss the comma or space.. layer 1 all ok) http://lpssupplies.com/underfloor-heating-systems-c-218.html <meta name="description" content="Underfloor Heating Systems"> <meta name="keywords" content="Underfloor Heating Systems"> layer 2 all ok) http://lpssupplies.com/underfloor-heating-...-c-218_219.html <meta name="description" content="Underfloor Heating Systems Electric Underfloor"> <meta name="keywords" content="Underfloor Heating Systems, Electric Underfloor"> layer 3 all ok) http://lpssupplies.com/electric-underfloor...18_219_123.html <meta name="description" content="Underfloor Heating Systems Electric Underfloor Underfloor Heating Controllers"> <meta name="keywords" content="Underfloor Heating Systems, Electric Underfloor, Underfloor Heating Controllers"> layer 4 goes wrong for some reason ?? ) http://lpssupplies.com/digistat-p-1513.html <meta name="description" content="Digi-StatUnderfloor Heating Systems Electric Underfloor Underfloor Heating Controllers"> <meta name="keywords" content="Digi-StatUnderfloor Heating Systems, Electric Underfloor, Underfloor Heating Controllers"> sorry if i have not explained myself correctly.. Mike
  3. Hi Ken yes I did that on purpose so the description wouldn’t have any commas in and read as one long string but for the keywords I wanted to "," ... but cant seem to get it in before the actual product name but it does aper every were else
  4. HI Ken sorry to bother you again, but iam still having a little problem if you could point me in the right direction i would be very greatfull. i replaced the code and i thought it had worked but on some produts it still seems not to put a "," between the product name and the rest of the breadcrum?? code iam using <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>"> <title><?php echo (strlen($categories['categories_name']) > 1) || (strlen($manufacturers['manufacturers_name']) > 1) ? $breadcrumb_tags->trail_tags(' ') . ' - ' . TITLE : TITLE; ?></title> <meta name="description" content="<?php echo $header_tags['products_name'] . ' ' . strip_tags($breadcrumb_tags->trail_tags(' ')); ?>"> <meta name="keywords" content="<?php echo $header_tags['products_name'] . ', ' . strip_tags($breadcrumb_tags->trail_tags(', ')); ?>"> Actual sorce <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Direct Insulated 1050x300mm - Tanks & Cylinders Copper Cylinders Direct Cylinders - LPS Supplies</title> <meta name="description" content="Direct Insulated 1050x300mmTanks & Cylinders Copper Cylinders Direct Cylinders"> <meta name="keywords" content="Direct Insulated 1050x300mmTanks & Cylinders, Copper Cylinders, Direct Cylinders"> page its from http://lpssupplies.com/direct-insulated-10...0mm-p-2601.html Iam just trying to get a space in the description and a "," in the keywords like the rest of it seems to do..? sorry to ask again ..Mike
  5. HI help please!!!!…if anyone could point me in the right direction it would be much appreciated as I have gooled to I’am blue in the face and cant seem to find an answer to my problem. I have install dynamic sitemap 3.5.2 and seo url by chemo. The problem I’am having is with the urls are now SEO friendly but the site map still shows the OSC path.. Ie SEO URL .. /sliding-sash-hardware-turbo-balances-c-22_38.html Dynamic site map path /index.php?cPath=22_38 This is causing problems with my submitted site maps in Google as its picking it up as lots of 301 redirects and therefore not spidering the map. If anyone can give me a pointer on how to solve this I would be very grateful. Mike
  6. HI Ken Thats great, thank you for your help on this one its much appreciated. Mike
  7. Hi Ken Thnak you very much for helping out here is the code.."hope i got the right one..lol" <title><?php echo ((strlen($categories['categories_name']) > 1) || (strlen($manufacturers['manufacturers_name']) > 1)) ? $header_tags['products_name'] . ' - ' . $breadcrumb_tags->trail_tags(' ') . ' - ' . TITLE : TITLE; ?> </title> <meta name="description" content="<?php echo $header_tags['products_name'] . strip_tags($breadcrumb_tags->trail_tags(' ')); ?>"> <meta name="keywords" content="<?php echo $header_tags['products_name'] . strip_tags($breadcrumb_tags->trail_tags(', ')); ?>">
  8. Hi Ken Great Contribution, as I’am a novice and not a good one at that I can say that I installed this in less than 10 mins and thus so far most of it seems to work sweet. The only problem I seem to have if you wouldn’t mind pointing me in the right direction please, is to the separation between the categories name and the item description when I view the source in an actual product page. For some reason it doesnt seem to be putting a comma and space between the two “Oval Turn Only (Each)Locks,” Strange as every other page above this works fine categories and sub categories <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Oval Turn Only (Each) - Locks, Latches & Security Latches & Bathroom Locks - Pickard Hardware</title> <meta name="description" content="Oval Turn Only (Each)Locks, Latches & Security Latches & Bathroom Locks"> <meta name="keywords" content="Oval Turn Only (Each)Locks, Latches & Security, Latches & Bathroom Locks"> Many thanks once again
×
×
  • Create New...