Hi David
I have a site that targets 1 computer game on 7 platforms from many merchants. On my navigation I have a tab for xbox, ps3 etc (all on individual pages e.g. xbox360.php) which go to searchcode.php then the user has to click to view the comparison.
My question: is it possible to bypass the searchcode page straight to products.php for each game platform? The platform is included in the product name, category and brand. (I have had a tinker with no joy -just java and fatal errors!)
Many, many thanks
Kelly
Hi David
The site is Smart Offer
What I want it to do is when a user clicks on the platform they need for the game, e.g. xbox360 (I use searchcode.php for this page) instead of displaying the page that lists all the products of that brand, I would like it to go straight to the xbox360 comparison page.
Cor.. Why didn't I just say that in the first place?!?!?
many thanks
Kelly & Stuart
www.ironmangame.co.uk
Hi Kelly,
All you need to do is link directly to the product page - there's not need for an intermediary special page that includes search code or anything like - just link straight to:
http://www.smartoffer.co.uk/products.php?q=Grand+Theft+Auto+4+Xbox+360
...for example:
<a href='http://www.smartoffer.co.uk/products.php?q=Grand+Theft+Auto+4+Xbox+360'>Xbox 360</a>
Cheers,
David.
Hi Kelly;
You can certainly add deep links directly to products.php - that's no problem, although I may have misunderstood exactly what you want to do. For example:
<a href='/product/Game-Name.html'>Game Name</a>
(remember to replace spaces with "-" in the product name part of the URL)
If that's not what you're looking for, perhaps if you could email me a link to your site and an example of the page you want to link to i'll take a look for you...
Cheers,
David.