PHP code example of czonetech / ajaxified-catalog
1. Go to this page and download the library: Download czonetech/ajaxified-catalog 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/ */
czonetech / ajaxified-catalog example snippets
$ cd <magento-installation-dir>
$ php bin/magento module:enable --clear-static-content CzoneTech_AjaxifiedCatalog
$ php bin/magento setup:upgrade
$ rm -r var/di
$ php bin/magento setup:di:compile
$ php bin/magento cache:clean