Reply 63065 to: Woocommerce category header

Avatar: Brian Johnson
Brian Johnson
Member
May 11, 2015 at 10:24

Hello

You need manually edit wp-content/royal/woocommerce/archive-product.php.
You need to move this part of code:

			<?php if (woocommerce_products_will_display()): ?>
	                    <div class="filter-wrap">
	                    	<?php
	                    		/**
	                    		 * woocommerce_before_shop_loop hook
	                    		 *
	                    		 * @hooked woocommerce_result_count - 20
	                    		 * @hooked woocommerce_catalog_ordering - 30
	                             * @hooked etheme_grid_list_switcher - 35
	                    		 */
	                    		do_action( 'woocommerce_before_shop_loop' );
	                    	?>
	                    </div>
					<?php endif ?>

after the line:

<?php etheme_category_header();?>

With best regards
Brian Johnson

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.