My Stuff
Community Articles: What Topic Should We Cover Next? Your idea could be our next feature—drop your suggestion now and spark the next big discussion!
Comments
-
Hello @Richard James Uri-Oracle , Yes! I saved the templates under my theme Modules -> Facets -> Templates and deployed. I went to the config after reactivating the theme, and the templates didn't appear.
-
Hello @Leonard Mallare-Oracle Update: I managed to tuck the code into the facets_facet_browse.tpl file I used the {{keywords}} handlebar to get this to work! <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "WebSite", "url": "site.com", "potentialAction": { "@type": "SearchAction", "target":…
-
Hello Leonard, I think that I may have found what I needed, I went to the itemsearcher_item.tpl I'll try to integrate the JSON here. as I have the handlebar {{currentQuery}} { "@context": "https://schema.org", "@type": "WebSite", "url": "https://www.site.com", "potentialAction": { "@type": "SearchAction", "target":…
-
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.