Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • MK 429 posts 905 karma points
    Jan 19, 2014 @ 21:28
    MK
    0

    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

  • Anders Burla 2560 posts 8256 karma points
    Jan 20, 2014 @ 18:24
    Anders Burla
    100

    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

  • MK 429 posts 905 karma points
    Jan 20, 2014 @ 19:20
    MK
    0

    Great. will give it a try.

Please Sign in or register to post replies

Write your reply to:

Draft