Widgets not correctly showing up in the stores template
I've noticed that the widgets in the store template are not correctly working. After a bit searching i found the fault :
Go to Store Template Page Template (tpl-stores.php)
In the last line you find this :
PHP Code:
<?php get_sidebar('main'); ?>
<?php get_footer(); ?>
That should be :
PHP Code:
<?php get_sidebar('store'); ?>
<?php get_footer(); ?>