Tags for Use in HTML Pages and Site Templates

The NetSuite Web Site Tags allow you to display tab, category, and item information in HTML files you host from the file cabinet or the custom HTML you use in your Web Site Themes. To use Web Site Tags, the Advanced Site Customization feature must be enabled in your NetSuite account. To host HTML files… Continue reading Tags for Use in HTML Pages and Site Templates

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

Sitebuilder website cart update for minimum order

In sitebuilder website cart page to set a minimum order message need to update in shopping cart tab. When minimum order amount is below $35. Then a message will show and the the checkout button made disable. var stotal = $(“#carttablerowtotal .carttablecellamount”).text().slice(1).replace(/,/g, ”); var st = Number(stotal).toFixed(2); if (st < 35) {  $(“<span class=’minimumorder’>A minimum… Continue reading Sitebuilder website cart update for minimum order

Displaying Related Items in the Shopping Cart-Site Builder

Go to Commerce > Site Builder > Tabs. Click Edit next to Shopping Cart. On the Related Items subtab, select an item to display as a suggested item to purchase in the shopping cart.Important- The Advanced Site Customization feature is required for Related Items to display in the shopping cart.Click Add Multiple to add several items quickly. Click Save.

Customizing logout-Site builder

When users click the Log Out link in the upper left of the NetSuite page, they are redirected to the custom HTML page . Go to Setup > Company > General Preferences. Click the Centers subtab to select the appropriate center. Enter the URL for the Log Out Landing Page.

Display Specials category in Site builder

Special category can be displayed by default in site builder. It may display items we want to sell at a special price for a limited time. Go to Lists > Accounting > Items. Click Edit next to the item you want to put on special. Click the Specials subtab. Check the On Special box.Note The description displayed in the web store comes from… Continue reading Display Specials category in Site builder

Verify if a Website Has Been Indexed in Google

There are a different ways of checking to see if a website, webpage or domain has been indexed in Google. One of the easiest way to check if an individual webpage has been indexed is to use a search operator.By using either the site: or info: search operators in Google will help a user check if the page has been… Continue reading Verify if a Website Has Been Indexed in Google

Site builder-Search preferances.

We can set preferences that determine how customers search for products on web site. For SuiteCommerce Advanced, there is Search Index tab and the Field Sets tab to configure search settings. To select preferences for search on your web site: Go to Commerce > Websites > Website List. Click Edit next to a web site. On the Search subtab, set your… Continue reading Site builder-Search preferances.