Introduced in version 1.3.9 you can use the following shortcode to display variations directly on any page.
[woocommerce_single_variations]
Parameter you can use:
- products (product variation IDs comma separated)
- parent_products (parent product variable Ids comma separated)
- categories (category IDs comma separated)
- order (default: DESC)
- orderby (default: menu_order)
An example with product variation IDs:
[woocommerce_single_variations products="813"]
How do I select or display one product variation on a page? I want to show 4 products on the home page and select 2 variations of the same product to display here.
Hi, when I add product variants via Shortcode no CSS styling is loaded.
Any solution to this?
Thank you
You need to ask your theme developer to render the WooCommerce CSS stylesheets also on custom pages where you implemented our shortcode.