Announcement

Collapse
No announcement yet.

Linking to specific product whilst logged in

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Linking to specific product whilst logged in

    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
    Thanks

    Jos Medinger

    Tel : 01978 843 962
    www.internetology.co.uk
    Actinic / E-Commerce Hosting, Design & SEO
    ______________________________________

    #2
    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">

    Comment


      #3
      Thanks for this Chris,

      I'll give it a try

      Jos
      Thanks

      Jos Medinger

      Tel : 01978 843 962
      www.internetology.co.uk
      Actinic / E-Commerce Hosting, Design & SEO
      ______________________________________

      Comment

      Working...
      X