Added featured product to shop sidebars as well
authorLaury GvR <laury@gaslightmedia.com>
Mon, 27 Feb 2017 21:22:31 +0000 (16:22 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 27 Feb 2017 21:22:31 +0000 (16:22 -0500)
parts/shop-sidebar.php

index 099429f..4818fa6 100644 (file)
     </div>
     <?php } ?>
 </div>
+<div id='side-items'>
+    <div><h2 class="sidebar-title">Featured Product</h2></div>
+    <?php echo do_shortcode('[featured_products columns="1"]'); ?>
+</div>
 
 <script>
 jQuery(document).ready(function($) {