D
D
Dmitry2016-10-14 00:52:58
PHP
Dmitry, 2016-10-14 00:52:58

Is it possible to make different templates for a product and a catalog?

Created a file " woocommerce.php " in the theme folder. If I add a block with information to it, it will be displayed both in the catalog and in the product card. How can I add this same block only for the directory?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sn0wSky, 2016-10-14
@b4rbed

if(is_product_category(){
   // category
} 

if(is_product()){
   // product
}

https://docs.woocommerce.com/document/conditional-tags/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question