Login Email Address Appears in the Password Reset URL

Applies to SuiteCommerce Advanced | Elbrus This patch adds a method named sendPasswordRetrievalEmail2(), included in Kilimanjaro and later implementations of SuiteCommerce Advanced. Located in the Commerce API, sendPasswordRetrievalEmail2() generates a password reset email message. For added security, the original login email address for the customer does not appear in the password reset URL generated by this method. Other… Continue reading Login Email Address Appears in the Password Reset URL

Upcoming Changes to Digital Certificate Configuration

This notice applies to customers who have the LATAM E-Document Certification SuiteApp installed in your account. What is Changing? On January 8, 2025, Oracle NetSuite will update the configuration process for digital certificates used to sign e-documents with the LATAM E-Document Certification SuiteApp. The new Digital Certificate field will enable you to select the certificate you want… Continue reading Upcoming Changes to Digital Certificate Configuration

Add a Message Section on Checkout Page

To add a new message section under the “Order Summary” and “Promo Code” section on the checkout page. This message will provide a contact number for customers to call in case they face any issues during checkout. The message will always be displayed. Solution: Added a new help message section under <section id=”wizard-step-content-right”></section> to provide… Continue reading Add a Message Section on Checkout Page

Checkmark UI Issue

We need to resolve the issue with the checkbox tick mark on the wholesale application page for mobile devices. The tick mark overlaps the page when users click on the checkbox in the wholesale application page on mobile devices. The tick mark uses Unicode, which doesn’t render properly on Apple devices and certain mobile devices.… Continue reading Checkmark UI Issue

SCA Speed Up Activation of Themes and Extensions

When activating a Theme or Extensions, there may be instances where the activation process fails, resulting in errors such as ‘Job Execution time exceeded‘. This may require you to delete SC ExtMech To Process records, which could also impact the activation for a specific domain.  To address this, you can set the Priority of SC Extension Management Map Reduce Scripts to High.  To… Continue reading SCA Speed Up Activation of Themes and Extensions

Hide Content with an Expander

Adding an Expander The only changes required are to the template and Sass. First, you should start by creating a container element for your expander. This needs to contain two children: a ‘head’ element, which is what always shows and will trigger the expansion when clicked, and a ‘body’ element which is what shows when… Continue reading Hide Content with an Expander

Adding a New Custom Entity Field to the Registration Form

LoginRegisterPage This component aims to do two things: Make it easier to add new fields to the login and registration forms so you can capture custom field data Enable you to add custom code that fires before login/registration, or after registration An easy illustration of this might be when the business wants to get their… Continue reading Adding a New Custom Entity Field to the Registration Form

jQuery Promises and Deferred Objects

At the core of how SuiteCommerce Advanced works are AJAX calls. Asynchronously, requests to send and receive data are made to and from NetSuite while the frontend waits. If we didn’t use async JavaScript, this waiting could be blocking: that is, the user would be stuck, unable to do anything until the call is resolved.… Continue reading jQuery Promises and Deferred Objects

Resolve Error 404 When a Query String is Added to a URL Redirect

Users may encounter a 404 query string error when creating a URL redirect. Since wildcards are now supported in 2014.1, the asterisk(*) character may now be added to the Redirect Setup. Solution Navigate to Commerce > Hosting > Redirects Redirect: Click Edit Change Redirect details: Protocol: http:// Domain: www.yourdomain.com Redirect from URL: /Item* Redirect to URL: http://www.yourdomain.com/Item_WebStore 4.Click Save This time, the URL http://www.yourdomain.com/Item?test=1 will now redirect… Continue reading Resolve Error 404 When a Query String is Added to a URL Redirect