It is often required to display units of measurement for different products, and since products can have different units, this causes some difficulties. It happens that you need to specify the quantity in the package. For this, this supplement was created as additional, convenient information for buyers.
1. Units of measurement
For each specific product, you can enter your own arbitrary values that will be displayed in the category and in the product card immediately after the price. For example, 150 usd/ liter, well, etc.
2. Number of units in the package
This field is also filled in the admin panel (if necessary) and will be displayed in the product card in the information section.
If these fields are not filled in, then nothing will be displayed accordingly.
Works on any base templates that have not been drastically changed with modifiers. But everything can be corrected in case of incompatibility.
INSTALLATION of the extension for ocStore 3 and OpenCart 3
For correct installation you need to
1. Be sure to make a Backup copy of the Database.
2. If there were similar modifiers, disable them and update the modifier cache.
3. Make a SQL query to your database (It will just add the 2 required columns)
ALTER TABLE `oc_product` ADD `packaging` DECIMAL(15,3) NOT NULL AFTER `height`;ALTER TABLE `oc_product_description` ADD `unit` TEXT CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL AFTER `tag`;
Note. If your table prefix differs from oc_ then change them in the query to your own.
4. Go to the admin panel “Install extensions”
5. Click the button to upload the file and select our packaging-unit_oc3.ocmod.zip archive
6. Go to Modifiers and update the cache.
7. DONE.
Next, go to the product card and fill in the required fields.
Characteristics
There are no reviews for this product.
No questions about this product.
Instructions for installing the module:
- Before performing any actions related to the installation of the add-on in Opencart, we recommend creating a backup copy of all site files and store database;
- Install the localcopy fix (if you haven't installed it yet)
- Download the module file for the desired version of Opencart from our site (Follow the installation instructions if there is one in the archive with the module);
- Then go to the "Installing applications/extensions" section and click on the "Download" button;
- Select the downloaded file and wait for the complete installation of the module and the appearance of the text "Application successfully installed";
- After that, go to the "Application Manager" and update the modifiers by pressing the "Update" button;
- Before these actions, you need to add rights to view and manage the module in the "User groups" section for the administrator, or other users of your choice, by clicking "Select all"