My Stuff
Comments
-
This thread has reminded me why I don't bother to log onto this forum very often any more. Why can't Netsuite just fix the front end html code for it's existing users? I would be so simple. Just use divs instead of tables, give us better and more usable CSS classes and ids, clean up all the invalid HTML attributes that…
-
Tony- Please explain what you mean by this... the <img src="{netsuite_tag}"> tag will always show an un-cached image even if there is not a source, right? jacob
-
You're saying that if I publish a saved search with all of a given artist's items I can make every item drilldown by that artist display 5 random related items from the saved search? Where under the related items tab will this appear?
-
Maybe I didn't explain well enough... for example, I have categories that each have an information item that is closely associated with it. I wish that when displaying the category layout, I could access the information for the category's associate information item... also, it would be cool if I could display a random item…
-
https://usergroup.netsuite.com/users/showthread.php?t=16730
-
I'm in as well. I'm interested in hearing what is possible to do on the server-side... I made this nice "artist rotator" with javascript, but as far as a search engine is concerned, that big block of content doesn't exist because it's generated client-side by javascript... http://www.bestamericanarts.com/Shop/Art-Jewelry…
-
Thanks John, actually I built the site and am NS administrator at BestAmericanArts.com. For those who are interested in this topic, I'm starting a thread called "server-side scripting" in advanced customization to discuss. Jacob
-
Thanks for the advice but I'm not exactly sure where to edit this code within Netsuite. At the moment I have the search portlet inserted in the header area. As far as I can tell this code cannot be edited through my custom theme. Anyone know how to get at this code?! Thanks, Jacob
-
bump Anyone?
-
Can somebody please offer me some advice on this. Netsuite staff??
-
For anybody having similar problems, if you follow dj's instructions, you can add "infoitem" AND "item" dynamic tags in your templates. Any tag that displays an error message will now simply not show up at all. This way you can display the name of your info item, info item description, etc. in your search results (via the…
-
bump Any suggestions?
-
Thanks Rex, your advice is much appreciated. I'll give this a try and let you know how it works for me. Jacob
-
This essentially makes the search portlet useless unless you want your site to contain absolutely no info-items. Is the only answer for my site that I need to change all my info-items into catagories if I want people to be able to search without the results looking horribly unprofessional? Saved searches cannot be…
-
How about this workaround? In this example I am making a "what's new" product section that will channel through my templates: Make a category in your shop tab called "hidden items". Uncheck "display in site" box for this catagory. Make a subcategory of "hidden items" named "What's New". Be sure to check the "display in…
-
Hey Daniel- All of the text styles in my drilldowns are done with CSS. Simply add the styles to your theme under "addition to <head>" between the style tags. .visitgallery {FONT-SIZE: 11px; TEXT-DECORATION: none; FONT-WEIGHT: bold; COLOR:#cc6633; text-transform: none} The most painless way to apply this to a template is…
-
Thanks for your replies... apparently I was misinformed, but it doesn't surprise me that NS has more SEO problems. I urge anyone who values the google rankings of their website to vote for enhancement request #159979. Jacob
-
Comments about my previous post can be directed to this Troubleshooting thread: https://usergroup.netsuite.com/users/showthread.php?t=16285
-
Thanks to everyone for the advice. I think I will change the URLs (in the way dj described) after the holiday season... I will not possibly be able to redirect all of the item and category pages (especially since each item now has multiple URLs...), but I suppose I can selectively redirect the pages that get the most hits?…
-
Wow, so the tedious workaround suggested by netsuite still doesn't even really fix the problem. This problem is CUT AND DRY. There is clearly no other option here but to FIX THE PROBLEM. Filing a "case", "enhancement request", or "issue" is NOT the same as fixing the problem. This incredibly old, long thread is no less…
-
Thanks for the help jessie, but now as I'm preparing to do this, I've realized that when I switch back to the short URLs, Netsuite is going to put query strings on the end of them in order to show which of the multiple categories the user clicked through. Isn't this going to pose the exact same problem in a different form?…
-
I would also like hear what "the team" has been doing to fix this over the last year or so. Sounds like we have nothing to worry about here, "the team" is on top of this. Google Compatibility Module coming in Q1 of 2016. "Come on team - it's not like all the customers paying for our e-commerce product are entitled to a…
-
dakooga- if you are planning on staying in Netsuite I would pick your 5 most popular searches and use the workaround... we have no less than 912 images indexed in google and we do get in the top image search results from time to time. For "fused glass bowl" we are #1 in fact:…
-
Refurbups - Is this case you describe regarding JSESSIONID's being attached to images that are associated with records using the copy/paste workaround? The workaround for those who don't know, courtesy of dakooga: Don't use Netsuite's Images directory for your product images. Instead put the image in a separate image…
-
Although Netsuite's image URL system is utterly insane, there is a way around it... you have to upload your images to a folder in "live hosting files". Then in the item record click the ">>" next to the image you want to add... Click "New", select "Web" in the attach from field and paste you hosted image's URL. This is a…
-
I am blocking /core/ and /s.nl/ entirely. Bad idea?
-
I second that. Redirect import by CSV would be a good feature.
-
Wouldn't the primary page for the category still be indexed? For example the URL:http://www.bestamericanarts.com/Shop/TheMojoCollection has 3 pages... but if you put in that simple URL you are taken to the first X number of items without any fancy URLs with ranges... I wouldn't be concerned if only that URL were indexed,…
-
Here's the code I ended up using for those interested: <script type="text/javascript"> var xt = "<%=getAttribute('item', 1197, 'quantityavailable')%>"; if (xt > 0) { document.write('<TR>TABLE ROW CONTAINING BUY BUTTON</TR>'); } else { document.write(' '); } </script> I just gotta duplicate the code and change the item id #…
-
https://usergroup.netsuite.com/users/showthread.php?t=11722 - please post any comments about this topic at this location.