Skip Navigation

[Resolved] How to choose product variation outside product single page with view?

This support ticket is created 3 years, 1 month ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 2 replies, has 2 voices.

Last updated by Altti Papinsaari 3 years, 1 month ago.

Assisted by: Minesh.

Author
Posts
#2192715

Hello,

I've build Woocommerce product list view. In this list I would like to display Add to cart button and also a dropdown menu or radio buttons to choose product variation. Is this possible view?

I know I can display select button that takes user to single product page. I would like to skip this step and choose variation in the list view.

#2192825

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

As you already aware and know and also as per our Docs:
=> https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#wpv-woo-buy-or-select

For variable products, the user first has to select a product variation, the Select options button will take the user to the product detail page, where they can select a Variant and add it to the cart.

There is no other resolution or workaround available.

#2193513

Hello Minesh,

thank you for reply!