Copied to clipboard

Flag this post as spam?

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


  • Matt 91 posts 237 karma points
    Apr 15, 2014 @ 08:34
    Matt
    0

    Custom cart steps - Generatepaymentform after details

    I'm trying to implement a cart that skips the shipping and confirm steps, so the user enters their details and presses submit and the payment is completed (invoicing).

    I'm using TC.GeneratePaymentForm to render the submit button, but I think the problem is having it on the same page as the form for customer details as orders are being submitted with no customer details saved. Is there a way to get the user details to submit and then finalize the order from the same page, rather than a seperate "confirm" page?

     

  • Anders Burla 2560 posts 8256 karma points
    Apr 15, 2014 @ 08:59
    Anders Burla
    100

    Hi Matt

    Then you properly need to use the Javascript API to post the customer information and then call generatePaymentform in the JS API. A normal server post wont support this case I think.

    Kind regards
    Anders

Please Sign in or register to post replies

Write your reply to:

Draft