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!

JPrice Bronze Medal

Comments

  • 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 &lt;meta http-equiv="Content-Security-Policy" content="default-src 'self'; child-src 'self'"&gt; 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. &lt;script language="javascript" type="2fe00137085fc61af44a46c4-text/javascript"&gt; 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
  • Yeah, NetSuite won't even help me - they just closed the ticket and gave me a scripted response; even as going as far as not getting my name right.
  • That sucks. When is NetSuite going to be modern? lol.
  • Did you remove any redirects for this URL that you may have added recently and flush the cache in Cloudflare before testing? http://www.flexibleassembly.com/empty.html (insecure) should return a blank page. Out of the box, Netsuite returns a barebones HTML page (I think it's something to do with their user tracking). If…
  • https://www.flexibleassembly.com/empty.html generates a 301 redirect to your non-https site at http://www.flexibleassembly.com I'd try uploading a blank HTML page in your root folder, so it appears at https://www.flexibleassembly.com/empty.html. Hopefully, Cloudflare should serve this using https, stopping the redirect.…
  • apparently, NetSuite doesn't support an "sTemplateFooter" according to a support email I received.
  • I never used the formula field before, but I might need to in order to post the data right. Does NS provide any SuiteAnswers on this?
  • That did it, thanks! I tested it and had my CS do the same. we're good to go!!
  • The field we're using is under "custbody22"
  • thanks, I managed to pull it off. I got the percentage to work as well! [CODE] //<%=getAttribute('item','382798','pricelevel1')%> var basPrc = "$9800"; var onlnPrc = "<%=getAttribute('item','382798','salesprice')%>"; //<%=getAttribute('item','382798','dontshowprice')%> var CallForPrice =…
  • it seems that it is, or we're going to have to make it an inventory item specific to compressors. in our spreadsheet we have the compressor ID, it's price, then the install kit price.
  • That would be nice if they could, every time I ask them something - they send me the same scripted response because we're "self-service". That's the main reason why I came over here instead of sending them a ticket.
  • Tried that, we have over 100,000 items in our system. NetSuite doesn't offer enough code to help us automate categories of data. instead, they tell you to individually create a page for each item.
  • Yes, it really is. There are a lot of features that should come standard with NetSuite - look at the other Ecommerce platforms, they're more affordable and have more integrations. In order for NS stores to strive, and remain profitable - this is what we need immediately. 1. Site-wide HTTPS 2. Faceted Search 3. Product…
  • Hopefully, it releases in January of 2017. Things like this, and other enhancements have been in circulation for years. It's long overdue.
  • well, i learned it's a "yes" or "no" statement so I did this, and it works! for the most part - it requires me to have the non-inventory items to have "don't show price" checked. var showprice = "&lt;%=getCurrentAttribute('item','dontshowprice')%&gt;"; if (showprice == "Yes") { seriesItmsHTML = seriesItmsHTML +…
  • Thanks! I looked at this, ran the report and this is the response I got - as opposed to symantec's verisign sub Verisign 3/19/2015 10:11 knowledge.verisign.com uses the following services: SITE NAME:knowledge.verisign.comSSL CERTIFICATE STATUS:Valid (Jan 10, 2014 to Jan 11, 2016)COMPANY/ ORGANIZATION: Symantec Corporation…
  • Hey Aaron, What we did was buy the SSL Seal, and installed it onto flexibleassembly.com I didn't like how the results of "flexibleassemblystore.securedcheckout.com" looked, it wasn't detailed enough nor did it feel trustworthy enough for a customer to believe that we're secure. It's unfortunate that we can't secure the…
  • I was suggested this workaround: As a workaround, you may try this customized Sales Tax on Sales Detail report. Please see steps below: 1. Go to Reports > Sales Tax US > Sales Tax on Sales > Detail > Customize Detail. 2. Under the Edit Columns section, move the Tax Code column to the first column. 3. Preview or Save.…