Didn’t help ??
Nothing was changed. I tried to edit every file taxonomy-product_cat.php that I have, but nothing… I tried even to delete all files “taxonomy-product_cat.php” to see what will happen with single pages of items, but nothing happened too.
I’m sure that I pointed out the right category slug and right template name..
Maybe I should change single-product.php?
if category is 18… then include file “example.php”
else: echo summary info
There is my point (see the img):
Items from 1 category should contain a static content from example.php file after thumbnail info. I tried to include this file with functions.php (I wrote a shortcode for doing this) but I had a problem: a content appeared after thumbnail (as I needed) but BEFORE product-summary info (I need to show this after summary. Although, I need to show the first div from static div inline with a div from product summary info… and there is a problem.. I tried to reach it through CSS, but couldn’t).
I can insert this content with wp-admin (into each item info when I’m in Edit Product Mode), but I want to optimize with 1 static file. If I would like to change there some information, I would need only change 1 file, not all items at all… and without side plugins. I hope, you understand my problem.