Show a single product
Is it possible to add a single product via shortcode or a "block" (described in section 4.2 Muffin Builder) on a certain place?
With single product I mean with image, title and price which should be updated if I change the price in the store.
Like the 4.2.36 Shop Slider but for only one product
Thanks in advance
Best regards Niclas
Comments
the whole list of WooCommerce shortcodes you can find on https://docs.woocommerce.com/document/woocommerce-shortcodes/
Thanks!
.woocommerce ul.products li.product {
width: 31.3%!important;
margin: 0 1% 20px!important;
clear: none;
}