This topic describes ways in which you can improve performance on your website and create pages that load quickly. Limit the number of items displayed on a page to 25 items or fewer.You can do this by restricting the number of rows and columns on the page layout. NetSuite imposes a limit of 50 items… Continue reading Best Practices for Website Performance
Month: April 2022
Typeface vs font
The words “font” and “typeface” are often interchanged. Most people refer to a typeface when they mention “font.” Understanding the differences between these concepts is critical for a graphic designer. A family of typefaces is known as a typeface. Times New Roman, Arial, and Brush Script are examples of well-known fonts. A font is a… Continue reading Typeface vs font
How to link Suitelet in Html
we can link suitelet page for POST response in Html by using Ajax method syntax for linking $.ajax({ type: “POST”, url: “/app/site/hosting/scriptlet.nl?script=826&deploy=1&compid=TSTDRV2570977&h=db87afcaddd762a08db6”, // suitelet external link dataType: “json”, data: { paymentIntentId: paymentIntentId, result } });
Resolving IF record duplication
Description We have two separate Sales order which populates different Item fulfillment record with same document number. Solution Check whether there is any script deployed to the Item Fulfillment record. If it is, then check the con currency limit of the script deployment and it may be set to 2 or more. Revert it back… Continue reading Resolving IF record duplication
Customized field for displaying Pricing in Item Group record
JIRA CODE : BGG-120 Description We need to display a custom field in the Item group which should display the total price of its components. If the item group contains 3 items A, B and C then we need to populate the amount value sum of individual prices A+B+C to that field. Solution A. Generate… Continue reading Customized field for displaying Pricing in Item Group record
Adding new payment method in webstore frontend
Requirement: In website, the custom payment option will be added on the Payment section in website. Need to create a new Terms named Stripe in NetSuite. Field Creation Customer Record Check box field – We will need create a checkbox to identify whether the customer need stripe payment method or not? The stripe option… Continue reading Adding new payment method in webstore frontend
How to create a custom theme and create banner through custom theme
Solved Errors during installation of Magento
Test Scenarios for sliders.
Ensure the design of the slider on all browsers (browser compatibility). Ensure the smoothness and automatic loading of the slides. Ensure that the slider is getting loaded (manually) when the user clicks the right arrow on the slides. Ensure the order of the slider images. Ensure that the slides can be clicked and the thumbnail… Continue reading Test Scenarios for sliders.