This module provide a links to previous product and next product on the product page.
Copy the content of the repo to the app/code/Zone/PreviousNextProduct/ folder
Enable module:
php bin/magento module:enable Zone_PreviousNextProduct
Disable module: (Optional)
php bin/magento module:disable Zone_PreviousNextProduct --clear-static-content
Update system:
php bin/magento setup:upgrade
php bin/magento cache:flush
php bin/magento cache:clean
- Zekinah Lecaros - Initial work - Zekinah Lecaros