Extra content for shop pages
-
I try to put some extra content for shop and shop pages (each categorie, too).
1: On the normal shop page with all categories it is really easy to find this page and put the extra content with visual Composer. But if i do it, the extra content is on top, over the products and i will have it under the products. How can i do it? Thanks.
2: I have problem to find the shop page for each categorie like this one:
https://demo.xtemos.com/basel/product-category/shoes/
to put some extra content like your cool content (Bunner on Categorie). How can i find this pages to do the extra content. Many Thanks.
Regards,
Paul
Hi,
1. You can change the position of the content on the shop page in the file woocommerce/archive-products.php
. Move the following line of code to any place you need
<?php do_action( 'woocommerce_archive_description' ); ?>
2. Add your content to the categories description field in the Dashboard -> Products -> Categories.
Regards
Hi,
it works perfectly. Looks great now. Many Thanks again.
Regards
The topic ‘Extra content for shop pages’ is closed to new replies.