Git movement using Visual studio.

1.Install GitHub pull Request and Issues Extension  2. check whether git install in your system 3. clone the project Repository using the URL  4. Creating new Branch goto View-> Command palette → Enter git checkout 5. Select the option Create New Branch from… After entering the new Branch name (eg: Update/Extension) press Enter ButtonIt shows… Continue reading Git movement using Visual studio.

Add/Remove Class on Mouseover /Mouseout

To add the class on hover, jQuery addClass() will add a class from a specified elements and remove the class on mouseout, use the jQuery removeClass() method. Using jQuery addClass() and removeClass, pass the class as the argument of the function. Add one or more classes to an selected HTML elements use the addClass() method.… Continue reading Add/Remove Class on Mouseover /Mouseout

How to create a fade-in effect on page load using CSS

Use animation and transition property to create a fade-in effect on page load using CSS. Method 1: Using CSS animation property: A CSS animation is defined with 2 keyframes. One with the opacity set to 0, the other with the opacity set to 1. When the animation type is set to ease, the animation smoothly fades… Continue reading How to create a fade-in effect on page load using CSS

SMT Versions

There are currently two supported versions of Site Management Tools, versions 2 and 3. Two important differences between the versions are the available features and native compatibility with different versions of SuiteCommerce and SuiteCommerce Advanced. By default, SuiteCommerce Kilimanjaro and greater use SMT version 3. Versions of SuiteCommerce prior to Kilimanjaro, use SMT version 2.… Continue reading SMT Versions

How to Use the JavaScript Fetch API to Get Data

fetch() method: The fetch() method is modern and versatile and is very well supported among modern browsers. It can send network requests to the server and load new information whenever it’s needed, without reloading the browser. Syntax: The fetch() method only has one mandatory argument, which is the URL of the resource you wish to fetch. Async Await: In this example, we will be… Continue reading How to Use the JavaScript Fetch API to Get Data

Add Live Chat

We need to add the below code snippet into every page of our website, just before the closing </body> tag. SolutionAdd the below code in the header template or footer template