Copied to clipboard

Flag this post as spam?

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


  • Marius 21 posts 91 karma points
    May 13, 2013 @ 12:35
    Marius
    0

    Payment method as percentage

    Hello,

    I've tried to use PayPal as payment provider, and fees associated to transactions are percentage of transaction (2.9%). In tea commerce backend I only have field "Default prices" which have static value. How to workaround this?

    Regards
    Marius

  • Rune Grønkjær 1372 posts 3103 karma points
    May 13, 2013 @ 12:47
    Rune Grønkjær
    0

    The variable payment gateway fees is not automatically calculated before payment. They are, however, added to the order AFTER the payment have taken place.

    If you want to show the payment fee to the customer you can calculate and show it in the UI yourself. It will be a estimate fee, but that might be enough.

    /Rune

  • Marius 21 posts 91 karma points
    May 13, 2013 @ 15:51
    Marius
    0

    Is there any way to set payment method fee using JavaScript? The fee isn't calculated automatically after payment.

    Marius

  • Anders Burla 2560 posts 8256 karma points
    May 13, 2013 @ 16:32
    Anders Burla
    0

    Hi Marius

    The calculations can never be done using JavaScript because it needs to be server secure. The transaction fee from PayPal will be added to the order when its finalized using the PayPal IPN. If you want to show the estimated transaction fee you will need to have a XSLT/Razor extension to fetch that estimated price from your own custom code.

    Kind regards
    Anders

  • Marius 21 posts 91 karma points
    May 13, 2013 @ 17:09
    Marius
    0

    I don't get it: when order is finalized? Let's say I set Product price at 100, but on PayPal I get only about 96. Transaction is done but transaction fee still isn't added to order.

    Regards
    Marius

  • Anders Burla 2560 posts 8256 karma points
    May 13, 2013 @ 17:24
    Anders Burla
    0

    What Tea Commerce do you use? Sounds like a VAT problem. Did you setup the IPN for paypal?

    Kind regards
    Anders

  • Marius 21 posts 91 karma points
    May 14, 2013 @ 11:15
Please Sign in or register to post replies

Write your reply to:

Draft