Announcement

Collapse
No announcement yet.

URL code to Add to basket

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

    URL code to Add to basket

    According to the ADV user guide the following code will add 5 of item 123 to the basket -

    Code:
    http://www.site.co.uk/cgi-bin/ca000001.pl?SID=234&PAGE=PRODUCT&Q_123=5
    However, what if I don't know what the SID is? Is there some code to add a product to the basket when only the product ID is known...?
    John

    #2
    Not without some serious Perl patching.

    I remember doing a patch that allowed someone to enter the product ref and have it added to the cart. It was quite a lot of work, so isn't available for free.

    I've posted details of how to temporarily display the SID on the product pages as this helps speed up creating such add-to-cart URL's. Try searching.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment

    Working...
    X