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
Author: Anik Babu
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 wrap an Event using an Extension in SCA
We can extend the Event function using the below code. So we can add extra events for the views without overriding the whole events We can also possibly extend the initialize.We are adding the example below
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
Default Sort on a Per Category Basis in SCA
default sort option on Item List pages be set on a per category basis.A modification will be made to the configuration record to allow N&P to set a default sort option foreach category, these modifications will then be updated to allow the website to default the sortingoption per category, an example of this is displayed… Continue reading Default Sort on a Per Category Basis in SCA
Wish list customization on the Product list page
We can customize the wishlist. We are adding this requirement below. The “Add to Wishlist” button in PLP does not require a drop-down menu. When we click the button, we only need to show the success message with a tick mark. The item will be saved to the “My List” default list. There is no… Continue reading Wish list customization on the Product list page