Skip to main content
Version: v3.0.0

Archive Structure

Attributipro_v3.0.0/
│── PHP7.2-7.4/
│ └── attributipro.3.x.ocmod.zip
│ ├── install.xml
│ └── upload/
│ ├── admin/
│ │ ├── controller/
│ │ ├── language/
│ │ ├── model/
│ │ └── view/
│ ├── catalog/
│ │ ├── controller/
│ │ ├── model/
│ │ └── view/
│ └── system/
│ └── library/
│ └── attributico/
│ ├── attributico.php
│ ├── interlink.php
│ └── ...

│── ocmod/
│ ├── attributipro3.frontend.product.ocmod.zip
│ └── attributipro3.frontend.filter.ocmod.zip

│── sql/
│ ├── oc_attribute_interlink.sql
│ ├── oc_unit.sql
│ └── oc_unit_description.sql

├── News3.0.0/
└── README.md

Folder and File Descriptions

  • upload/ – Core module files for OpenCart 3.x;
  • ocmod/ – Modifiers for OpenCart 3.x stores;
  • attributipro.3.x.ocmod.zip – The installation archive for the OpenCart versions 3.x;
  • attributipro3.frontend.product.ocmod.zip – Frontend product page modifier;
  • attributipro3.frontend.filter.ocmod.zip – Frontend filter modifier;
  • oc_attribute_interlink.sql – Preconfigured cross-link settings table;
  • oc_unit.sql & oc_unit_description.sql – Unit of measurement tables;
  • News/ - Folders with descriptions of changes, fixes and supporting materials;
  • README.md - Brief instructions on installing and using the module;

Version Differences

The provided archive structure corresponds to the module version > 3.3.2. The folder name like PHP7.1/, ..., PHP7.2-7.4/ corresponds to the PHP version. The difference is in the ioncube-encoding of some module files for different PHP versions. Inside these folders is attributipro.3.x.ocmod.zip - the installation archive for the OpenCart versions 3.x.