• Resolved John McCarthy

    (@john-lion)


    Hi,

    I know that Woothemes have a multi page checkout process in their road map. I’m currently attempting to add this type of functionality to a site I’m working on.

    I’ve created two custom form fields which have been working fine for the past two years. What I’m attempting to do is to instead have these forms on a separate page before the main checkout.

    So far I’ve:

    – Created a custom template “checkout stage 1”
    – Created a page, applied the template and set this page as the checkout page in WooCommerce settings
    – Added my custom form fields to my template within
    <form name="checkout" method="post" class="checkout woocommerce-checkout" action="http://localhost/mysite.dev/checkout" enctype="multipart/form-data">
    – Proceeded by
    <input type="submit" class="button alt" name="woocommerce_checkout_place_order" id="place_order" value="submit" data-value="submit">

    I know I’m missing elements here, which I’m in the process of tracking down and testing, but if anyone has any advice or could tell me if this is even possible I’d really appreciate it.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Woocommerce – Split check out process to two pages’ is closed to new replies.