Proposal Summary This proposal covers the development for the updates on Make a payment page in the SCA webstore for NICKOLLS & PERKS website. Requirement The ‘Make A Payment’ on my account page is causing issues as it doesn’t work properly. When a customer goes through to process of the payment of an invoice, it… Continue reading Make a payment
Author: Radhika R
Updating customer profile Api using node and graphql
Here we need to pass the customer email and token and the fields which are going to update.
Api to clear cart using node and graphql
This api used to remove all items from the cart.Here we pass the customer mail id and token .
sitemap api using node and graphql
How add a custom error message in Elbrus version
Add error message stripeErrorMessage: { errorCode: ‘ERR_STRIPE’, errorMessage: _(‘Card not created in stripe’).translate() } here we check the condition and if it is not satisfied will throw an error. result.done(function (model) { self.creditcardView = null; console.log(“this inside if result”, model) ProfileModel.getInstance().get(‘creditcards’).add(model, { silent: true });self.setCreditCard({ model: model });console.log(‘newold’, model.ccmemo) var new_temp = model.ccmemo; save_result.resolve(function ()… Continue reading How add a custom error message in Elbrus version
Add Name of Primary Contact on Email Template
requirement is when a user wants to add the name of a primary contact to an email template, the below code can be used.
Proposal For Enhancement request for Order page, Form Validation , and PDP page of the website
Proposal Summary This proposal covers the development of enhancement request for Order page, Form Validation, and PDP page of The Artina Group website. Requirement Website URL Sandbox: https://www.artinasb.tk/ Display the new “Upload Check Copy” button on the order confirmation screen. Can we can change the form validation to highlight the entire field in red instead… Continue reading Proposal For Enhancement request for Order page, Form Validation , and PDP page of the website
How to attach a image on sales order communication tab
for image attachment nlapiAttachRecord(‘file’, checkImageId, ‘salesorder’, SOId); checkImageId is ther internalid of the image in the file cabinet if we want to add a email on ‘message’ on communication tab var records = new Object(); records[‘transaction’] = SOId; var emailSend = nlapiSendEmail(senderEmailToUse, setby, emailSubject, emailBody,null,null,records); here we need SOId is sales order internal id
How to get a custom value in profile model
For example we need to get the customer partner id which is a custom field. To get this field value we need to extend the profile model . Using these function we will get the custom field values in profile model.
How to customize the standard error messages in website
Go to Got error messages and and customization there. it will reflect in our website. For example