Hi,
I’ve noticed that the Product List doesn’t show the link to the individual product page but the Product Grid does.
You can see this at: http://ridelines.digitalessence.net/courses/ (login details provided in private section)
Where the top is a Product List and below that is the Product Grid. The Product Grid displays the Select options and Quick View (plugin) options as one would expect.
I’ve just updated to the latest version of WooCommerce but this issue was present before hand.
Is this expected behaviour?
I’ve just realised that it must be expected behaviour as the entire div is a link rather than the individual elements.
Now… We want the reviews, quick view (plugin) and view product button in our design but want it in a one column layout.
Is it possible to either add these elements to the Product List or have the Product Grid go down to 1 column?
Hey DigitalEssence!
You can use the WooCommerce shortcode for that.
[products orderby="date" order="desc" columns = "1"]
http://docs.woothemes.com/document/woocommerce-shortcodes/
Regards,
Elliott
Aha.
I knew about WC product codes but had forgotten about them!
That looks like exactly what I need. Thank you.
Now just need to target the markup with CSS and I’m done.
Thank you.