My Stuff
Comments
-
Passing Google Analytics through to the secure pages is the challenge....even from a full NetSuite site. If anyone has expertise in this please email me! Thanks, Kerrie kerrie.kennedy@intente.net
-
to clarify more, they must have changed the status of "beta" to "new" for the latest script. I'd like to hear more about what is breaking with it or what it misses. Thanks
-
Update to this issue for those not familiar with the latest GA....I have found the new script offered by Google to work so far w/o errors....anyone else?
-
There is a section in the website guide that has information for "tags for information unavailable on records": (I believe this is the format) Welcome page image/flash url <%=getCurrentAttribute('site','welcomeimageurl')%> Welcome page image <img> tag or html <%=getCurrentAttribute('site','welcomeimagehtml')%> You may find…
-
Is any of this text available to be edited in setup>website>customize website text ? -Kerrie
-
OK, found my error - was in a custom tag.... the above instructions are correct! Just make an information item from the saved search before you can select it in the setup website area.
-
OK - hit a snag...in a hosted page I'm using the NS tag <NLPAGEFULLHEAD> as well as custom tags: <HEADER> which contains: <NLPAGELINKS> <NLCARTURL> <NLCHECKOUTURL> <NLCUSTOMERCENTERURL> <NLPAGETABS> <NLCRUMBTRAIL> and <FOOTER> I used the shopping.netsuite.com/pagename.html to view the page and found that the previous tab…
-
New items are added, as well as prices, store descriptions, promos, etc. change. Some custom fields. Thanks, Angela - I looked at the release notes available and it seems that the mass update revision will help some.
-
Thanks Alex - glad to know my thought process is correct. After thinking about it for a bit, I believe I can get it to work if I make all the paths absolute in my templates. I'm glad to know the NS tags don't care where the files are located. I was alittle worried since I have to make all the pages before the domain is…
-
Where/which template did you insert the code?
-
Do you have full NetSuite with site builder module? You can change alot of the settings by attachin a style sheet.
-
There were drop down selection lists in the web theme for choosing whether to show all tabs, current tab only, categories, items, etc....that is no longer in the web theme area since the updgrade....doesn't seem like it is a "new enhancement"....Is there a change in this area? Thanks.
-
If you've replaced the image correctly (DJ indicated how) then perhaps it has not been refreshed yet...try: setup>website>setup website and without changing anything click "save" then setup>company>setup domains and without chnaging anything click "save" then clear the cache in your browser... If that doesn't work, please…
-
So, since you added the code there, I assume you have the store set to display site navigatiion in setup>website. It looks like it actually repeats 4 times on the home page...maybe once for each of your 4 tabs? I'm wondering if on each of those 4 tabs you have set the "Welcome Page Portlet Alignment" set to align left. Try…
-
Locate your website hosting files>live hosting fiels>site folder - you can "add a file" there....then, in the web theme you are using add a link to your style sheet in the "addition to head" template area...the path would be /site/stylesheetname.css I'm not sure what the HTML context of those links are in your page, but…
-
Yes - we use it for matrix items....if I ghet a chance I'll look at it closer.
-
Hi Dave - The NS tag <NLCOLUMNCONTENTS> is calling the shopping cart portlet, search portlet, and the navigation portlet - options you have selected in setup website. Each of these portlets has code building the overall table structure of the left nav. I believe you could add a table row w/ table cell right before that…
-
You can add a right column by adding the code to your content template....you can swap out what is displayed there with a custom tag. -Kerrie
-
I've done it where we added javascript to the item and category templates...the logic is if the visitor is logged in as a wholesale customer they would see an extra price field.
-
Right you are Brad - had that aha! moment! works perfectly! Thanks.
-
We use the logic that if they're logged in with this price level then display this price: <%=getCurrentAttribute("item", "pricelevel1")%>
-
I'm not sure if this is built into the template you are using or if it is a layout setting as Wiz mentioned, but the first 3 columns are set to 33% width, which means your last column is getting only 1% to work with....if you can't adjuest the layout as Wiz describes, try a 3 column layout.
-
looks right...love coding for tables ;>(
-
Right - you can either host it with Ultimate locator or host it outside of NetSuite if you have access to another server....this works well if you have a combination external site with a NetSuite Store hooked in. I've used it both ways.
-
Assuming you want to replace your complete logo and tabs template for the customer center: You would first create a custom tag - setup>website>website tags called someting like "HEADER" (all caps no quotes) You would paste in the html that you wanted as the default. Next, go to the web theme you are using. In the logo and…
-
You could do a saved search, but a nice solution is to use a product called Ultimate Locator. http://www.ultimatelocator.com/
-
I don't think there is anything else to customize the NetSuite Customer Center other than turning things on/off.
-
Yes, Site Builder is an add-on module to NetSuite. -Kerrie
-
I thought you were taking about the website customer center. For the link from your logo, did you try setup>website>appearance and add to the logolink URL field.
-
Carrie - Do you have Site Builder? If so, you can can use custom tags to change out your logo and tabs template. HTH -Kerrie