Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Body tag attributes in website Themes
We are having trouble with our customer center showing the navigation in the show orders screen that normally shows up at the bottom in the event that the customer has more than one page worth of orders.
Previously we had solved this problem by overloading the CSS according to the following thread we posted a few months ago.
https://usergroup.netsuite.com/users/showthread.php?t=11738&page=3&highlight=visibility%3Ahidden
For the full solution, please refer to the above post, but in short, we created something along the lines of this:
function adjustLowerPanel() {
var myRater2 = document.getElementById("div__footer");
myRater2.removeAttribute("style");