-
Page Break Inside a Table Row? (Advanced PDF)
Occasionally we get very long descriptions for our Estimate (which we call "Quotes") item descriptions, which causes—when printed—that row in the PDF to end up on its own page, like below: Is there a way that we can make the row break across the page boundary so that part of it is on the first page and the rest on the…
-
"Submit button" on Online Customer Form taking so long to submit
Hello! I have built an online customer form for our team using CSS code and everything does seem to be working. However, when I click the submit button it takes 7 - 10 seconds for the screen to load and there's almost no indication that the form was submitted (i.e. no loading icons.) Is there something in the CSS code that…
-
How to avoid loosing quality of your logo when resizing in Advanced PDF/HTML?
Per advised you can upload your logo in your company profile with the fix image, so you don't have to resize. However, in some circumstances we need to resize the image in our template. Any suggestions? Or best practice
-
<p> text no showing on website as it is in the back end of netsuite
Hello, In the backend of NetSuite for the Detailed Description area, Netsuite updated the feild to a better rich text which can do coding and such now, When I put the <p> for text, it adds spaces in between the text. There are no spaces on the website as it looks like the <p> tag is not speced correctly. This is coming out…
-
How to Utilize HTML/CSS in a Saved Search?
I saw an article on the Internet that said that by utilizing HTML/CSS in a saved search, it is possible to output the results in a more visually pleasing manner than in a normal setting. Is it possible to utilize HTML/CSS in a saved search? Do you have any samples of how that would be done, for example, and how it would be…
-
Split text with specific number of characters by advanced PDF
Hello all, I need to know what freemarker should I use to split text to go for the next line for a specific number of characters. Thanks
-
How can I make a striping table rows in Adv PDF templates?
Hi experts, Anyone experienced adding striped table rows on their Adv. PDF templates? I tried using nth-child() selector for CSS but It only applies the BG color to every cell in every table even if I set bg colors for odd/even rows. I have also looked on this article from the help center:…
-
Is the Bootstrap Grid standard in SuiteCommerce Advanced shoppping CSS?
Hello, I noticed that in our shopping.css file of our theme, there appears to be classes related to the bootstrap grid structure. classes include: .container .container-fluid .row . col-lg-* .col-md-* .col-sm-* Is this all the bootstrap code that was integrated into the shopping.css? On our theme, we're initially working…
-
Way to call netsuite field in SMT script javascript
Looking to add a css text box with text to the PDP page. I want to do it only if a specific field in Netsuite is checked, which is visible through the fieldsets on the website. Is there a way to do this through SMT or are extensions the only way? I have not been able to figure out how to get to the variable in netsuite…
-
HTML edit mode messes up imported scripts
Hello, I am new to NetSuite and I am importing a javascript and a css file inside a tab's content area in HTML mode. When I save and enter edit mode again, the import code has been kind of scrambled and instead of let's say: "<link rel="stylesheet" href="/site/storage-estimator/StorageEstimator.css" type="text/css" />" the…