Git Code Review Types

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

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 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.

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