Community

When my client clicks "Proceed to Checkout" from the items she added to the cart, it returns to the top of the form. It does not proceed to the bottom section, which contains the total amount and a breakdown of the products she added in the cart.

SERENDIPIA PH

Mar 16, 2024

Comments (1)

Vipin

Mar 17, 2024

The Proceed to checkout button in the cart page will take the user to the first page in the form with the required fields. Since you have created a single page form, it will show the same page. Users can select the products, scroll down to complete the delivery details and submit the form.  Note: You can split the form into two pages. The first page should only have the products and the second page will have the required fields for delivery and the order summary. Once you make this change, you can map the second page with delivery details as the checkout page. Once users add the products to cart, they can click on the cart icon in the header and then click on the checkout button to navigate to the delivery details page. For details, refer to the help article below. Configure checkout page https://neartail.com/order-form/configure-checkout-page.html

Add your comment