zekinah / magento2-PreviousNextProduct

A Magento2 module that provides links to the previous product and next product on the product page.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Magento 2 Previous Next Product

This module provide a links to previous product and next product on the product page.

Installation

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

Author

License

MIT

About

A Magento2 module that provides links to the previous product and next product on the product page.


Languages

Language:PHP 61.7%Language:HTML 20.6%Language:CSS 15.1%Language:JavaScript 2.6%