I want to prevent MemberPress users from logging in through the Toolset login form, since they could access the wrong area of the site.
Solution:
Use Toolset → Access to restrict pages containing Toolset login blocks: create a Post Group for those pages, allow only Administrators (or selected roles), and enable “Redirect unauthorized visitors” to the MemberPress login page.
I want to sort both simple and variable WooCommerce products by price in a Toolset View, but sorting appears random—ascending order works partially and descending fails when using a custom shortcode for product prices.
Solution:
Use the built-in [wpv-woo-product-price] shortcode instead of a custom one. Toolset sorting relies on WooCommerce’s internal price values, which consider the highest variable product price. With the default shortcode, sorting works correctly in both directions.