My Stuff
Comments
-
I am a fan of hacker safe, it is nice to refer to Hacker Safe when speaking to customers who are nervous about placing orders online. Having hacker safe allows you to tell nervous customers that you have a third party company that checks your Web site daily for any vulnerabilities. I have not changed my Web site over to…
-
This issue turned in to an enhancement #101882 Here is a screen shot of the proposed enhancement in use...
-
I created a case (514758) with NetSuite about this issue on December 19th, 2006 that has not been opened yet.
-
So how are Netsuite clients currently handling situations like this... A Netsuite client sells dinner ware. They purchase the style X dinner plate from three different vendors. Each vendor sells the style X dinner plate differently... Vendor A sells it in groups of 50, Vendor B sells it in groups of 1000, Vendor C sells it…
-
Are you creating your Web site w/ NetSuite or an external site that connects to NetSuite?
-
Take a look at this thread... https://usergroup.netsuite.com/users/showthread.php?t=2938
-
The ability to use PHP (or similar language) would be really great!
-
I tested the page out with Javascript and it does not work because the Netsuite commands are translated before the javascript commands. Does anyone have any idea how to do this with Netsuite? Thanks, Paul
-
You can add anything you want to the url using javascript syntax... Text in single quotes following by a plus sign. For example... 'part 1 - ' + 'part 2 - ' + 'part 3' would translate into part 1 - part 2 - part 3 So in your case change the code to this... <a href="#" target="pop" onclick="window.open('site/' +…
-
Why waste space with the extra field? Why waste time keeping this extra field updated? Using the same idea in my earlier post... <a href="#" target="pop" onclick="window.open('<%=getCurrentAttribute('item','itemid')%>'+'F.jpg' ,'zoom','status,scrollbars,width=600,height=550,left=100,top=30'); return false;"> <img…
-
I am still a Netsuite newbie but I think this may be a simple solution... Step 1) [INDENT]In your Netsuite control panel go to the file cabinet > Web Hosting Files > Live Hosting Files > enlarge_product_images and upload the larger product images and name them exactly after the product code and all of one type of image…
-
Yeah I was going to use Javascript but while I was coding it in I stopped because I figured the Netsuite code would be translated before that Javascript had time to grab the get variable. I will give it a try though, it would be great to get this to work. Thanks for you input. - Paul
-
the "Item Name/Number" does not show up on Web site searches so you may want to add that in keywords or one of the fields such as "Store Display Name", "Store Description" or "Detailed Description"
-
Not sure if this bug was fixed in the v2007 but when you use searches in NetSuite the product urls come up incorrectly for some of the products if you have the "url-component" enabled. What happens is for random items the url that is displayed in the search uses the NetSuite url instead of the "url-component" url. If this…
-
Here is a link on Google.com about the syntax (which you do have correct)... http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=33582 The theory does make sense if you have a forum or blog and you want to be careful about what sites your users will link to in their comments (more info about this subject…
-
Why don't you create a test domain name while you create your NetSuite store. For example http://test.mydomain.com
-
Yeah, your right about the incorrect links. I think I am going to try to break up my categories so they are all under the max limit of products per page. If you are worried about being penalized you could block the search engine spiders from entering any page with /s.nl/* which would prevent search engines from seeing two…
-
My non-Netsuite Web site grows at an average rate of one point of page rank a year. I did not hire a SEO company I just stuck to the basics and never tried to trick the search engine spiders. I also tried to make sure my site never looked suspicious (for example having two pages of the same exact content with two different…
-
I would love to have that feature!
-
I am getting a good amount of traffic from “Natural/Non-Paid” search, To keep your natural search rankings you need to create 301 redirects from the old urls in you Yahoo store to your new urls in your NetSuite store. Unfortunately you may run into trouble when you try to create the redirects in NetSuite (either with a…
-
I have about 20 that work...
-
Whats a long list? Have you checked them recently? Are you on the new 2007 release (supposedly this bug was fixed).
-
Hi Rob, Web site redirects do not work on NetSuite. Supposedly its fixed in the new 2007 NetSuite release. See my earlier post about NetSuite and redirects... https://usergroup.netsuite.com/users/showthread.php?t=5676
-
I would love a better site search for the customers. Common misspellings, deal w/ plural and singular word differences, ability to provide a specific page if the customer's search did not lead to anything.
-
I am a fan of hacker safe. I was able to purchase the service for only one domain name, I wonder if that is going to change now that my renewal date is coming up. It is nice to refer to Hacker Safe when speaking to customers who are nervous about placing orders online. Having hacker safe allows you to tell nervous…
-
Do not use forwarding scripts! You need to create Permanent 301 Redirects. You can create these through NetSuite by going on your control panel... Setup -> Web Site -> Web Site Redirects You can only create them one at a time. I have another thread that is open and waiting on ideas on how to create rewrite rules or import…
-
You can create those tags yourself, for example... <img border="0" height="120" src="<%=getCurrentAttribute('item','storeDisplayImage')%>" alt="Product image of the <%=getCurrentAttribute('item','itemID')%> <%=getCurrentAttribute('item','storeDisplayName')%>"> This code outputs the image with an alt…
-
Only someone from NetSuite can answer that.
-
The .nl does not mean anything. You can easily create a Web site in php and have all the pages look like they have a .nl extension with a couple lines of code in the .htaccess or httpd.conf
-
Take a look at this thread. This should answer all of your favicon questions. https://usergroup.netsuite.com/users/showthread.php?t=2938&highlight=favicon