Created
December 19, 2013 19:27
-
-
Save jaywilliams/8044763 to your computer and use it in GitHub Desktop.
A vQmod for OpenCart 1.5.6 to display products in sub-categories.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<modification> | |
<id>Display products in sub-categories while browsing a parent category</id> | |
<version>1.0.0</version> | |
<vqmver>2.4.0</vqmver> | |
<author>Jay Williams - [email protected]</author> | |
<file name="catalog/controller/product/category.php"> | |
<operation> | |
<search position="after"><![CDATA['filter_category_id' => $category_id,]]></search> | |
<add><![CDATA[ 'filter_sub_category' => true,]]></add> | |
</operation> | |
</file> | |
</modification> |
thanks)
fazli Maseev
… On 30 Mar 2020, at 17:26, Jay Williams ***@***.***> wrote:
Sorry, I haven't used OpenCart since v1.5.6, so I'm afraid I wouldn't know off the top of my head.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry, I haven't used OpenCart since v1.5.6, so I'm afraid I wouldn't know off the top of my head.