Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extra data #8

Open
jhvanamson opened this issue Jun 10, 2016 · 1 comment
Open

Extra data #8

jhvanamson opened this issue Jun 10, 2016 · 1 comment

Comments

@jhvanamson
Copy link

Hello,
I was wondering if it is possible to send extra data (input by customer, can be a string) when the purchase of a Commodity is made.
So far I have been able to make a separate page per commodity.
I've seen that there is the field extra_data in Transaction and functions to set/get it.
It's not clear however how I can send the info when the product is in the cart to the payment process and eventually put it in the Transaction.

Thanks in advance!

@todordev
Copy link
Owner

Hi,
It depends from the Payment Gateway and its payment process.
You should use plugin events to process transaction.
You can read about the plugin events here.
http://itprism.com/help/120-crowdfunding-developers-documentation

The events of Virtual Currency are similar to those of the Crowdfundign platform.

For example, you can use the payment plugins of the crowdfunding platform.
https://github.com/search?q=user%3AITPrism+payment

P.S.
I am going to write documentation about of the Virtual Currency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants