Magento
Magento: Scroll To Top functionality
Scroll To Top functionality in Magento Open your header.phtml file and write below code.. ——— Extra Code ——— Note the use of window.onload (when images are loaded…which occupy height) rather than document.ready To be technically correct, you need to subtract the window’s height, but the above works: To scroll to Read more…