My Stuff
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.
Comments
-
Hello @Micah Timbol-Oracle , It would seem that I would have to edit the add-to-cart function on the shopping.js With creating the click event, that is where I would have to write a copy of the add-to-cart function and include my custom code there.
-
Hello @Micah Timbol-Oracle Would it be possible? I need to have a resolution by Thursday, otherwise we have to go another path.
-
Hello Leonard, I believe we are using SCA 2020.2 In this scenario, I want to use expressions to display the commerce category a certain way. I located a readme file and it told how I can access the web dev console, and then use the nlapi commands that were listed. I was able to successfully load my custom fields onto my…
-
Hello again @Leonard Mallare-Oracle , Currently following this article Create a new module in the Modules/third_parties folder to store your new module. In that module folder create your helper adder. Basically you should follow Netsuite's lead on this. Find the HandlebarsExtras.js in the SuiteCommerce modules folder. At a…
-
Thanks, I was actually trying this from the product_details_quantity.tpl file This is going to be a learning curb for me. As I may need to learn how to request data from NS
-
Hello, Sorry for the late response. The data that am handing is sensitive; I cannot share this information. But I can give you exact steps into everything that I had done so far to try and accomplish this. The scenario is that I have three alternate price levels alternate price 1 alternate price 2 alternate price 3 If I…
-
Thanks! I'll get this started and see where it goes.
-
Thanks! the link does not appear to work, URL reads unsafe:Set Up SCA Developer Tools
-
Very strange, I don't have a commons folder in my environment. I also have multiple development folders and neither of them contain that folder. Is there a bundle or anything I would need for that?
-
Thanks! I began searching for the Categories.Model.ts, but I was unable to locate the file. I don't seem to have .ts files
-
Perfect! I'll give this a try today and see what happens. Is this compatible with SuiteCommerce Basic Theme v. 2020.2.1 and/or SCA v. 2020.2.7?
-
This is a representation of the end result I am trying to accomplish, I mapped the location of content for orientation. I hope that is as understanding as the explanation.
-
Sales Price is the "Online Price", going to be using this to pull a product feed carrying the savings %
-
Just tried it, the field pulls blank data. Do I need to have the base price in my product feed as well in order for the formula to work? the item field has the formula code, "formula" is checked and I unchecked "store value"
-
I'm looking to create a review record type, I have the necessary fields made and I now need to create an online customer form for us to moderate and add to the record. I'll most likely need to create new fields to receive the email. Could I uncheck "create customers as companies", "Allow update", "allow update on customer…
-
Thanks! I just found that. I'd like to use my own custom code, I referenced the necessary values for the "name" of the forms and it tells me I need <NLNAME>, etc. Is there a way around that? I don't want to use NetSuite's form code; old and outdated. I'll wrap the form tags, it's just the inputs.
-
Not at all, I just want to be emailed the information I require; no updating an existing customer record. If I can't go through the online customer form, I have to go through a third-party. I would program the email script in PHP myself, but NetSuite doesn't currently support PHP.
-
Are you using "native" SiteBuilder Checkout or are you using any version of "Reference Checkout" (ssp)? In case you are not using native SiteBuilder the code you are trying to implement won´t work. Don't think so, we're using the reference checkout via dev-vinson. However, we are planning to move to Kilimanjaro.
-
What's odd is that it's affected on one site and not the other. Why? NetSuite has been dodging that question from me too. I changed the themes to confirm that it wasn't my code. Yeah, my lock icon isn't broken - but I have customers that encounter this and they cannot do anything. NetSuite suggests that I tell them to edit…
-
Sitebuilder inserts the frame as part of the standard functionality. As with your other CSS query, you need to go into Cloudflare's options and set the Crypto > 'Automatic HTTPs Rewrites' option to on. They are enabled [LIST] [*]I am using cloudflare, "always use https" and "automatic https rewrites" are enabled. [/LIST]
-
GOT IT!!! utilized this tag! <meta http-equiv="Content-Security-Policy" content="child-src 'self'; <netsuite form url>">
-
I've been trying this tag <meta http-equiv="Content-Security-Policy" content="default-src 'self'; child-src 'self'"> It winds up duplicating my page content into the header, anyone know a way around that?
-
I stumbled across a piece of code that seems to resolve the issue, however, it kills my CSS <meta http-equiv="Content-Security-Policy" content="default-src https://www.flexibleassembly.com; child-src 'none'; object-src 'none'"> Anyone know how I could keep this simple? When I paste it into my <head> section, it duplicates…
-
If nothing else works can you remove that element altogether with some Javascript since it seems not to be needed? I've tried that, but then I get the same error but it goes one line below the iframe. Going after this script. <script language="javascript" type="2fe00137085fc61af44a46c4-text/javascript"> var i=new…
-
This may be a long shot but can you try an http to https redirect in NetSuite specifically for that file using the redirect page? http://www.flexibleassembly.com/empty.html to https://www.flexibleassembly.com/empty.html Just did it in cloudflare, it doesn't appear to work.
-
Shoot that make sense since the element already loads first. Not sure if there is an event that executes after the element has been rendered but before the file has been sourced. Just out of curiosity is this error causing any issues other than the nasty console message? It's not allowing some of my customers to properly…
-
Looking at dev tools it seems to be an iFrame trying to load /empty.html . The relative path is probably going to use http since it is SiteBuilder. I just saw that too, I don't know where this is coming from. It's below my footer and this isn't in the footer of my theme either Here's something, I checked one of my other…
-
Just to be sure, this is for SiteBuilder correct? Yes it is! Should've said that in the initial post.
-
I also reached out to NetSuite, they obviously were not reading my ticket. As the iframe was embedded beneath the theme's footer - where it cannot be accessed. They gave me irrelevant Answer IDs and random dev articles on how to fix mixed content. How am I to fix something that I cannot access?
-
Well, it did work to an extent. We still got customers unable to access the site; specifically wen they go to register