Hide and Show Containers Using hide and show function in script.

We can hide and show specific Containers in a page by using Script by giving the click function to the buttons. Firstly create the buttons you want to give the functionality to using HTML and Style it. To give the functionality of click action to the button use onclick function and also create the events… Continue reading Hide and Show Containers Using hide and show function in script.

Creating badge for items in Cart page to Display desired messages.

Badges are used for displaying any special message for any item, for example to display the “NEW ARRIVAL” of an item or the “DISCOUNT” on any item. Here we are creating a badge for the items present in the cart page. Steps:1. Create a new extension for Cart item badge.2. Create a custom field in… Continue reading Creating badge for items in Cart page to Display desired messages.