Add the above to your Toolset custom code section in Toolset -> Settings -> Custom Code and just replace the field-slug options in the array with the slugs of your custom checkbox fields.
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
Problem:
The user has a view that holds a map and display post markers. The view was not returning any results on the secondary language.
Solution:
It turns out to be an error in the user's translation workflow. The user was mixing manual translation and translation on the translation editor.
To fix the issue we had to remove the existing translations of the page and of the posts. Then we had to configure the location field to be copied instead of translated. Then translate the posts and the page using the translation editor.