This addon gives you the ability to hide attributes from the front end.
In order to hide the attributes you select "No" in the display attributes setting in attributes in the admin.
After saving the attribute . You can see that the attribute has removed on the front end.
*****************************************
DISPLAY ATTRIBUTES / OPENCART2 EXTENSION
*****************************************
This extension requires "vQmod".
The extension adds additional column attribute_display in the oc_attribute table.
It allows you to set hide selected attributes.
It affects the following pages:
Product page in the specification tab.
*************
INSTALLATION
*************
=============================================================================
NOTE: Before install this extension you have to install "vQmod" in your shop.
=============================================================================
1. IMPORTANT! Please backup your OpenCart site/cart and also database before installation.
The extension adds new files and a new column in oc_attribute data table.
2. Copy the files from the 'upload' directory to your target installation directory of OpenCart or root directory.
3. Go To Extensions -> Modules -> Attribute Display and click the green install button.
4. (Optional) Check your database to make sure new column was added in the oc_attribute table (column name: attribute_display)
5. Go to the Catalog -> Attributes -> Attributes. The list should display a new column 'Attribute Display'.
*****************
HIDING ATTRIBUTES
*****************
To hide attribute from displaying in the store change the default vale 1 to 0.
***********************
ADDITIONAL INFORMATION
***********************
The extension works with default installation of OpenCart 2.0.3.1.
**********
DEBUGGING
**********
If the extension does not work correctly, the most likely scenario is that there is a clash
with another vQmod extension. Please first try renaming the vqmod/xml file to aaa_attribute_display.xml
and then to zzz_attribute_display.xml and test both. If that does not resolve the issue, please go through
the xml file and compare the code with what is being run by OpenCart after vQmod modifications are applied.
The modified files are located in vqmod/vqcache and have OpenCart naming convention. For example:
any changes applied to admin/model/catalog/product.php will be applied in:
vq2-admin_model_catalog_product.php
or
vq2-system-modification_model_catalog_product.php
Login and write down your comment.
Login my OpenCart Account