In the default version of OpenCart user can not see the list of vendor-specific products or specific category, which is very important to manage the shop.
Also, in default OpenCart version, the user can search for a product by product name or model name with the phrase that begins with the start of the product name or model.
This mode eliminates these disadvantages.
Demo: http://vysoft.p.ht/demo/admin/
Login and password: demo
Added the following functionality compared to the standard (default):
1. Added fields categories and manufacturers in the list of products.
2. Added combo box to select the categories and manufacturers for filtration products.
3. Improved search by product name and model of the proposed list of autocompletion.
These enhancements allow the user to quickly filter by product categories and manufacturers, increasing information content and management of goods. The user can see the entire list of products for a particular manufacturer, in a particular category.
Improved search by product name and model allows for a phrase in any part of the product name or model.
The mod replaces the 3 files in the admin side:
product.php (admin-> controller-> catalog),
product.php (admin-> model-> catalog),
product_list.tpl (admin-> view-> template-> catalog)
These files are changed, compared with the default version. All changes are noted in the code files.
To restore the previous state of your configuration, it is recommended to make copies of the files before installing mod as mod replaces them.
Installation: Unzip the archive and upload the contents to the root directory of your site to confirm the replacement of files.
↧