PHP code example of fkruidhof / adminquickview
1. Go to this page and download the library: Download fkruidhof/adminquickview library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
fkruidhof / adminquickview example snippets
sh
php bin/magento module:enable Fkruidhof_AdminQuickView
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
xml
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
<type name="Fkruidhof\AdminQuickView\Model\QuickViewPool">
<arguments>
<argument name="quickViews" xsi:type="array">
<item name="custom_quickview" xsi:type="object" sortOrder="10">Vendor\Module\Model\QuickView\Custom</item>
</argument>
</arguments>
</type>
</config>