Frequently Asked Questions

How to change product default view from list to grid manually in JooCart?

Edit these files components\com_opencart\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!

Powered By JooCart
softPHP © 2010-2022