drakonan Posted April 9, 2004 Posted April 9, 2004 Is there a way I can make a link to go to a certain product based on item number? in essence: a link to a new function called item_number.php/123-1110 or maybe somehow using built in osC func? - - - - Sometimes, ignorance is bliss.
bluepony Posted April 9, 2004 Posted April 9, 2004 You mean like this: item_number.php?product_id=123-1110 Then in item_number.php you would use: $HTTP_GET_VARS['products_id'] to return 123-1110 I'd rather be flying!
drakonan Posted April 9, 2004 Author Posted April 9, 2004 Ok, yes that's what i want except for the search engines i gotta turn the ? and = into / (so it gets crawled) Are you familiar with that? Have you done that before? - - - - Sometimes, ignorance is bliss.
rseigel Posted April 9, 2004 Posted April 9, 2004 Search engines can handle the ? just fine. They've been able to for years now.
drakonan Posted April 9, 2004 Author Posted April 9, 2004 I don't think all of them can rseigel. I know Google has been able to for quite some time. It also appears that pages marked as "dynamic" get a reduced ranking or something because before I changed that setting site wide none (but the first) of my pages were crawled. Now ~400 are (soon to be more I speculate) - - - - Sometimes, ignorance is bliss.
stevel Posted April 10, 2004 Posted April 10, 2004 Most search engines, including Google, have no trouble with queries such as the product pages osCommerce creates, as long as there is a hard link to it somewhere that it can see. This will happen by default (category pages are on every page, product pages linked off that. Don't make it harder than it is. Steve Contributions: Country-State Selector Login Page a la Amazon Protection of Configuration Updated spiders.txt Embed Links with SID in Description
Recommended Posts
Archived
This topic is now archived and is closed to further replies.