Copied to clipboard

Flag this post as spam?

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


These support forums are now closed for new topics and comments.
Please head on over to http://eureka.ucommerce.net/ for support.

  • Marc 3 posts 23 karma points
    Aug 29, 2013 @ 04:08
    Marc
    0

    Allow multiple payment methods for a single order

    I'm evaluating UCommerce for a client that allows a customer to pay with a credit card, a pre-paid account, or they can split the order total across these two payment methods. Is there any support built in for this scenario?  If not, has anyone implemented this in UCommerce before?  Can the uCommerce section in Umbraco be customized?  I've yet to find an out of the box solution for this problem.

  • Nickolaj Lundgreen 233 posts 1132 karma points
    Aug 29, 2013 @ 07:17
    Nickolaj Lundgreen
    0

    The scenario with picking one payment method out of many is standard in uCommerce (it's even possible to restrict payment methods based on country and shipping method). Im pretty sure you should be able to create your own "multi pay" payment provider where you split the total out on the available payment methods).

     

    What kind of customizations are you looking for in the uCommerce backend?

  • Morten Skjoldager 440 posts 1499 karma points
    Aug 30, 2013 @ 13:04
    Morten Skjoldager
    0

    It is totally doable. However out of the box, uCommerce has no support for it. 

    You should take in mind that when you get redirected to another page, the current thread is aborted (so you cannot loop over multiple payments that would redirect you). So you have to build a confirmation page where it will take care of redirecting you everytime there's not enough funds on the order. Also, remember that you will run into problems in the checkout pipeline if you call that after a partial payment has been submitted. 

    Let me know how you're doing with this. 

    Hope that helps.

    Regards

    Morten

  • Marc 3 posts 23 karma points
    Sep 10, 2013 @ 04:49
    Marc
    0

    Thanks for the replies.  To answer Nickolaj's question, I dont' really want any customizations in the back end if I don't have to make them.  My concern was the ability of the uCommerce table structure to handle multiple payment types.  If the orders could not be represented using the built in table structure, then it would be unwise to try and use the product, especially at this price point.  But your suggestion to try a "multiple payment" payment method was intriguing.  If I have a chance, I'll investigate this further and update the message.

Please Sign in or register to post replies

Write your reply to:

Draft