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.
I added the shortcode [pmb_print_buttons] from the “Print My Blog” plugin to a Toolset Content Template, but it doesn’t work there while it works on regular pages; I’m asking if this is due to the Content Template, the plugin, or if there’s a workaround or alternative.
Solution:
Toolset has no integration with that plugin and cannot comment on it; front-end print triggers (e.g., a print button) shouldn’t depend on whether a Content Template is used, and general print/PDF behavior should follow standard browser print—see the print styling resources below; Toolset cannot recommend plugins.