Announcement

Collapse
No announcement yet.

add to cart TEXT not button?

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

    add to cart TEXT not button?

    in actinic you can choose between using a button or image to 'add to cart', but is there anyway to add using text rather than a button/image?

    The code for the image is -

    <INPUT TYPE=HIDDEN NAME="Q_19" VALUE="1"><br><Actinic:ACTIONS><P><INPUT TYPE="image" SRC="add_to_basket.gif" NAME="19" WIDTH="80" HEIGHT="22" BORDER="0"></P></Actinic:ACTIONS>
    John

    #2
    failing that, can anyone suggest a source of decent "Buy Now!" buttons that are free for commercial use...? I've tried googling but I'm just going round in circles with websites all pointing at each other but not actually having any graphics!
    John

    Comment


      #3
      If you apply the following to your text link it will act as an add to cart button:

      http://www.YOURSITE.co.uk/cgi-bin/ca000001.pl?RANDOM=NETQUOTEVAR%3ARANDOM&SID=<SECTION_ID_OF_YOUR_PRODUCT> &PAGE=PRODUCT&PAGEFILENAME=<PRODUCT_PAGENAME>&Q_<PRODUCT CODE>=1&ACTINIC_REFERRER=http://www.yoursite.co.uk/acatalog/<PRODUCT PAGE NAME AGAIN>.html

      The section id comes from the page source of the particular page as does the actual page name.

      The following link is a shortcut to this in action:

      www.dtbrownseeds.co.uk/73455
      http://www.johnsons-seeds.com - Actinic plugins, remote add to cart and custom CMS
      http://www.dtbrownseeds.co.uk - More seeds and plants....
      http://www.mr-fothergills.co.uk - Well it used to be Actinic...

      Comment

      Working...
      X