safalweb/pagescrollup

Page Scroll Up module add 'scroll to top' element on storefront and provide to wide range of options in backend for this feature.

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:magento2-module

1.0.0 2017-04-15 11:03 UTC

This package is not auto-updated.

Last update: 2025-06-22 06:25:52 UTC


README

Page Scroll Up is magento2 extension developed by Safal Web. Using this extension you can allow user to scroll to top in single click. You can control this feature from backend, there are variety of options added for this feature.

How to install

This extension is now available through Packagist ! You don't need to specify the repository anymore.

Add the following lines into your composer.json

...
"require":{
    ...
    "safalweb/pagescrollup": "^1.0.0"
 }

or simply run this command

composer require safalweb/pagescrollup

Then type the following commands from your Magento root:

$ composer update
$ ./bin/magento cache:disable
$ ./bin/magento module:enable Safalweb_PageScrollUp
$ ./bin/magento setup:upgrade
$ ./bin/magento cache:enable