My Stuff
Comments
-
If you are simly trying to change which tab is your 'home' tab, you set that under Setup > Setup Web Site > Web Site Home Page. Any tab can be your home tab. You can inactivate the default home tab if you like after you change this setting. Edit --------- PS: Our home tab never seems to have the url www.cfhi.ca/home ...…
-
They are the same and not the same. It's been a while since I looked at this but Netsuite sure didn't explain the two very well at the time. From what I understand, both the customer center and the my account section have the same content which is defined in via the permissions and/or scripting. Access to my account is…
-
I found that searching for Customizing Your Checkout answered this question. 1. Go to Setup > Customisation > Transaction Body Fields > New. 2. In the Label field, enter a name for the custom field. This is the name of the field as it will show to customers. 3. In the ID field, enter an ID for this field with no spaces.…
-
It worked. Our test dns name now takes you to the site and all the urls change with it. No editing needed. That's a relief.
-
It was still looking wrong on my computer this morning but it may have been a cache issue. Either way, replacing the html did the trick. Thanks for the quick reply.
-
Ok, I like the test domain idea. I'll get that set up today. Do I need to set up test.mydomain.com in Netsuite too? It's also interesting that you would suggest using the relative url. I was told explicitly by the Phillipine support folks NOT to use the relative url's and that only the full url was supported by Netsuite.…
-
Looking at our beta website, this seems to be fixed in v2007.
-
I know how to do this, but it'll have to wait till next week. I automatically pull my description and keywords dynamically from the detailed description and keywords field. It has to do with using declare tags in the correct place, I posted it here awhile ago on another thread I'll go find it and post it here. Dave Thanks…
-
I have tried to set Meta Name descritions of items to be the "Item Name" but it does not seem to work. It is possible to do this and if so what is the correct code? <META name="verify-v1" content="Evh56vis6vCRG6rIcgoauzx9tcSBrPbiKIv2lN0FE1c=" /><meta name="description"…
-
I'm on with support now and they don't seem to have any idea. Am I really the first person to customise a template for a donation / gift certificate item? The built-in beta templates are also missing this tag. Variable amounts don't work with them either. Well, I guess there is an enhancement request: Enhancement 104712 -…
-
I can't remember when it started working, but I've created many templates that are able to use variable amounts. See the bottom of our home page for an example.
-
I'd also like to do this on a few categories. I thought that the <NLITEMSLIST> tag returned both categories and items though. It's on my to-do list.
-
It seems to work either by making it inactive or unchecking the display box and leaving it active. Either way, the links still take me to the appropriate pages.
-
You mean like this? <%=getCurrentAttribute('item','type')%> Edit ... Tested it and it works. Cool. Thanks.
-
You can order featured items with some simple javascript but ordering categories vs items on a tab doesn't work that way because Netsuite orders categories and items in different templates and then puts the templates in the order categories>items. The <NLITEMLIST> tag lists categories or items depending on which template…
-
Yay! Version 2007 addresses this issue.
-
A-Ha! Great. Thanks!
-
We're just in the process of building our site and are running into the same problem. Images that are stored in the hosting files folder work when first accessing the site, then disappear when going back to a page. This does not happen to images that are referenced from the images folder in the filing cabinet and work…
-
Hey thanks, I'll give that a try.
-
Well, the info in that thread was great until I tried to use it. I can't seem to use the tags in the Left Side Navigation Template. For example, if I use the simple code: <TD><TABLE><NLSITENAVIGATIONHTML></TABLE></TD> the left nav disapears completely. We have advanced site customization enabled.
-
Thanks DJ, You've been a lot of help to me in these forums. Is there any documentation yet about these tags? I couldn't find anything. Edit: I looked at the left NAv code in the beta themes and they all use <NLCOLUMNCONTENTS>, not the individual tags. See code below. <!-- start left nav - (Beta) Basic : Vertical Blocks -->…
-
dj to the rescue! Thanks again. Edit: Well, the info was great until I tried to use it. I can't seem to use the tags in the Left Side Navigation Template. For example, if I use the code: <TD><TABLE><NLSITENAVIGATIONHTML></TABLE></TD> the left nav disapears completely. We have advanced site customization.
-
Yea, I read and contributed to that thread, but I can't seem to find the specific tags for the sidebar portlets. Search is <NLGLOBALSEARCHHTML> and Cart Summary is <NLCARTSUMMARYHTML> but I don't know how to add the Site Nav portlet or the Currency Select portlet. It's definately frustrating to have no documentation on…
-
Double Post ... Sorry!
-
Yipee! :) Guess I should have brought this up in the forum earlier.
-
That's good to hear. I felt as though netsuite thought I was crazy for wanting to be able to do that. They didn't see that the published saved search would have been so much more effective with just a little added functionality.
-
That looks like it would work. It would be nice not to have to enter all those extra images but it's a start. Thanks. PS: Is type=image new for 11.0?
-
That's it. Thanks!
-
I like the global setting. I spent a week trying to get our site centered and fixed width. Now it's just two check boxes :)
-
Hey, that explains a lot. Thanks! Although, we are currently using the BETA and we have access to the themes so your opening statement doesn't seem right.