How to customize the layout of the Woocommerce product catalogue?
Asked
Viewed 3,990 times
0
In which file do I change the item structure of the Woocommerce product catalog? I’m listing the products on the home page with shortcode [products] and this way.
I would like to make some modifications such as passing the title of the product over the image and add some more html elements.
1
You change the plugins/Woocommerce/templates/single-product.php, or by creating a single-product.php in your wordpress theme.
You change the plugins/Woocommerce/templates/single-product.php, or by creating a single-product.php in your wordpress theme.
– Daniel Costa