Display a button under the “Add to CArt” button on the PDP page

The independent extension code to display the button under the “Add to Cart” button based on the condition of a custom checkbox field in the item record The button need to displayed based on the value of the custom item field of the sub matrix items based on the matrix option choosed Entry point code:… Continue reading Display a button under the “Add to CArt” button on the PDP page

Analysis of Creating Assembly item using the script

The Assembly item was successfully created by suing the script, but it was not getting displayed on the website even though its ‘display in website’ ID is true and the inactive field is false. The assembly items created were categorized as “uncategorized,” which results in them being hidden from the website, which was due to… Continue reading Analysis of Creating Assembly item using the script

Update JSON file stored in the Netsuite fileCabinet with Promotion Details

The function updateJsonFile has been implemented to update the promotional details of an item in a JSON file stored in the NetSuite File Cabinet. Below is a summary of the functionality: Loading the JSON File: The JSON file is loaded using file.load() with the specific file ID (8381704). The contents are parsed to extract the… Continue reading Update JSON file stored in the Netsuite fileCabinet with Promotion Details

Promotion Details in to the item record

To get the promotion details upon creation and edit of the promotion and save the details of the promotion on the corresponding item record. A user event script that runs after a record is submitted. It handles both the creation/editing and deletion of promotion records, updating related item records accordingly. Key Points: Script Definition: The… Continue reading Promotion Details in to the item record

Proposal For Implementing Quote Creation Feature in SCMA Webstore

Proposal Summary    This proposal outlines the scope for implementing the feature to create quotes from the RIZE SCMA website. Requirement The requirement is to enhance the web store by adding an “Add to Quote” button within the portal, allowing customers to create quotes directly. This feature will enable customers to request quotes for selected… Continue reading Proposal For Implementing Quote Creation Feature in SCMA Webstore

Proposal For Disabling the Default Payment Cards

Requirement Currently, when customers add a new payment method on the web store, the “Default” checkbox is automatically selected, overwriting any existing default payment method. This auto-selection is causing issues for customers with terms-based billing, as it conflicts with their expected billing setup.  Implement a solution to prevent the “Default” checkbox from being automatically selected… Continue reading Proposal For Disabling the Default Payment Cards

Proposal For Displaying Promotional Price on SCMA Website

The SCMA website portal has implemented “automatic apply” promotions, which apply promotional prices or discounts automatically without requiring coupon codes. The client requires that promotional prices be displayed in both the shopping cart and on custom item listing pages. Ideally, the display would include options to strike through the regular price or label the promotional… Continue reading Proposal For Displaying Promotional Price on SCMA Website

Dynamic Budget Calculations in the Cart Page

Overview This document outlines the implementation of dynamic budget calculations for item groups within the shopping cart, along with the development and enhancement of real-time budget updates. It captures all code modifications related to the project. Implement dynamic budget calculations for each item group and ensure the real-time update of the remaining balance in the… Continue reading Dynamic Budget Calculations in the Cart Page

Real-Time Item Category-Based Budget Calculation in Header of the GoodEarth Website

Requirement To improve the accuracy and visibility of budget details on the GoodEarth website, this task involves two primary objectives: Real-Time Data Update: Implement backend functionality to enable real-time updates for item group balances. This ensures users see current, accurate budget information as it changes. Solution Overview The solution consists of the following components: Backend… Continue reading Real-Time Item Category-Based Budget Calculation in Header of the GoodEarth Website