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.
I want to pass the custom fields “Part Number” and “Manufacturer Brand” from a product page to a CRED form on a separate page via URL parameters so they auto-fill in the form, but the values are not being passed correctly.
Solution:
Follow the steps in the documentation to pre-fill content in a Toolset form using URL parameters.