Download the PHP package mage/product-view without Composer
On this page you can find all versions of the php package mage/product-view. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mage/product-view
More information about mage/product-view
Files in mage/product-view
Download mage/product-view
More information about mage/product-view
Files in mage/product-view
Vendor mage
Package product-view
Short Description Magento 2 module to Create Prodcut View Flat table
License
Package product-view
Short Description Magento 2 module to Create Prodcut View Flat table
License
Please rate this library. Is it a good library?
Informations about the package product-view
Installation
All the tables(ViewTable, MView, JSON) will be create on setup:upgrade
You can also run it with the command bin/magento pview:run, which will populate the table with the data.
Command Output:
By running this code populateProductJsonTableFromView($changeLog = false) with the true parameter, you are generating data only for change log data
Tables will be generated:
- catalog_product_view : it is a view, not a table. Runs direct SQL to the core magento tables. Update mechanism not required however, has performace of the raw queries
- catalog_product_view_MVIEW : materialized view table from the view table. An update mechanism is required
- product_json : table with the denormilised json attribute data in the data field. An update mechanism is also required
All versions of product-view with dependencies
PHP Build Version
Package Version
The package mage/product-view contains the following files
Loading the files please wait ....