My Stuff
Comments
-
If you have it, the feature is called "advanced site customization" ... setup>company>enable features>website>advanced site customization -Kerrie
-
Yup - although, maybe you could get fancy with a server side include or a custom tag for the info item content that you then only have to update in one place.
-
I've noticed this error coming up a bit more frequently on many pages, not just the registration page, when navigating through a NetSuite site that I'm working on. I also happen to know the site is not off for routine matinenance. Many time the page is fine upon refresh....has this been happening to others? Anyone know why?
-
Perhaps you need a duplicate info item that can reside in each category?
-
Yes, the best way to do it is with a custom tag. I like to attach 2 stylesheets in the web theme - first link to a global stylesheet, second to a custom tag for a stylesheet that can be swapped out. That sheet will have additional rules or rules that override the global stylesheet. The default sheet I use for the custom…
-
That's odd...I haven't had that problem...maybe the templates are chosen incorrectly....2 <NLCOLUMNCONTENTS>? It's hard to say without looking at it.
-
OK, now I've hit the same problem MimiB....I have a title banner that I want to display on category and item lists....sometimes I just have subcategories, sometimes just items and sometimes a combo. I've coded it so the category list has the banner, but now when there are only items I need a version of the item list thas…
-
No, you're not crazy - I've seen this behavior before. Do you have a different template for your item list? I have found the best solution is to use the same template for both category list and item list layouts. This works for me.
-
Are you using custome templates? If so, you need to make sure you have the <NLPAGELINKS> tag somewhere in your logo and tabs template. I have also seen instances where a custom color theme is implemented and the links at the top are the same color as the background, thus not seen. You can rollover the top area to see if…
-
There is a selection drop down on the tabs called "welcome page portlet alignment". You need to choose whether to include the tab link - align left, align right, or not shown...perhaps you have them "no shown" HTH Kerrie
-
Yes, I have done it that way...some sort of a symbol or number. It would just be nice to not even have them there...maybe restrict the list view, or make the NS themes and templates be a "feature" to enable/disable. Does anyone know if there is an enhancement request for this? Thanks!
-
Its alittle hard to read the code and CSS, but there are a couple things I would look at, maybe you already know: -the box model for Firefox and IE are different, it even varies from IE version to version. Without a doctype the browser goes into quirks mode. Google IE box model for more info -long inbreakable…
-
Looks fine to me too - Mac and PC...perhaps there is an issue with the way your browser is set up....text sizes, resolution, zoom...?
-
I believe that tag inserts a table with another td with the class='headbarsub' - for white, add to your stylesheet: .headerbarsub {color:#FFF} or add it between <style></style> in your head section of your web theme. -Kerrie
-
Do you all add your GA script to the footer section in the templates? Is that the best place? -Kerrie
-
Mimi - I have a customer who has a url w/o the www. so I know it can be done for a subdomain...it sounds like a problem on the ISP end...there are other ways besides cname...aname I believe. I would ask your ISP w/ the NS guide on hand.
-
some of ours - linked from this page: http://www.intente.net/netsuite-web-stores.php Kerrie www.intente.net
-
You should create a custom item template with NS tags....see the guides. I use: <%=getCurrentAttribute("item","relateditemshtml")%> HTH Kerrie
-
In setup>website you can change what comes after shopping.netsuite.com/ , so it would become "shopping.netsuite.com/yourcompanyname". Works for the home page only...but then back to the dynamic URL. You can use the "descriptive URLS" feature and the URL will reflect the name of the tab/category/item you set up, but you…
-
There is a button "New Thread"
-
Do you mean the domain pointing/descriptive URL piece? Basically, you need to have a domain or subdomain pointed at NS...since you already have a domain outside of NS probably want to add a subdomain with your ISP and have it pointed to http://shopping.netsuite.com via Cname redirect or other...check the guides for…
-
Hi Andrew - What do you mean by "results"? If you mean verification results with Goodle web master tools, Google should be able to verify your site with a meta tag quickly...I've only done the verification with a file upload, but it was recognized by Google within seconds. It depends on how fast NetSuite refreshes the…
-
Thanks, Peter - perhaps later versions of CSS will address this or NS will add some functionality. -Kerrie
-
Could you use custom tags? I think each tag has a 4000 character limit...maybe you could put the tag in the description area.
-
Paul - You can do most of this but you need the site builder module. This will allow you to use NS tags and create custom web themes, basically create a custom site using the dynamic functions of NS. HTH Kerrie
-
Baruch - The 4000 character limit is still in place on the welcome tab "message" area....can we get it lifted there as well? For now still using the template strategy to add custom info. Thanks, Kerrie
-
Thanks, Baruch - that will save the need for the workarounds! -Kerrie
-
Hi Paul - You can integrate HTML pages hosted in NetSuite by enabling that feature (setup>company>enable features) and then using NetSuite tags within the HTML. The complete list is in the guides - the specific tag you would use for the customer center URL is <NLCUSTOMERCENTERURL> Use this in a link like so: <a…
-
Ken - here it is: Customer Care Case # is 556805 Issue 122693 Thanks, Kerrie
-
The other thing you could try is to get the url from the favicon.ico NS file directly and put that in.