Make a payment

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

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

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