My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Comments
-
You want to use the NLADDTOCARTOPTIONS to display the drop-down list. In my code, you could simply remove the </tr><tr> lines that create a new HTML row, placing everything on the same line. It would look like: <TR> <td CLASS='smalltext'><NLADDTOCARTOPTIONS><BR><NLADDTO CARTITEMID></TD> <TD ALIGN='left' valign='top'><span…
-
Issuee #104602 and case #430020 - This is actually for new images uploaded to the file cabinet, but it looks to me like it's the same caching bug that affects new item fields. I filed this case about new files generating a 404 page when accessed, and it looks like support turned it into an issue about the 'available…
-
You want to use the custom tag for the big image inside an img tag: <img src=" <%=getCurrentAttribute("item", "custitemimglarge")%>"> The error you were getting is a well-known bug that's been in Netsuite for at least 9 months. When you create a new item field and try to reference that field in an item template, you'll get…
-
Under site templates (or site themes), you can customize the code for add to cart. Here's the code I use, you could probably modify it to put them into a single row. <TR> <TD COLSPAN="2" CLASS='smalltext'><NLADDTOCARTOPTIONS><BR><NLADDTOCARTITEMID></TD> </TR> <TR> <TD ALIGN='left' valign='bottom' colspan='2'><span…
-
The best way to do this is with the raw web server logs, something that has been requested for a long time. Often when reporting fraud the ppcse will want a copy of the log file for confirmation. Just another reason this should be a priority for Netsuite.
-
I would suggest signing up for google's sitemaps: http://google.com/webmasters/sitemaps It will tell you what kinds of errors it's getting when it tries to index your site. It could also be a problem caused by Google's big daddy update, if you have mostly reciprocal or low quality links.
-
I don't want to hijack the thread, but if someone could look at the cart abandonment rate that would be great. I filed a case and it's gone nowhere. https://usergroup.netsuite.com/users/showthread.php?t=156
-
You need to go to enable features > web site to enable descriptive URLs. I don't recommend using them at all the way they are implemented, since the category structure is lost when looking at an item detail page. e.g.: widgets category http://domain.com/widgets/ a specific widget in that category…
-
DJ, Thanks for the update; I think a lot of people will find redirects very useful. I suppose regular expressions or bulk uploads are a while out on the roadmap ;) It reminds me that server logs weren't in v11, and they would be super helpful in finding broken links or pages (not to mention the myriad of other uses). I…
-
Go to setup > company > enable features, then CRM tab. Check the box for 'partner relationship management'. If that's not there, you might have a more restricted version of Netsuite - I'm not sure what versions support partner relationships.
-
Marcusd - I'm only talking about the default URLs that are generated for people who don't employ the descriptive URLs option. My main objections to the current format are: 1. It's a fallacy to think URL parameters aren't page defining from a search engine point of view. Pages with different URL parameters (with the…
-
I've noticed it on v11 sites as well. Pretty distracting.
-
There are a number of reasons not to use Netsuite's descriptive URLs at all. 1. Categories should act like folders, with items looking like files in that folder. Having every item in the store with a URL directly off the root is a horrible idea. 2. They haven't fixed their canonical URL problem, so clicking the breadcrumb…
-
Search engines are getting better at recognizing _ as a word separator, but - is guaranteed to be understood that way. From what I've read search engines definitely have the easiest time understanding - in between words. As with your previous solution, I think flexibility is the key. Allowing people to customize as much as…
-
DJ, Thanks for taking the time to dialogue about this feature - I think it could be a great boon to sites both from a SEO and usability standpoint. It's a lot easier to remember a URL with names instead of numbers in it :D I'll try to explain my objections as best I can. I guess first I should cover canonical URLs. For…
-
DJ, I've done some limited testing of the new changes, but haven't been able to get them to work right. I have a store tab with restricted access where we stage new products, and its URL component is working properly. However, when I update the URL component field for an item in that tab, it doesn't update the links…
-
DJ, Unfortunately I don't have access to a test account where I can just bulk set all the components - the only Netsuite accounts I have access to are live and I'm only willing to test unproven features in a hidden tab, not the entire site. I will email you information on the URLs we're testing; thank you for looking into…
-
DJ, I've saved the setup web site both yesterday and today, and it's still behaving the same way after 24 hours or so. Both old and new URLs work, there is no redirecting, and links generated by Netsuite use the old format. I've filed case#441173 about it. I've actually filed 4 cases in the last 2 days and never got an…
-
I submitted enhancement #91381 about a year ago. At the very least, each page should have a doctype declaration. Most web sites don't completely validate (and only Opera is fully standards-compliant anyway), but some standards are more important than others.
-
We haven't noticed a change in our category URLs, but we never had the c.###### in the URLs to begin with.
-
If your Netsuite store runs on a domain (e.g. http://domain.com instead of http://shopping.netsuite.com/), then you don't need c.363017 in the URL, which identifies your store. Netsuite probably was more forgiving in v10 and changed that in 11. The only URL that definitely changed was item URLs, which for some (bad)…
-
Baruch, Thanks for clarifying the way the current report works. The numbers I'm seeing make sense as a measure of checkout abandonment. I think the report will be much more useful with the revisions you have planned, we're definitely looking forward to it!
-
I had this problem for hours after our upgrade... I took the site down for maintenance and brought it back up and that seemed to fix it.
-
Site templates are now site themes.
-
We were down for a good half hour or so, and got a number of calls from people who couldn't complete online sales for a couple hours before that.
-
While we're complaining, why is email support so unimportant to Netsuite? I've long ago stopped calling about my bugs and just file email cases. Not only has the system stopped emailing confirmations of submitted cases, but the response time is averaging over a week. I even talked to my sales rep and he said he would have…