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>Custom Items per Page</id> | |
| <version>0.0.1</version> | |
| <vqmver>2.3.0</vqmver> | |
| <author>Hayden - https://github.com/haydenbbickerton</author> | |
| <file path="catalog/controller/product/" name="category.php,manufacturer.php,search.php,special.php"> | |
| <operation error="log" info="Change the limits. The first number is adjusted in Settings > Option > Default Items Per Page"> | |
| <search path="path/to/" position="replace"><![CDATA[$limits = array_unique(array($this->config->get('config_catalog_limit'), 25, 50, 75, 100));]]></search> | |
| <add><![CDATA[$limits = array_unique(array($this->config->get('config_catalog_limit'), 32, 64, 128));]]></add> |
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
| if (function_exists('yoast_breadcrumb')) | |
| { | |
| function yoastBreadcrumbs() | |
| { | |
| // The start/end html is theme-specific. | |
| return yoast_breadcrumb('<div class="wf-td"><div class="breadcrumbs text-normal" id="breadcrumbs">', '</div></div>', false); | |
| } | |
| // Override the theme's function for making breadcrumbs. | |
| // This is for 'The7' theme, the name of the function is theme-specific. |
NewerOlder