Frequently Asked Questions
How to change product default view from list to grid manually in jCart?
Edit these files components\com_jcart\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>
Please Wait!
Please wait... it will take a second!