My Stuff
Comments
-
Emily - Make sure that you have the tag for related items in your drilldown template: <%=getCurrentAttribute("item","relatedItemsHTML")%> It goes between <tr></tr> Kerrie
-
The "built-in" right column is for the welcome page and the account area. You could add a right column in your content area template, but then you'd need to have a strategy, such as tag substitution, on how to populate it with content, that is, unless you want the same content there on all pages. -Kerrie
-
Thanks - that is good news!
-
I just got a notice saying the fix was pending release: 1Q 2008 SLT Release -Kerrie
-
Thanks - I have looked at alot of sites, not just my clients, and have noticed it everywhere. Seems to be happening regardless of whether templates are used w/ layouts or not. mmeyer - thanks for filing the case. Was about to do that today ;>)
-
Make sure you consider this setting: setup>website>setup website> advanced tab ...."use <br>...." Checking this can cause some headaches.
-
Actually, the row height increases by 85 incrementally....85, then 170, 255, 340, 425 and I imagine even higher if there are more rows. This seems to be new in one of the latest releases.
-
Maybe add CSS for the price in your item template... style="display:none"
-
Yes, that's the logic I'm thinking - if french then use french.css, if german the use german. I'm trying to understand how/what to check for the chosen language.
-
I think that having the ability to have a tab that is not part of the nav but has no audience controls is important and is commonly used. It has changed....used to be if you unchecked display in website it was just removed from the nav, but still accessible. Now you are prompted to log in when you navigate to it. The cart…
-
Yes, it seems something has changed....I had a tab that I wanted to access but not display in the nav. It used to be that if you unchecked "display in website" but the tab was still active you could go to the url. Now I'm being asked to log in. No audience controls set.
-
I have a list of "undeachable URLs"....I checked the list and they don't match any of the urls indexed in Google or that seem to match any in the site, though the site is pretty thoroughly indexed. The format is www.domainname.com/12345 all the pages are something like www.domainname.com/s.nl/it.A/id.12345/.f -Kerrie
-
How did you add the flash? Do you have the appropriate script added? Post a URL. -Kerrie
-
Not sure exactly what you mean, but the buttons like "go", "add to cart", "continue", etc. can be styled with CSS .bgbutton or .nlbutton HTH Kerrie
-
There is alot of confusion between the "My Account" area on the web store(which, as vcordova mentions, can be controlled somewhat w/ CSS, javascript, and tag substitution) and the customer center/partner center/vendor center (which is a NS UI and login). This login page doesn't seem to be able to be modified other than the…
-
For a getAtrribute within a getAttribute, I thought the nested tag needed to be "declared"...it is in the new website doc...
-
Well, simple is a relative term :confused: Can you give alittle more detail? Thanks.
-
Thanks! I appreciate it.
-
I can handle basic javascript, so I follow you. I'm unclear where to add the script...in the form custom template, form record, or the head? Thanks for your time.
-
If you use FF, then there is a handy extension - web developer tools - that lets you see all the element info and CSS for the page and more. You can use divs in combination with the tables, too. Quite a bit of NS structure has CSS you can override as well. -Kerrie
-
Yes, this is needed. On some external to NetSuite forms I use a php script that detects http: or https: inserted into any field....it can be modified for other phrases or tags as well. If the form is submitted with the offending input, the form doesn't submit and the page is redirected to Google. Before I used this methof…
-
Bump - anyone? d.j.? There must be code for this.....? Thanks, Kerrie
-
...what I am looking for is the code for the search input/submit. I assume that this needs to be dynamic: <INPUT type='button' class='bgbutton' value='GO' id='go' name='go' onclick="window.location.href='/s.nl?sc=35&category=3694&search='+escape(document. forms['searchportlettag'].elements['search'].value);return…
-
Thanks Tony - I love FF addons and didn't know about this one. -Kerrie
-
OK, this is promising...one question...isn't this part/or part of this dynamically generated? /s.nl?sc=35&category=3694&search= Thanks.
-
OK, this is great info....I really appreciate it. EXACTLY what I was looking for. Thanks.
-
I think you could do something like that...maybe hard code: <a href="?search=<%=getCurrentAttribute("item","customfieldnamehere")%>">SEARCH</a> and the custom field would contain the search words w/ a plus between: keyword+keyword+keyword Let me know if it works.,,,it might need to be adjusted alittle. Kerrie
-
In addition to your custom templates, you can control the the shopping cart page now from setup website. Use CSS and tag substitution to control some of the layout. Use customize website text to change the text.
-
<NLPAGELINKS> gives you login and register if you're not logged in, OR sign out if you are logged in.
-
This looks like the category title - "Biomedic" w/ a category image...if so, you should easily be able to edit the layout - open the layout, under the "Heading" tab, changes the positioning of the heading (title), description, and image. If you need to be more precise, then you will need to create a category list and item…