I’ve bitten off more than I can chew and need some help with WooCommerce.
I’m trying to edit the shop front page (i’ve managed to do the product single pages fine) but can’t find the out put for the hooks anywhere.
Basically, all i’m trying to do is make the Title of the product appear before the thumbnail and add a”view” button after the thumbnail.
I’m literally pulling my hair out so if anyone could help i’d be extremely grateful!
Add below on function.php
Adding above code will duplicate you thumbnail, then add below CSS will do trick.
You should to see in plugin/woocommerce/woocommerce-hook.php
Form Line 100 – 107
Form Line 120 – 132
Change order of add_action
Change value of the second arg
Good luck!