A finance charge due is the amount of money that a borrower owes on a loan or credit account in addition to the principal amount borrowed. It is the cost of borrowing money, and it includes the interest charged on the outstanding balance as well as any fees or charges associated with the loan or… Continue reading Short Note on Finance charge Due :
Month: February 2023
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
How to resolve the error: “Node Sass does not yet support your current environment”
If we found this error Node Sass does not yet support your current environment while running gulp extension: local. Then do following step. 1)In the terminal run, command “nvm install 12.21.0 ” (install the supporting nvm version) 2)then run command gulp extension:local
How do you override Magento\Catalog\Block\Category\View?
For this purpose, we need to replace the constructor
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
How to detect when the user scrolls to the bottom of the div with jQuery
There are some properties/methods you can use: code is mentioned below.
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