プロフィール
コメント
-
Ok someone already asked why would I care about having two links versus one link? Why would I want to have the image and the text in ONE link? Two reasons: 1) Helps the user realize the image is clickable. 2) SEO -- It creates one link instead of two. This is a medium level strategy.
-
This is NetSuite issue # 155059. What is this about? One our site, we want ONE hyperlink which is active for both the image and the text under the images. This is important for the customer as when they roll the mouse over the images, the text will also become "active" and text becomes underlined. However, NetSuite has…
-
hi jessi, will try to acomplish your suggestion based on a schudule. but what is the best way to time schedule a ns script execution? is it a http execution? does ns has a scheduler to execute a script? or should I schedule externally? Netsuite has its own scheduling engine for scripts.
-
Matthew, It is my belief that it would require a small amount of customization. Create an item custom text field. Create a server side suitescript that would process all locations and build the html for the text field. It would literally store the values for each location in the text field. You would have to continually…
-
Miguel, Thank you for the suggestion. I think a kit is the best choice. The downside of a kit is that the kit members cannot be drop shipped. We have the inventory in our warehouse but if we sell through that, we will have to drop ship. I guess we will manually edit the order. Thanks again!
-
Matt, First question to you - does this have to be immediately updated or can it wait 1 hour or so between updates. Executing a script every hour is easier to code / test / document and therefore costs less to develop.
-
This is support case 593131 / Issue 128572 (I put the incorrect case in the original post) Ok, I have done a bit more research and am puzzled... Would someone please double check something for me? Create a saved search where the results has "Name". Publish that saved search as a "Published Form" and as "Published Search".…
-
It is my understanding that the {id} must be static. If you find a way to do this PLEASE let me know. There is a post stating that in 2007.1, you will be able to do this via formulas. I tried to create a formula field:…
-
d.j., What happens is that if you look in the UI, the value displays properly. However, when you try to render that field on a web store page, you get an error. The value the UI displays is correct. I tested by copying the value from formula field to a non-formula field and the information rendered properly. It is like the…
-
All, I am a newbie at this. When someone says to look at issue 123926, how do you do it? The only way I know is to create a support case and title it: Vote For Enhancement 123926 - <%declareCurrentAttribute()%> Then I wait for the support case to be processed and attached to the issue. Is this the most efficient method?
-
-H, Thank you for the post. The case number for this is 584990. The following are the attributes we would like to utilize on the item detail drill down. These would come from the Location table via the Preferred Location field on the item: 1) City 2) State 3) custrecord_shippingdays - How many days does it take this…
-
-H, Please forgive, I do not know your first name. I can see how to pull fields from the preferred vendor but NOT the preferred location. How would you do that? That table does not show in "Sourcing & Filtering" of custom item fields?
-
On the Item Drill Down page on the web store, I would like to display the State for the preferred location. As a business case, it helps for shoppers to know what state the item ships from, I would like to dynamically display this state. The following works: <%=getAttribute('location','1','state')%> But I want the '1'…
-
It is not clear to me either. I have looked in the documentation for declareCurrentAttribute and am not able to locate it. (we are on v2007.0) I presume this was introduced in v2007.0; any suggestions on where to find documentation?
-
The problem is tracked through Defect 110043 - "Addition to <head>" content in an item template is not addition to the website when the layout is used for Category list Layout. However, you can try using the "Meta Tag HTML" field in the Item/Category level [ex: Lists > Web Site > Categories > (edit the category) > Meta Tag…
-
Response from NetSuite: Defect 110043 is on Closed status. There is a workaround that is is place. Instead of using the Addition to <head> you can use the "Meta Tag HTML" field in Item/Category level. Go to to Lists > Web Site > Categories > (edit the category) > Meta Tag HTML and place your code there. This field does…
-
Would you provide an example of what you would want to use SuiteScript on your external site?
-
3) Internal link structure It is my understanding that there will not be much "internal link structure". Would anyone from NetSuite care to comment? It is my understanding that internal link structure still has a significant impact on the ranking of pages. At minimum, it is how the search engines rank a websites pages…
-
URL Structure of Advanced Store Front From looking at some of the existing IgniteCommece sites, I would infer that we would have to create a massive number of category URL redirects because the URL structure is different. Thoughts?
-
You can't get rid of them. If you've not done so, the following will help: 1) Set the canonical url in Netsuite 2) Use Google webmaster tools to set the URL parameters you would like GoogleBot to ignore.
-
URL Structure of Advanced Store Front From looking at some of the existing IgniteCommece sites, I would infer that we would have to create a massive number of category URL redirects because the URL structure is different. Thoughts? Confirmed - unless NetSuite adds a "auto-redirect" function, one would have to manually…
-
Not within NetSuite. We have NetSuite create a sitemap for everything but items. We try to rebuild this once per week. For items, we use NetSuite webservices to create a new sitemap just for items and upload that every day. Not optimal but it works.
-
Brett, I don't have a direct answer. Personally, I set <meta name="robots" content="noindex,nofollow"> for the Checkout and Shopping Cart tabs.
-
Notes: leadsource and promocode will automatically receive a 301 redirect from NetSuite. partner wil not. In theory, these would not need to be added to the ignore parameter list.
-
Bing and Google both support and respect it. Excellent. Good to know. I knew Bing supported Robots.txt but I did not know that they supported wildcards in the directory structure. I guess I should use a search engine once in a while. :)…
-
Received notice this has been implemented...
-
The best option seems to be to do the following: 1. Change the pagination parameters so page is the only parameter (so addition or removal of items doesn't change the numbers in the range parameter on the URL 2. Make sure when linking back to the first page that the best possible version of the URL is used (i.e. no…
-
This is how one would do it with PHP <?php if((isset($_GET['range'])) and ($_GET['range'] != '')) { echo '<meta name="robots" content="noindex,follow" />'; } ?>> Any ideas on how this could be completed? Obviously, it cannot be done with javascript because the searchbots cannot / do not process. PS: I've tested a number of…
-
Would anyone know what &cjsid= represents? I originally placed this in the sample robots.txt I posted in 2007. Now I'm wondering if this was/is from Commission Junction affiliates. I do not recall it being with NetSuite. Thoughts?