Add to Basket

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jhpe07
    Senior Blueparker
    • May 2011
    • 396

    #1

    Add to Basket

    Does anyone know the link to add a product to basket, so I can add it to a button?
  • R.O.T.
    Senior Blueparker
    • Mar 2013
    • 497

    #2
    We use this

    <button type="button" class="button b_basket" onclick="doAction('basket-essentials', 'add', 'product YOUR SKU');">Add to Basket</button>

    Replace the red bit with the products SKU

    EDIT: and basket essentials with your category name
    Chris

    Comment

    • jhpe07
      Senior Blueparker
      • May 2011
      • 396

      #3
      Thanks, for the basket-essentials, is this the category that the product is in?

      Originally posted by R.O.T.
      We use this

      <button type="button" class="button b_basket" onclick="doAction('basket-essentials', 'add', 'product YOUR SKU');">Add to Basket</button>

      Replace the red bit with the products SKU

      EDIT: and basket essentials with your category name

      Comment

      • R.O.T.
        Senior Blueparker
        • Mar 2013
        • 497

        #4
        Yes that's correct
        Chris

        Comment

        • Neil
          Senior Blueparker
          • Nov 2008
          • 2330

          #5
          Very similar to the one use except i always use an image.

          But, just thinking out allowed - i wonder if can do 2 or 3 product sku through 1 on click function.
          Regards

          Neil.

          Comment

          Working...