PDA

View Full Version : Linking to specific product whilst logged in


jmedinger
20-Aug-2003, 09:19 AM
Hi there

I've got links on my pages hard coded in the following style

<a href="http://www.domain.co.uk/cgi-bin/ss000001.pl?SECTIONID=filename.html&NOLOGIN=1">

This quite happily and correctly takes the customer to the correct page

If I try and include an anchor definition in this though it chucks the user back to the login page i.e.

<a href="http://www.domain.co.uk/cgi-bin/ss000001.pl?SECTIONID=filename.html#aitem01&NOLOGIN=1">

Can anyone advise if I'm doing this wrong or whether I can do it at all?

Best Regards

Jos

cdicken
26-Aug-2003, 01:35 PM
You just need to use the search script to link straight to a product with the PRODREF= command:

<a href="http://www.domain.co.uk/cgi-bin/ss000001.pl?PRODREF=12345&NOLOGIN=1">

jmedinger
26-Aug-2003, 01:47 PM
Thanks for this Chris,

I'll give it a try

Jos