Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi there,
Does any one know how can I insert dynamic values to the payment provider form?
I would like to add recurring payment values, something along these lines:
<input type="hidden" name="a3" value="5.00"><input type="hidden" name="p3" value="1"><input type="hidden" name="t3" value="M">Of course, all is according to the selected product.
Regards,
Moshe
Hi Moshe
You would need to download the source code for the provider API and sub class the Paypal provider and then write your own custom code for the generate form method.https://bitbucket.org/teasolutions/tea-commerce-tea-commerce-payment-providers/
Kind regardsAnders
Great. will give it a try.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Paypal provider - Add dynamic values
Hi there,
Does any one know how can I insert dynamic values to the payment provider form?
I would like to add recurring payment values, something along these lines:
<input type="hidden" name="a3" value="5.00">
<input type="hidden" name="p3" value="1">
<input type="hidden" name="t3" value="M">
Of course, all is according to the selected product.
Regards,
Moshe
Hi Moshe
You would need to download the source code for the provider API and sub class the Paypal provider and then write your own custom code for the generate form method.
https://bitbucket.org/teasolutions/tea-commerce-tea-commerce-payment-providers/
Kind regards
Anders
Great. will give it a try.
is working on a reply...