So, I have my own javascript shopping cart and I can add all my items to it and post the total due to the FaaS processor. However, to keep track of the individual transactions within the reporting tool inside of Click&Pledge, I need each item in the basket to post as a transaction. Is there a way to post a shopping cart to C&P and have it parse out the individual transactions? Are there custom fields that I can use for this purpose? If not, can I loop through my shopping cart and post each individual transaction (keeping in mind that I need the callback api to update my database for each transaction)?
Thanks.
Thanks.
Comment