Jira No: TAIP-673 Requirements Change home page round images with the new Square images Solution We need to add the images to Netsuite Account and the new image path need to be updated in the template file and do the UI responsiveness Budget and Time Description Time Required Development 2 Testing and Documentaion 1h Total… Continue reading Oneweld – Home page Images Changes
Month: June 2021
Megamenu – 301 redirects for updated URLs
During the update of the mega menu, we have updated the URL and name of several categories. The URL of the items included in this category also has to update with the new updated category name. Need to set up 301 redirects for all these items.Jira code: SQUIP-403 Requirement 1) Need to update the URL… Continue reading Megamenu – 301 redirects for updated URLs
EDI Connection for 940 and 945 (Canada Cartage)
EDI Connection for 940 and 945 (Canada Cartage)
Price List Update
Custom Price List Update
Categories, products, images push from SB to production
To add the categories, items, and images to production for the pure care website.Jira Number: PCIC-519 Requirement 1. Add the updated categories and newly added categories in the sandbox to production along with the images added in the category record.2. Add each item to the categories correctly.3. All the images from the sandbox to be… Continue reading Categories, products, images push from SB to production
Reallocate Item Page Restriction
MAR 682 Requirement Restrict the employees from accessing the Reallocate Items page in Netsuite Solution This can be achieved by triggering a user event script on beforeLoad() /*Version : 1.0Script : User event scriptScript Deployment: REALLOCATE ITEMThis script summarises that only allowed employees have access to reallocate items others are being restricted.*///triggers on before loading… Continue reading Reallocate Item Page Restriction
SuiteScript’s TimeZone behaviour
-> Netsuite uses PDT timezone for time functions(new Date(),Moment.js etc) in Server side. -> In client scripts it uses the time zone of the User (Browser side) -> In saved search loaded in script it generally shows the time based on the (Company preferences) Related posts https://blog.prolecto.com/2015/01/30/netsuite-server-side-timezone-settings/
Add a new button to the checkout
RequirementAdd the “Continue” button below the order summary section. As default, the continue button in checkout appears at the bottom of the page SolutionUse extensiblity API checkout module:
ERR: … is not defined
Sometimes when you call third party libraries to your website or webpage you may get an error in console like “…. is not defined”. For example if I try to add owl carousel to the website, I should add the script tag and use the function owlCarousel({ params }) in the code, and when I… Continue reading ERR: … is not defined
Online Customer Forms
The online customer form is used to create leads to NetSuite. The form can be put in different ways such as proving the form external URL for using as webpage, as an iframe to use it as section in webpage. The below steps are done to use the online customer form as an iframe Go… Continue reading Online Customer Forms