How can we add a new price level and update that price level on the website

We can add the price level in setup->accounting->accounting lists. Then add the price level must need to check the online price level checkbox for showing the price level in the website setup in the price level tab. Then the price level is shown in the inventory item we can update the price. Then we can… Continue reading How can we add a new price level and update that price level on the website

PROPOSAL FOR PERSONALIZATION OF ITEM INTEGRATION IN SCA

Task : https://jobinandjismi.atlassian.net/browse/PAIU-1 Proposal Summary  This proposal covers the development of liquid Pixel integration with SCA to personalise the item image.  The pages that include the updated  PDP page  Cart page  Checkout pages  NetSuite Sales Order  SO email template  Requirement  The Requirement is to integrate the liquid pixel for the personalised image from PDP page,… Continue reading PROPOSAL FOR PERSONALIZATION OF ITEM INTEGRATION IN SCA

The Things to be Noticed Suite Commerce Production Domain Change to Subdomain

The client needs to have to change the production domain to subdomain. So the client needs to have support for the domain change. Queries from client So create a flow for changing the domain from Production to subdomain. Also, check if any static URL has been used in the code. could you please check the… Continue reading The Things to be Noticed Suite Commerce Production Domain Change to Subdomain

How to solve the issue of the color selector for the normal item option

When adding the new item option that is showing as a color selector on the Product list page. it is because of the item option configuration. If we added the item option ID in the configuration record, we would use the same id for item option creation. When the updated item option label and template… Continue reading How to solve the issue of the color selector for the normal item option

How to Get custom fields on the confirmation page in the Elbrus version

We can extend the confirmation in submit function of LiveOrder.Model. So we need to override the module of LiveOrder.Model. We are adding the example of the override of the module ns.package.json So with the help of the extension, we can extend the LiveOrder.Model and we can submit the customize the customize function. The screenshot is… Continue reading How to Get custom fields on the confirmation page in the Elbrus version

How to defer function of underscorejs

Defers invoking the function until the current call stack has cleared, similar to using setTimeout with a delay of 0. Useful for performing expensive computations or HTML rendering in chunks without blocking the UI thread from updating. If you pass the optional arguments, they will be forwarded on to the function when it is invoked. The example of the aSCA code is… Continue reading How to defer function of underscorejs

How we can change the “back ordered only ” items to “out of stock” in website

When a website has shown the item is back order only.it is because of Backorder Rules. The rule is added below For example, you create a sales order with two items – item A and item B. Item A has sufficient inventory, but item B has no inventory. If you create a configuration with just… Continue reading How we can change the “back ordered only ” items to “out of stock” in website