Simple Product Configurable Product Virtual Product Grouped Product Bundle Product Downloadable Product Type 1: Simple Product Explanation: Simple Product is the most popular product type of a store. In Magento, it is also defined as its name, which means that this kind of product is sold in each single item ( non-variation). Every single product… Continue reading Types of products in Magento2
Category: Coding Standard
Change Product by Type in Magento 2
This can be achieved exclusively through the database, either manually or via an SQL query. To perform a bulk change of product types using SQL in Magento 2, follow these steps: Log in to phpMyAdmin. Navigate to the SQL tab and enter the following command: UPDATE catalog_product_entity SET type_id=”simple” WHERE type_id = “downloadable”; This command… Continue reading Change Product by Type in Magento 2
THINGS TO REMEMBER on the product types in magento2
Although Simple Product and Virtual Product all belong to grouped product, they don not have custom option, so you should notice when selecting products for grouped product The grouped products in Magento 2 has the option to buy ALL or just one of the set while the bundle products you must buy ALL not buy… Continue reading THINGS TO REMEMBER on the product types in magento2
The Difference Between a Simple and Configurable Product in Magento 2
When adding a simple product in Magento, it’s linked to one SKU and doesn’t have different versions. On the other hand, a Magento 2 configurable product is connected to a group of several simple products. Each variation is made through a specific attribute in Magento and is linked to its own SKU. These choices show… Continue reading The Difference Between a Simple and Configurable Product in Magento 2
how to Verify Strike-Through Pricing is Enabled and Default Price Level is Set
To verify Strike-Through Pricing is enabled: In NetSuite, go to Commerce > Websites > Configuration. Select your website and domain and click Configure. Go to the Shopping Catalog tab. Confirm the Enable Strike-Through Behavior box is checked. Check this box if it is not checked. Click Save. To verify the default price level is set: In NetSuite, go to Commerce >… Continue reading how to Verify Strike-Through Pricing is Enabled and Default Price Level is Set
how to Set Up Item Pricing
The Strike-Through Pricing feature requires that you set up at least two prices for each item to be displayed with a strikethrough. For more information, see Using Multiple Pricing. Price Level Requirements When setting up item pricing, be aware of the following requirements: One of the prices that you set up for each item must correspond… Continue reading how to Set Up Item Pricing
How to Set Customer Price Level
To set the price level for a customer: Go to Lists > Relationships > Customers. Click Edit next to the customer for whom you want to set a price level for. Go to the Financial tab. In the Price Level field, select the price level you want to offer this customer. Click Save.
Remove an Email Address from the Bounced Email Addresses List
On the Bounced Email Addresses page, you can also remove email addresses from the list to include them in email campaigns. When you clear the bounce history for an email address, you can send messages to that address. To remove an email address from the Bounced Email Addresses list: Go to Lists > Relationships >… Continue reading Remove an Email Address from the Bounced Email Addresses List
How to resolve error node version does not support for the current environment
When we are running the Elbrus version, we need to change the Node version to ‘10.24.1’. That’s why this issue occurs when we are running the SCA version and executing code in the Elbrus version. Please change to the corresponding version.
Introduction to Configuration Records in NetSuite
A configuration record in NetSuite is a way to store and manage custom settings. In SuiteCommerce Advanced (SCA), configuration records allow developers to add, edit, and manage configurable settings that users can later adjust through the SuiteCommerce Configuration UI. These settings are helpful when creating reusable and customizable features, such as custom UI components, product… Continue reading Introduction to Configuration Records in NetSuite