/home/fdhrevqn/public_html/wp-content/themes/fox/sidebar-shop.php
<aside id="secondary" class="secondary">
    
    <div class="theiaStickySidebar">

        <div class="widget-area">
            
            <?php if ( is_active_sidebar( 'shop' ) ) { dynamic_sidebar( 'shop' ); } else { ?>
            
            <p class="fox-error">Please go to your <a href="<?php echo get_admin_url( '','widgets.php' ); ?>">Dashboard > Appearance > Widgets</a> to drop your widgets into the sidebar.</p>
            
            <?php } ?>
            
            <div class="gutter-sidebar"></div>
            
        </div><!-- .widget-area -->
        
    </div><!-- .theiaStickySidebar -->

</aside><!-- #secondary -->