Announcement

Collapse
No announcement yet.

Add to cart from anywhere on the internet

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

    Add to cart from anywhere on the internet

    Hi all,

    I have a frustrating error in my design
    On my testpage (http://www.kindersongs.nl/intro1.htm) I followed the instructions from the advanced guide (page 44) to 'add to cart' using the following html code:

    <a href="http://www.kindersongs.nl/cgi-bin/ca000001.pl?SID=2&pagefilename=Basic_Products.html&page=PRODUCT&Q_26=1&ACTINIC_REFERRER=http://www.kindersongs.nl/acatalog/">bestellen </a>

    This only offers me the message:
    There is no valid input parameters for the script! Check the referencing HTML code!

    Can someone tell me what I do wrong?

    thanx, Kim

    #2
    Capitalise pagefilename and page and all shoud be well.

    E.g.

    Code:
    <a href="http://www.kindersongs.nl/cgi-bin/ca000001.pl?SID=2&PAGEFILENAME=Basic_Products.html&PAGE=PRODUCT&Q_26=1&ACTINIC_REFERRER=http://www.kindersongs.nl/acatalog/">bestellen </a>
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Thanks Norman for your quick response.
      Small error but frustrating effect...
      It works fine now!!!

      Keep up the good works

      Comment

      Working...
      X