todordev / VirtualCurrency

This is an extension for Joomla! that will give you ability to create and manage virtual currency.
http://itprism.com/free-joomla-extensions/ecommerce-gamification/virtual-currency-accounts-manager
Other
2 stars 5 forks source link

Extra data #8

Open jhvanamson opened 8 years ago

jhvanamson commented 8 years ago

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 commented 8 years ago

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.