I was looking this codeline col-xs-6 col-sm-4 col-md-4 col-lg-one-two 0
in all opencart files with template files (PHPStorm, Total Commander), but I don't know where is codeline can be. This codeline for me need for a change grid view for category page.
How I can search this codeline?
Asked
Active
Viewed 114 times
-1

Mr. Flowers
- 23
- 4
-
Possible duplicate of [Find files containing a given text](https://stackoverflow.com/questions/6153152/find-files-containing-a-given-text) – But those new buttons though.. Sep 03 '18 at 17:35
1 Answers
0
You cannot find given codeline with fulltextsearch, because in OpenCart these classes are assembled by PHP in page .tpl files.
Please take in mind, that any plugin can also modify classes of any container either by PHP or by JavaScript.
File, you are searching for, and is responsible for displaying category page, is located in /catalog/view/theme/default/template/product/category.tpl

lucorp
- 36
- 4
-
Is any chance that you are using third-party template? Also, please make sure you are using OpenCart version 2.3. Could you please post structure of your /catalog/view/theme/ folder? – lucorp Sep 04 '18 at 15:40
-
1. Yes I using MyShop template by TonyTemplates (now is not supported) 2. Structure: assents default myshop header_v1.php header_v2.php header_v3.php header_v4.php header_v5.php header_v6.php header_v7.php header_v8.php header_v9.php module_list.php module_list_v.php – Mr. Flowers Sep 04 '18 at 21:27
-
If these are all files, that you have in theme view folder, then template is developed out-of OpenCart standarts and in this case you should ask developer of template for support. – lucorp Sep 06 '18 at 14:57