Passing parameters to woocommerce
-
I have a page where your selection passes a series of parameters via URL, using the URLParams plugin – I want to use some of those parameters to show just a subset of products in the products shortcode of woocommerce
but they are also a shortcode, so I cant NEST shortcodes, so I can’t use
[products limit=”5″ columns=”5″ category=”{urlparam param=’pricerange’}”/]
What is the solution to use your plugin to get the parameter and then use that parameter in another shortcode?
- The topic ‘Passing parameters to woocommerce’ is closed to new replies.