Tag to use for repeating blocks of HTML code

We can use the server-side Include tag in your item/category templates instead of repeating blocks of HTML code. The server-side Include tag is useful for reusing a common piece of HTML code throughout your site, such as a page header, a page footer or a navigation menu. When it is time to update that piece… Continue reading Tag to use for repeating blocks of HTML code

Steps to Uninstall Gulp-sass:Global

Open the command line in the top-level directory of your source code. If you are a Windows user, execute the following command as either Administrator or as a User: npm uninstall -g node-sass gulp-sass. 3. If you are a Linux / Mac user, execute the following command as Administrator: npm uninstall -g node-sass gulp-sass sudo… Continue reading Steps to Uninstall Gulp-sass:Global

To resolve the issue of going to production domain while logging in local environment.

When we start in the local version of the Shopping domain using the shopping-local.ssp URL. On login, you are redirected to the production version of the Checkout domain at the my-account.ssp URL. To return to the local version of that domain you must manually edit the URL. Change: https://checkout.netsuite.com/c.xxxxxxx/sca-dev-denali/my_account.ssp?n=3 To: https://checkout.netsuite.com/c.xxxxxxx/sca-dev-denali/my_account-local.ssp?n=3 Also, in some browsers, when you manually update… Continue reading To resolve the issue of going to production domain while logging in local environment.

Shipping bar extension

We can add shipping bar extension to add shipping bar’s in the website. We can display various messages to customers based upon how much progress they have made toward free or special rate shipping. When the cart value meets the minimum required for free or special rate shipping, a congratulations message is displayed. While the… Continue reading Shipping bar extension