Creating child templates for product page and product overview
-
Hey,
I can’t seem to find the right files that we need to create a child template in our already working child theme.
We simply want to add a “store name” to our vendor-marketplace like webshop. The store name should just be present above the titel on this page:
https://www.voresgaveshop.dk/shop/
And on our product page, perhaps below the titel:
https://www.voresgaveshop.dk/product/2-stk-opvaskeboerster-fra-blindes-arbejde-samt-2-stk-karklude/
We just need help to locate the files in the woodmart theme that we need to add to the template files for these 2 pages.
Hello,
You can find the file that contains your shop page product template in woodmart/woocommerce/content-product-*.php
. It depends on your products hover style.
Single product page template in woodmart/woocommerce/content-single-product.php
.
Kind Regards