Link to home
Start Free TrialLog in
Avatar of crescue
crescue

asked on

how to add paypal add to cart when they click the button

I have this code in bootstrap, and I would like to add it to cart when the user clicks 'add to cart' button.  How do I accomplish that ?
I have more than 1 item and I would like to do it per item
I have my paypal account and the price per item varies

Tnx in advance

      <div class="col-sm-2">
      <div class="panel panel-primary">
        <div class="panel-heading">SPINACHS</div>
        <div class="panel-body"><img src="/images/deh2.jpg" class="img-responsive center-block" width="100" height=auto onClick="location.href='deh1.htm'" alt="Image"></div>
        <div class="panel-footer">12oz organic</div>
        <h3 align="center">$14.99</h3>

        <button type="button" class="btn btn-link"> <img src="/images/addtocart.PNG" width="125" height=auto</button>
      </div>
      </div>
dehydrated.htm
ASKER CERTIFIED SOLUTION
Avatar of Prashant Sabnekar
Prashant Sabnekar
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial