Archive for the ‘OpenCart’ Category

Atom Custom File Type Detection

Mar 12, 2019 code, OpenCart, web design

In this example I will show you how you can set OpenCart’s .tpl file extension to read as PHP when opening in Atom Editor. Open your config.cson file. Underneath core: add: text.html.php is the “source” and the tpl is the file extension. Now when you open a .tpl file it will read as a PHP […]

Read more...

Open Cart vQmod to Remove List View

Feb 23, 2014 code, OpenCart

Remove List View in Open Cart Recently I wrote a post on how to remove the list view in Open Cart. It is fairly easy, and since I have been having to do it quite often for client sites, I figured I might as well write a vQmod for this purpose. Im fairly new to […]

Read more...

Removing List View fom OpenCart

Feb 19, 2014 code, OpenCart

How to remove list view or grid view from OpenCart Having the ability to swap between a list view and grid view is pretty nice and makes a flexible accommodating user interface for the user. But personally I do not like the list view. You don’t really get much more information and it just makes […]

Read more...