Answer the question
In order to leave comments, you need to log in
How to add a sidebar along with a product list wrapper?
Where do I need to add a sidebar so that it appears on the store and category page on the same level as the products? I found the output of the list of products in the cycle files loop-start.php and loop-end.php added the output of the sidebar and my wrapper, but now the problem is that when the filter changes with ajax, it starts cycling the sidebar, where else can it be displayed or how to fix?
Project
output which I use in loop-start file
<?php if( is_product_category() ){
echo'<div class="product-category-wrap">';
get_sidebar();
echo '<div class="product-category__items">';
} ?>
<?php if( is_shop() ){
echo'<div class="product-category-wrap">';
get_sidebar();
echo '<div class="product-category__items">';
} ?>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question