Skip Navigation

[Resolved] Woo can’t select attribute within a view

This thread is resolved. Here is a description of the problem and solution.

Problem:

I'm trying to display product attributes (each with a different price) directly within the view. Not in the single-product itself.

So I want the user to be able to select the appropriate attribute in the view's page.

Solution:

There isn't such kind of built-in feature within Toolset plugins.

The shortcode [wpv-woo-buy-or-select] works just like the default Woocommerce shop page.

In the default Woocommerce shop page, it displays same "Select options" button for variable products, user can click this button, then redirect to the single product page

Relevant Documentation:

https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#vf-154336

This support ticket is created 3 years, 9 months 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
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9: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/Hong_Kong (GMT+08:00)

This topic contains 2 replies, has 2 voices.

Last updated by pierre-yvesC 3 years, 9 months ago.

Assisted by: Luo Yang.

Author
Posts
#1922381

Hi,

I'm trying to display product attributes (each with a different price) directly within the view. Not in the single-product itself.

So I want the user to be able to select the appropriate attribute in the view's page.

I understand that the wpv-woo-buy-or-select shortcode doesn't work within a view.
https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#vf-154336

Is there a way to achieve it? I read many tickets around products attributes but didn't find any solution.

(just a note: since WP 5.6, it's impossible to create Content template with wp-bakery)

Many thx

#1922697

Hello,

There isn't such kind of built-in feature within Toolset plugins.

The shortcode [wpv-woo-buy-or-select] works just like the default Woocommerce shop page.

In the default Woocommerce shop page, it displays same "Select options" button for variable products, user can click this button, then redirect to the single product page

See the document you mentioned above:
https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#vf-154336
For variable products the Select options button will be displayed.

Anyway, you can add a feature request for it:
https://toolset.com/home/contact-us/suggest-a-new-feature-for-toolset/
Our developers will evaluate it.

#1923693

My issue is not resolved, but thank you anyway :o)