Frequently Asked Questions
How to change product default view from list to grid manually in JooCart WP?
Edit these files wp-content\plugins\joocart\catalog\view\theme\default\template\product\manufacturer_info.twig or category.twig or special.twig or search.twig
Put this code at the bottom of the file
<script type="text/javascript"><!--
jQuery(document).ready(function() {
jQuery('#grid-view').trigger('click');
});
//--></script>
Help Topics: