My Stuff
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
Intelligent Payment Automation version 1.0.3 is now available in the SuiteApp Marketplace. The SuiteApp, powered by BILL, lets you automate payments, manage vendor details, and bank account information within NetSuite. Learn more
No Limits. Just possibilities.
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
Comments
-
Hello @Leonard Mallare-Oracle Thanks! Sorry for the late reply. Been a crash course with learning everything. I managed to get it to work by adding my script into the development subtab, and then adding the script on the Shopping.ssp and Shopping-local.ssp pages. That seems to be my best workaround, next thing would be to…
-
Hello @Leonard Mallare-Oracle , I tend to add the script just below the dataview div. I did try to add it via script src defer and async, nothing. Do I need to run a script deployment for it to run on the PDP?
-
When doing a custom HTML form, thus adding your own HTML. You'll be able to add a stylesheet link rel. I have done this for all my online forms.
-
@Leonard Mallare-Oracle I managed to use CSS to override the max width on the bx-wrapper. However, I still am unable to successfully write a script that selects anything within the related.items childview.
-
Thanks! I know that the code works, but for some reason, if I am targeting something that's stemming from a childview, such as related.items, it won't work. Edit: I did use JQuery to edit the product custom fields childview, that worked! It seems to only be the related items childview. I also tried adding the script at…
-
Creating the script is the first thing, but where would I start? The articles give me something to work with, but it doesn't tell me where to begin.
-
Hello @Ivy Lopez-Oracle @Leonard Mallare-Oracle , Any guidance would be greatly appreciated. I can code up the TPL files and necessary HTML going. Could I follow the linkedin article and run it? This is what I have for the JS so far. var pdp = container.getComponent("PDP"); var iteminfo = pdp.getItemInfo(); if(pdp) {…
-
Hello @Leonard Mallare-Oracle , What about matrix items? would I be able to create a checkbox list with it? https://suiteanswers.custhelp.com/app/answers/detail/a_id/28202/loc/en_US
-
Thanks! Having the grid does indeed help very much. That's the one I am most interested in, was that we can at least establish a grid layout effectively and then work within it.
-
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>">