Basically, if we enter special instructions line by line, it will show as plain text. We can use this solution to show it as plain text if we enter it as plain text and line text if we enter it as line by line in the text area. WE will store the instruction text in… Continue reading How to show the special instructions in plain text and line text based on how we enter the text area of the input
Author: Rajesha Jagadeesh
How to create a special instruction section in the order approval section or purchase history and make it editable in the respective sales order
We can use this solution to add or edit the special instructions to a sales order from the website when the order is still in pending. JavaScript: View File: Template: SCSS:
How to customize return authorization in the MyAccount section by adding custom form fields
We can use this solution to customize return authorization in the MyAccount section by adding customized form fields. JavaScript: Entry Point: Template: jj_return_authorization_form.tpl jj_return_authorization.tpl jj_transaction_line_views_cell_selectable_actionable_navigable.tpl Suite Script:
How to deploy the SSP backup files to the SSP application in SCA 2019 and above versions
We can use this solution to deploy the SSP application backup files to the SSP of the current website in the SCA 2019 and above versions Step 1:Get the latest backup file of the SSP applications by navigating to SSP folder > backup and select the latest file and download. Step 2:unzip the file and… Continue reading How to deploy the SSP backup files to the SSP application in SCA 2019 and above versions
How to show the items based on the subsidiary in PLP page using search API without causing a break in page numbers and page count
We can use this solution to show only the items that are available in the customer subsidiary without causing a page break or item count break.
How to remove items from the Save Later section that are not in the customer’s registered subsidiary
By using this solution we can remove the items in the customers cart page that are not available in customer registred subsidary.
How to remove a specific item option from the Picking and Printing Ticket PDF
In the NetSuite Sales Order’s Printing Picking Ticket PDF, if we don’t need the unwanted item options, we can use this solution in Suitelet to remove the item options. In the User Event Script of the printing picking ticket function add the below codes to reject the ‘PersonalizeImageURL’ and ‘PersonalizeOnline’.
Proposal for showing the uploaded Logo in the logo equivalent item and combined quantity price update.
This proposal covers How we can show the uploaded logo in the thumbnail of the logo equivalent item and show the correct combined quantity pricing in the quantity pricing list. Proposal Summary: This proposal covers the scope of adding the thumbnail image to the logo equivalent item that the customer uploaded and showing the correct… Continue reading Proposal for showing the uploaded Logo in the logo equivalent item and combined quantity price update.
Proposal for the recurring order
In this proposal we are recurring oder option in checkout page of SCA website. When a customer places an order with the recurring order option enabled, the same order will be placed with exact items and quantity within a fixed time interval. Requirement Need a feature that would be similar to a “subscription”, customers often… Continue reading Proposal for the recurring order
User Event script for the creating custom records for the recurring order
‘customrecord_jj_reorder_chekout_items’ is the record type that the custom record created. ‘custbody_jj_reorder_start_date’, ‘custbody_jj_reorder_end_date’ are the start and end dates of recurring orders.