Page 1 of 1

Display Multiple array of products using paypal api

Posted: Wed Jun 18, 2014 12:52 am
by John Tyrrell

HI
after going through paypal api with one product showing using javascript when i check out with paypal?

Can you tell me how i can make an add to cart button for products in appery database and that will display the array of results to the check out page and will total up on checkout?which will display the multiple products from database to paypal api?Thanks


Display Multiple array of products using paypal api

Posted: Wed Jun 18, 2014 1:59 am
by Illya Stepanov

Hi John,

Have you checked our recent video: https://www.youtube.com/watch?v=1w-_zv... ?


Display Multiple array of products using paypal api

Posted: Wed Jun 18, 2014 2:04 am
by John Tyrrell

yes i checked your tutorial but nothing about multi arrays?


Display Multiple array of products using paypal api

Posted: Thu Jun 19, 2014 7:38 am
by Evgene Karachevtsev

Hello John,

It is the internal logic of your application - where, how and in what form to keep order basket. This could be local storage or DB. You should invent it and implement by yourself.