Adding a Wix form for Wix store workaround

Hi,

As you all know, the Wix’s store checkout page is not customisable, and we are waiting on features such as this: https://support.wix.com/en/article/wix-stores-request-adding-a-form-to-the-cart-or-checkout-page

However, I really need different fields when user purchase an item. Is there a workaround to this? Perhaps I can show the form when the checkout button is pressed?

Thanks.

1 Like

At time moment, we can only add forms to checkout page on Editor X.

Please build a custom checkout page OR show form on cart page like: https://www.wix.com/velo/example/delivery-time

So you can check the data in database.

You need to do coding on getting current user order > lineitems > forEach()

to check WHAT they have buy and WHAT fields to display.

1 Like