PDA

View Full Version : Refer customers to a specific product using it code


Newark101
18-Jul-2003, 02:27 PM
Is there any way I can refer a customer to a particular product by giving them the product code.

As a work around I have put :

!!<<noscript>>!!Product Code!!<</noscript>>!!

in the product description allowing searches based on product code but I would like to say to a customer visit this product using a code.

Perhaps giving them the URL and code and then they get redirected to the right page.

Any ideas?

I-CC
19-Jul-2003, 08:26 PM
If it is providing a link to someone say in an email or something then you might want to try something like:

http://www.mydomain.co.uk/cgi-bin/ss000001.pl?PRODREF=FW023&NOLOGIN=1

Basically ensure you change it to your domain, the cgi-bin you are using is correct and the FW023 is changed to the actual product reference used for that product.

Hope this helps....

NormanRouxel
19-Jul-2003, 11:57 PM
Since the forum shortens URL's you should click the link above (you'll get a 404 Not Found but ignore that) and see what appears in your browsers address field.

Norman

cdicken
21-Jul-2003, 10:19 AM
The Advanced User Guide has a some example code to use for setting up a form where people type in the product reference and then get taken to the product. See the section on 'Linking directly to a product'.

Newark101
23-Jul-2003, 12:46 PM
Thanks for the help - it works - sorry for not reading the advanced user manul before posting.