My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Comments
-
I see. Thanks for the feedback. I have read the one site responsive design increases page load time and decreases search engine visibility due robots crawling all the code on a single page...You have to wonder why companies like amazon, homedepot, and other big brands are still hosting a 2nd mobile version.
-
I use nlapiCreateSearch or nlapiLoadSearch, then runSearch to get a result set that can be paginated. Example: var SLICE_LIMIT = 1000; var search = nlapiCreateSearch(type, filters, columns); var resultset = search.runSearch(); var results = []; var index = 0; do { var subset = resultset.getResults(index, index+1000); if (…
-
You can actually have your netsuite software reuse the same products and that will save you alot of time. Templates and tags are easy to duplicate to as well as other files like css.
-
Thanks I did that and it still doesnt work properly. It shows both of them at the bottom on top of each other ??
-
You ever get this to work?
-
Bump...please someone help??? I have been trying to get this to work for weeks....:(
-
If you wanted to display that pagination above and below your items how what would you add to the code to do that? In reference to: cantalupiusa.com/Products/Architectural-ETL-Downlights/ Thanks,
-
Hey I appreciate your help. So the code would like something like this correct? [CODE]$( ".pagination" ).clone().appendTo( ".breadcrown" );[/CODE] Do i just insert that code into the template as is? Here is what I am thinking it will look like in the code of my template: [CODE]<!--- Template_category_list ---> <td>…
-
Bump...please someone help??? I have been trying to get this to work for weeks.
-
Hello again, There are few ways to do this. I normally place the links to my css in a Netsuite tag (i.e. <CSS_URL> ). You can create a tag by going here: Setup > SiteBuilder > Tags > New Then I refer to the tag within the General Tab > Addition to Head section. Please see the image below: It is important to note that the…
-
Hello, Yes, definitely. I usually upload my css in Netsuite's File Cabinet. I then refer to my style-sheet in the header portion of the theme record. Here is how you can access the file cabinet: Documents > Files > File Cabinet. Please see the path in my image where I usually create my 'css' folder. Good luck! Thank you…
-
About a month ago our customers started calling reporting shipping methods selected during checkout were not working and we still have the problem. I tested it today several times and they told us about a week ago that it was because we are using a custom theme and that when they tested it with the non-custom theme the…
-
that doesn't make it a matrix item.
-
bump. Did anyone get this fixed? We don't get rates for Arizona and our customer service has to enter in each time an order from that state comes in.