Minha área
Please note that on Friday, September 19, 2025, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Comentários
-
We want to offer a 3% discount for our customers that choose to pay by check. We created a PayByCheck term, that allows users to select that term and checkout. We provide information on how to pay by check on the review screen, and the confirmation screen. Also in the confirmation email. Though we can easily update the…
-
Ivy Thank you for your extremely detailed response. In my 20+ years of working on NetSuite websites, this is by far the most detailed and helpful response I've ever seen. I usually figure things out my self, but this one stumped me. Thank you very much
-
Hi. Was working on something other site for a few days. I'm back on this issue now... Yes, it is still an issue, but I think I may be able to work something out. I was only told about it from an email from Meta, and if I look in the GA page views, we can see URLs with emails that contain an email. Not that many, but enough…
-
Leonard Thanks for replying. I don't think we can remove the -thumb.jpg images at this point.I personally don't deal with the site product images. After the NetSuite rep advised us to use -thumb.jpg those that do went through and created the 100,000s of images needed. I don't want to tell them that was a waste of time. :-)…
-
Assuming I understand the request properly... I did this for someone else a few years ago using a series of SuiteScripts that runs each day. They needed to have a specific value in a custom item field that is used on in various templates on their site. The script grabs the value from the specified price level, turns it…
-
Joahnna Thanks for replying. Last week we a bit busy with other clients. I cannot show you the record in question as it was erased. It had an id of custrecord22 and when turning off the checkbox to use web site template for fulfillment emails then an error message would display after saving the fulfillment that stated --…
-
Thanks Jeff. In preparation for contacting support I totally erased the SSP Application, and removed the bundle that for SiteBuilder Extensions - Kilimanjaro that my client had installed. Then made sure all the directories were erased. Then re-installed the bundle. The cart and checkout started working again. That at least…
-
Hi Jeff Thanks again for checking this. Turns out the problem we were seeing wasn't about the Node.js version but something else. In order to get past the issue I reported was to do the following: download the file, make the changes indicated in the SuiteAnswer, THEN run the npm install and gulp. I was doing that in a…
-
Jeff Darn. Yes, I did download the file in the _Sources folder. Ran the install processes (NPM Install and Gulp) to create the needed files. Then made the changes as specified in the SuiteAnswer. And checked and checked and checked that I did everything correctly. One thing. Does it matter which version of Node I have…
-
Jeff Thanks for the sample scripts. I have a few questions, if you don't mind. 1 - Where do I find the Categories.Model.js ? I know it is in the SiteBuilder Extensions -- Categories@3.0.4 -- javaScript folder, but I'm needing this for SCA 20.2. I see that file as a compiled file in the LocalDistributionAdvanced but no…
-
Jeff Thanks for your reply. A few additional questions: 1 - Can I have more than one item list theme template per site? We need totally different layouts and content display based on the category contents. If so, how do indicate which theme template to use in the category record? 2 - I see that if I create items in the…
-
Turns out --- after much more consultation --- SCA 2020.2 doesn't need to do anything like what I mentioned above. It just needed one tweak on the setup we were missing. I do have other questions about customizing so I'll create another post.
-
One more thing... I reported above that when I downloaded the SCA zip file from _Source and tried to install npm I kept getting the error message that underscore was not found. Our SCA was updated to version 2020.2.6 and I downloaded the new zip file. That version does not give the error and npm installs fine. I'm good to…
-
Jeff Yes. That was it! The distro.json file. The instructions in the NSSSD.js file were not clear to me. Maybe I need new glasses. Also, the NSSSD.js pdf is not really clear where to add the tasksConfig but you were much more clear and helpful. I started from scratch, activating and downloading everything once again. Then…
-
Jeff To answer your questions: 1 - 343577 version 2020.2.1 I notice there is an update to it which I'll apply after this post. 2 - SCA 2020.2.4 I notice that this one can be updated, too. We had to install and uninstall a few times to get it to actually install properly. 3 - ThemeDevelopmentTools-20.2.1.zip 4 - Node.js…
-
Jeff / Mikko This is the URL I am using to access shopping-local.ssp which then becomes https://www.flexibleindustrial.com/store/shopping-local.ssp www.flexibleindustrial.com is the test domain we are using. Its security certificate is set in NetSuite and is set for both the site and checkout for the SCA site domain. You…
-
HI, this is Sam Wuebben from Wuebben Design. I was an active member of the old NS community, having joined in 2006. I've been working exclusively with NetSuite SiteBuilder users since 2004, creating unique website experiences. My expertise is adding functionality to a NetSuite SiteBuilder website for special purposes via…
-
Andrea - Thanks for the comment. Yes, I did compare the two but really its the same files, just different user access that caused the one to have the error. Which got me thinking about exactly what I was doing when it did work. So, I put on my lucky coding shirt and made some poison ivy tea that I was drinking at the time.…
-
Sometimes when I don't get the content I expect on a customer field using getValue I do get the content using getText. Though I usually don't see a null on getValue when the getText displays content, it could be worth a try in your instance. Hope this helps Sam W.
-
Just so happens I wrote a module that I can add to any NetSuite website customer center (My Account) that specifically allows invoices to be viewed and printed out. It took me quite a while to figure out how to make a Print button, but I did work it out. If you need to read about it you can see it on my website at: www dot…
-
I'm not sure I understand the follow-up questions you are asking but... I didn't create a custom record. 'sitecategory' is a NetSuite support type of record, as far as I can tell. the catParm is just the parameter contained within the URL and is the site categories internal ID. I only put in that code to show what I'm…
-
SanathNS Thanks for responding. It looks like nlapiLoadFile(id) does what I need. Well at least it's a start. Thanks for pointing me in the right direction.