Here i could create the responsive share button by using Site Mangement tools. For that change i could using some JS code:
Author: Gopinath Matcharaja
How to show and hide content in website .
By using accordion show (and hide) HTML content in website. Following Javascript used :
Hide the ‘Wishlist “ tab in my account section.
Describtion: Hide the Wishlist tab in my account section. We need to hide it from the left menu . Code which is used for the following : Screenshot:
Update the image slider with Hovering effect.
The multi image slider should be smoothly moving and on hovering mouse it should stop the slider movement. The hovered slider should have opacity more and other slider should have opacity lesser. Solution:Here, We add J-query for hovering effect. Screenshot:
Hide Price option in PDP page.
Hide the price option in the every page and navigate to Home page on clicking Enquire button. Create a new checkbox for item record. And show the enquire button in the website if it is enabled in the item record. When i click checkbox on netsuite item record, price should be hide on pdp page.… Continue reading Hide Price option in PDP page.