Add new location in inventory sync

The important steps to be performed in celigo while adding item inventory from a particular location in NetSuite to an inventory source in Magento for location by performing the following steps. 1.Add the NetSuite locations in celigo as shown 2.Map the NetSuite locations with Magento 2 sources. Then run the flow and we thus the… Continue reading Add new location in inventory sync

Published
Categorized as Celigo

How to add a color pallete facet sorting option to PLP page using netsuite

We can add a Color sorting option in PLP page with color pallete showing. Go to Website in Edit mode and add Sort Field as Color Go to Configuration, in that go to Shopping Catalog subtab and select Facet. In that Add Item Field ID as Field Id, Name as Display Name, Behaviour as you… Continue reading How to add a color pallete facet sorting option to PLP page using netsuite

Regression Testing and Retesting Testing

Retesting  Retesting is a process to check specific test cases that are found with bug/s in the final execution. Generally, testers find these bugs while testing the software application and assign it to the developers to fix it. Then the developers fix the bug/s and assign it back to the testers for verification. This continuous… Continue reading Regression Testing and Retesting Testing

Proposal for Autofilling Username and Password in Checkout page from Welcome Email template

Proposal that how can we do a autofilling of a login details in checkout page from register welcome email template. Proposal Summary  This proposal covers the scope of auto filling email and password when the customer clicked on Visit My Account in the email template which is customer gets an access from the NetSuite.    Requirement … Continue reading Proposal for Autofilling Username and Password in Checkout page from Welcome Email template

Defect Management

Defect management ensures that defects are tracked from recognition to classification to correction to closure. The process must be agreed with all those participating in defect management, including designers, developers, testers, and product owners. Depending on the organisation, defect logging and tracking vary from informal to very formal. We can only classify the defects only… Continue reading Defect Management

Creating A Responsive Navigation menu bar with Icons

In website creating a responsive navigation menu bar with the corresponding icon using cssFirst Download or copy the tag of the required icon for navigation bar in past those icon code with the html anchor tagLike shown in below Step 1) Add HTML: Example Step 2) Add CSS: Example Thank you.

State Transition Testing

State transition testing is a type of testing that the system that is tested by transitioning between its different states and verifying that the correct behavior is exhibited for each state transition. This testing ensures that the system behaves correctly as it moves from one state to another. To perform state transition testing we would… Continue reading State Transition Testing

Get Custom Field from Commerce Categories

To obtain the custom fields, we must modify the model file for a quick and optimal solution. We need to mention the custom field ids for fetching, and the section below with the Enhancement heading is where the update is made; please check and understand the concept before working. Because custom fields do not return… Continue reading Get Custom Field from Commerce Categories