Hi, I would need to add only one product in a page. As far as I can see, I can use the product grid which does only allow 2 columns? Is it possible to have only 1 column?
Thanks very much for your help!
Hey oliviad!
No, the product grid just supports 2+ columns. However you can try another shortcode ( http://docs.woothemes.com/document/woocommerce-shortcodes/ ) – i.e. the “product” shortcode:
[product id="99"]
or the add to cart shortcode
[add_to_cart id="99"]
Regards,
Peter