Skip to content

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

Notifications You must be signed in to change notification settings

zekinah/magento2-PreviousNextProduct

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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