Magento 2 attribute value is empty (or must be set). Set the attribute and try again.

The “Attribute_name” attribute value is empty. Set the attribute and try again or The value of attribute “is_new” must be set error may happen when you create a new configurable product or migrating from Magento 1 to Magento 2, or after you import products. Some sample error message you may see: The “Is New” attribute value is empty.… Continue reading Magento 2 attribute value is empty (or must be set). Set the attribute and try again.

Adding a Plugin to call before customer API

sometimes when we need to modify the last name or first name after the API call to the website we may create a plugin to interrupt the call and modify the data before creating on the website create a di.xml file inside etc in a vendor modulelocation vendor/module/etc/webapi_rest/di.xml plugin location Vendor/module/plugin here done an example… Continue reading Adding a Plugin to call before customer API

Netsuite Advanced PDF: Get the index of item line

In NetSuite Advanced HTML/PDF templates, we can use the _index method to get the index of an item in a table. Here’s an example that demonstrates how to use this method: In this example, record.item is an array of objects representing rows in a table. The _index method is used to get the index of… Continue reading Netsuite Advanced PDF: Get the index of item line

Calculation Logic for Sales Tax on Discount Items

Applying a Discount to all Items from the Discount Field  It is important to understand how using the different discount methods affect your tax calculation. In the screenshots, the items, tax, and value of the discount are the same, but the choice of discount method yielded different tax amounts. Discount Rate Across All Items In… Continue reading Calculation Logic for Sales Tax on Discount Items

How to change the amount price in checkout box in cart page when clicked on submit button using extension

How to change the amount price in checkout box in cart page when clicked on submit button using extension. When clicked on apply button the amount price in checkout box changes in cart page1. First create a button in .tpl file where we want add submit button, where we want add function to it, give… Continue reading How to change the amount price in checkout box in cart page when clicked on submit button using extension

Standard Roles and their permissions File

Attaching the Standard roles In NetSuite and their Transactions, List, Setup, and Report permissions. We can customize this standard role and create a custom role and add or remove permissions in the custom role. Depending on the modules available in the account and the features you’ve activated, the default roles available in your account may… Continue reading Standard Roles and their permissions File