Git code reviews are important for many reasons, Making sure the code works and meets requirements (automated testing helps with this, too). Coaching new developers. Ensuring transparency across teams. Sharing innovation. Improving performance. Doing these reviews properly can save time in the long-term. They’ll help you identify bugs and improve quality earlier in development —… Continue reading Git Code Review Types
Month: March 2023
Change the color of the Png image to black in hover.
The color of the image that is inside a parent div can be changed into black using some CSS codes. The icon images has to change to black while hovering on the parent div. So we have to call the total div in CSS and make it hover Then call the div along with the… Continue reading Change the color of the Png image to black in hover.
How to prevent Added to cart popup when we submit any form in pdp page
Scenario: When we submit some forms which are in pdp page the added to cart popup will come, we can prevent that by this solution. JAVASCRIPT: Entrypoint:
How to change the Personalization font in the Liquid pixels for an personalization item?
First for the implementation we have to create custom fields in the configuration For the custom fields List/Record has to be given for the options for the personalization fonts. Then in that list we have to add the fonts for personalization. Then in the configuration record those custom fields has to be added. The below… Continue reading How to change the Personalization font in the Liquid pixels for an personalization item?
How to get Item Info in PDP.
Description :Gets information about the item in the current product details page (PDP), which may include details such as the item quantity, shipping address, or fulfillment choice. Information may also include data from custom fields. The actual values returned will depend on how the item is configured in NetSuite. This method only works if the… Continue reading How to get Item Info in PDP.
How to allow Limit character input in the textarea including count.
We create an input text area with a given maxlength and then use jQuery code to limit the characters. First, we set the max limit and then use keyup() method to reduce the textarea character limit by 1 when we click the button and display the count on the screen. Syntax code :
Granting User Access to Transaction History
Scenario The Financial History permission is required for users to view transaction history. Some roles have this permission by default, such as accounting clerks and sales administrators. An administrator can provide other users with access to transaction histories by customizing their roles to include the Financial History permission. To create a custom role with transaction… Continue reading Granting User Access to Transaction History
How to Create Expandable boxes with Plus and minus on accordion using the java script
In the NetSuite when we give the Product information from the tab data for an item it will be displayed in the website for the particular item. The Product information will be displayed here under the product details section. When we click on the “+” button the Product information will be expendable and show the… Continue reading How to Create Expandable boxes with Plus and minus on accordion using the java script
Out of Stock Behavior in SuiteCommerce Advanced
To display out of stock items on SCA website we need to check the checkbox INCLUDE OUT OF STOCK ITEMS IN WEBSITE in Suite Commerce Advanced website setup. To set the behaviour of the Out of stock or add an Out-of-stock message, we will need to edit the item record and set the Out-of-stock behaviour.
Convert Non-Inventory Item to Inventory Item
Convert Non-Inventory Item to Inventory Item