Now when we set up domain we can see two cname. Dns configuartion should be done for the usual domain cname not the new one. Then it will appear with two DNS one which we have set up DNS will be configured and other not. If deployment status is waiting for DNS configuration after one… Continue reading New domain setup- two separate DNS
Author: Julia John
Organizing Presentation Tabs in Site builder
After you create presentation tabs for your web store, you can set the order in which they display on your website. To organize presentation tabs: Go to Commerce > Websites > Website List. Click Edit next to the site Click the Appearance subtab. On the Tabs subtab, select a row, and drag it to the… Continue reading Organizing Presentation Tabs in Site builder
To include the stock status message with an Add to Cart button in site builder
To include the stock status message with an Add to Cart button, you must use the stock status message attribute in a tag that appears before the attribute tag for the add to cart button. <%=getCurrentAttribute(‘item’,’stockstatusmessagehtml’)%><%=getCurrentAttribute(‘item’,’addtocartdrilldownhtml’)%>
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
Declare attribute tag in Site builder
We are using attribute tag to get the field values from record to the website. What we will do if the value already contains a attribute tag? For that we need to declare attribute that is already in the field. For example, you may create an item drilldown template that contains an attribute tag for… Continue reading Declare attribute tag in Site builder
Add up to 12 images to your web page
Using Logo List extension we can add up to 12 images to our web page, include descriptive text, and specify an internal or external URL for each image. We can choose grid or carousel layout and determine how many images to display per line according to screen size. For example, with Logo List, you can… Continue reading Add up to 12 images to your web page
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
Error INVALID_LOGIN_ATTEMPT Invalid login attempt
This error occurs when deploying or fetching using a role that requires 2FA. You must specify a role that provides the permissions needed to deploy to NetSuite. By default, the Administrator and SCDeployer roles provide these permissions.
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