We have to add password protected feature for a domain. Since the account is multidomain we cannot directly enable the password protect feature of website record.So we can the password protect feature by creating an extension to redirect the user from the home page to the new page with Login Button. The new page will… Continue reading Password Protected Feature
Author: Sruthy krishna
To obtain Order details from the Back end
We can order details such as items that we are added to cart, and the summary details and all the item details using the getFieldValues method on the ModelsInit model. We can pass the parameter to retrieve the particular type of fields. The code is given below: This will return all the fields on the… Continue reading To obtain Order details from the Back end
custom price level using the custom field in the item record
create the custom price level using the custom field in the item record Use Price Levels Feature The Price Levels feature in NetSuite allows to set multiple price levels for the items. We can create new price levels and then use our custom field to set the prices for each level. To use our custom… Continue reading custom price level using the custom field in the item record
Set the order of size option in PDP page
Updated the size of the matrix option on the PDP page to display it in the ascending order. The new order now displaying is SM, MD, LG, XL, 2X, 3X, 4X, 5X, 6X. Created an extension named setMatrixOrder with version 1.0.0 and vendor name JJ to perform the update. Extended the ‘ProductViews.Option.View’ to update the… Continue reading Set the order of size option in PDP page
Display Commerce category on the webstore according to the value of custom domain field
A new custom field named domain is created in the commerce category record to select the multiple domains. We can update the domain field from the commerce category record. Each commerce category will display only the selected domains in the commerce category record. For example, here we have selected the domain Rent-A-Center® Shop Now in… Continue reading Display Commerce category on the webstore according to the value of custom domain field
PROPOSAL FOR ADD CUSTOM FIELDS IN CUSTOMER, SALES ORDER, CASE & CATEGORY RECORD
Proposal Summary This proposal covers implementing new fields in the customer, case, and sales order record to specify from which website the customer, case, and sales order is generated respectively and to create a multi-select custom field in the commerce category to specify the domains to which the category needs to be displayed in the… Continue reading PROPOSAL FOR ADD CUSTOM FIELDS IN CUSTOMER, SALES ORDER, CASE & CATEGORY RECORD
Prerequisites for Product feed
A product feed contains a list of items and their attributes that can be used by third-party solutions for marketing purposes. We can use product feeds to advertise our products in marketplaces, shopping channels, and product comparison search engines. The SuiteCommerce Product Feeds extension used to create product feeds for the following services: Google Shopping… Continue reading Prerequisites for Product feed
Add edit option for shipping address in the quote review page
We can add the functionality to edit the ship address on the quote review page of the website. This can be performed by creating an extension. The selected shipping address id will be set in the quote record. it will not be changed even we update the address. We will use this id to show… Continue reading Add edit option for shipping address in the quote review page
Custom fields of customer record
We can access the value of the custom fields from the customer record using the API call. This will help to return the custom entity values of the customer record.
Proposal For Adding Related Products in Platinum website
Proposal Summary This proposal covers the scope of adding related product section in Product detailed page on Platinum website. Requirement Requirement is to adding related product section in Product detailed page on Platinum website. In Product detailed page of platinum website it is required to add related products under the “Add to Order ” button.… Continue reading Proposal For Adding Related Products in Platinum website