Design – CGS will provide their expectations for the designs. Will share the layout as per their requirements. Jobin & Jismi will be responsible for creating and providing the designs for the website. Jobin & Jismi will submit the wireframe and after the approval of the wireframes, the design will be started. Jobin & Jismi… Continue reading Sitebuilder to suitecommerce- website upgrade
Month: March 2023
How to create a lead source when the campaign is enabled/disabled in the account
Scenario 1: If Campaign is not enabled in the account. Go to: Setup> Sales> Sales > CRM List Select the Lead source from the type filter Click on New Scenario 2: If Campaign is enabled in the account. In this scenario, we will have to create the lead source as a campaign Go to List>… Continue reading How to create a lead source when the campaign is enabled/disabled in the account
NetSuite ODBC-Power BI Basic connection Manual and solution to Report Refreshment.
Break Long Descriptions Using Advanced PDF/Html
There are scenarios when an Item Description on an Advanced PDF Template is too long which causes the Item row to be printed on the next page. This article shows how to split the description to print on 2 pages and display it in sub-paragraphs in multiple rows.
Error when customer fulfills an order using USPS Global Priority Mail: “Unable to retrieve International Label barcode number: Error returned from International Label API: From First and Last Name are required.”
Check the USPS setup in Setup > Accounting > Shipping. Take note of the location set in the USPS Account. Navigate to Setup > Company > Locations. Click Edit on the location specified in the USPS Account setup. On the Address subtab, specify a First Name and Last Name in the Attention field. Click Save.
NetSuite generates lower USPS real-time rates than what is calculated in USPS website – www.usps.gov.
USPS real-time rates through Endicia is lower than what is calculated in USPS website because Endicia offers discounted Delivery Confirmation, Signature Confirmation® and low-cost insurance fee (http://www.usps.com/onlinepostage/welcome.htm). Notes: The insurance quoted through the NetSuite integration is not the same as what is provided in the USPS website. The insurance is being provided by a third party… Continue reading NetSuite generates lower USPS real-time rates than what is calculated in USPS website – www.usps.gov.
Exclude Empty Commerce Categories
The Exclude Empty Commerce Categories feature lets you omit empty categories from your site when the category branch contains no visible items. This ensure that empty categories are not displayed on the site. An empty category is a category that has no available items and has no subcategories with available items. Item availability has many… Continue reading Exclude Empty Commerce Categories
How to get the data specification pdf link from item record and show it under the download subtab in the PDP page
we can achieve this by get the field value from item record and then need to display it in the pdp page by using this method we can display the it in pdp page.
Change the display block : none to block and vice versa.
While designing a web page especially the header it is important to know to change the content to none to block and vice versa by using Java Script. It will be very helpful when we develop a responsive NavBar. The java script code used for this is as follows:- function toggleFunction() { … Continue reading Change the display block : none to block and vice versa.
How to append a script to body tag of all pages in a website and pass values dynamically into the script using extension
This article refers to adding a script with dynamic values inside it. Here is an example: Adding a script for ROI tracking with dynamic values. Sample script structure: Here in the script we need to pass two values product name and total checkout amount of items in the cart, so the number of lines in… Continue reading How to append a script to body tag of all pages in a website and pass values dynamically into the script using extension