プロフィール
コメント
-
If you are speaking of doing a product feed to Shopping.com, PriceGrabber.com, etc, I do not believe there is a way to automate the process. You can create a saved search that will produce an acceptable format but you must manually run the process and then ftp the file to the comparison shopping site. Your point on RSS is…
-
I agree with Bill C's points. Payflow Pro and PayPal are night and day. Payflow Pro will do refunds. PayPal and PayPal Express Checkout will not do refunds. (I would like to be wrong)
-
The new release is out and I see the new option for PayPal integration. We are using PayFlow Pro and accepts payment from Visa/Mastercard/American Express. Will enabling PayPal integration feature means "Netsuite as usual" or will that require additional settings. We still want to be able to process and approve the orders…
-
D.J. says it will not be available until 10/9. https://usergroup.netsuite.com/users/showthread.php?t=3866
-
Peggy & D.J., Sorry, I was a bad documenter. The test case was done using IE7 latest build. Cookies were not blocked. The test case works fine with FireFox.
-
Does anyone know of a way to attach item images quickly - or do you have to manually do it for each item? You can use WSDL v2.6 to load the file cabinet images. It works for both OOB images and custom images.
-
Peggy, Here is some real world feedback. I am trying to purchase a book. For real -- Self-Esteem Revolutions In Children Book. These are my notes as I go through the process: Part 1 1) From http://www.parentmagicstore.com/All-Products/Self-Esteem 2) I clicked on add to cart with 1 in the quantity (qty) box 3) The items and…
-
Our method of creating data feeds and site maps is rather clunky at the moment. We have scheduled reports which email a list of items and information items. We save those information items to a folder. Then an custom application converts those CSV files into the various XML formats needed for Google Sitemaps, GoogleBase,…
-
IMHO: Since 'Total' does not make sense in an order fulfillment email, would you prefer to not have that row at all in the fulfillment emails? On complete shipments, subtotal and/or correct total would be fine. On participial shipments, subtotal and total are confusing to the user and should not be included. I would prefer…
-
I too have noticed this. We have been live on NetSuite web store for 2 days. My guess is that "deletedpages" are redirects or 404's. 1) Redirects could be the hard coded ones crated under Setup | Website | Redirects or it could be redirects from www.mysite.com/s.nl/sc.7/.f to www.mysite.com/friendly-url. 2) 404's would be…
-
Tom, I am reaching here... Are any of the items within the matrix set to Taxable=False?
-
Thomas, We have the following: 1) Customers Default to Taxable=True 2) Items Default to Taxable=True 3) Charge Sales Tax on Sales Orders=Per Customer Basis 4) Default Tax Code=-Not Taxable- The key for us was Per Customer Basis and Default Tax Code -Not Taxable-. All customers default to taxable with the customers tax item…
-
Wiz, I believe what D.J. and Padma are saying is that there is that the report is inaccurate when it comes to "deleted pages". It is somehow counting pages that are not deleted as being deleted. When the issue is resolved, "deleted pages" will be just that, there hits to a page and that page was deleted after the hit…
-
Brian, Ah, if you are seeing this in top 5 then I am thinking it is the redirect from the system URL to the SEO friendly URL. I know you do not have enough 404's occurring to get in the top 5 on your site. Your hard coded redirect list from Yahoo to NetSuite should not be used much by now. Your Cabinet Speakers tab has a…
-
This issue has been closed as released, but the issue described in this thread has NOT been resolved. I agree - I just submitted a case on this. Nasty - it was working around the time of 2007.1 release.
-
Hey Alex, This is issue 128950. It is scheduled for release in the q3 2007 release. Beyond annoying, it does have an adverse impact on SEO. The bots find the same URL with two different page titles.
-
As a follow up, to get the sort order to work for tabs & categories, you must specifically specify the Item List Layout for each tab to a Item List Layout rather than use the - Default - for the site. Kind of interesting, it picks up the other settings from the default but not the sort by Price, Name or Sequence.
-
Hazel, The category item list layout "default". I have updated the case 604975 with specific examples. Any help would be great!!
-
This is support case 607477 The text of the case is: Redirects with parameters are allowing the parameter to persist after the redirect. Example: Redirect from www.mysite.com/information.php?info_id=29 Redirect to www.mysite.com/new-url Results in: www.mysite.com/new-url?info_id=29 The result should be:…
-
bump Would anyone have an update on this? Redirect from www.mysite.com/information.php?info_id=29 Redirects to www.mysite.com/new-url?info_id=29 We are about 24 hours from going live and I would greatly prefer the parameter based redirects work properly. Otherwise, when it does get fixed, I will have to create about 800…
-
D.J., In short, removing parameters is much more important to me that any tracking URL. Making sure external links and SEO function properly is critical. Please let me know if the assumptions below are inaccurate: 1) If the redirect is entered: Redirect from www.mysite.com/information.php?info_id=29 Redirect to…
-
D.J., Support case 587633 and Issue 125345 were originally created because redirects with parameters did not work at all. Would you like me to create a new case for this? I will be pleased to do so but do not want to clutter up things. Thanks for your attention. Bill
-
As of ns2007.1, the following works properly: Example: Redirect from www.mysite.com/information.php?info_id=29 Redirect to www.mysite.com/new-url Prior to ns2007.1, it would redirect to www.mysite.com/new-url?info_id=29 instead of www.mysite.com/new-url
-
Bump I received notice from support that this could not be recreated. I responded to support but have not heard a reply. Would anyone confirm they see the same behavior? When you use: <%=getAttribute('sitecategory','-107','storeURL')%> You get: http://www.mysite.com/s.nl/c.482623/sc.7/category.61/.f instead of…
-
We are making huge progress: <%=getAttribute('sitecategory','41','storeURL')%> Will return /SEO-Friendly/Link Unfortunately, the presentation tabs are still using the system url: <%=getAttribute('sitecategory','-107','storeURL')%> Will return /s.nl/sc.7/category.-107/.f Is there another identifier to use instead of…
-
Bump The case number on this is 593264. Does anyone have any ideas on this? It is much nicer to use <%=getAttribute('sitecategory','-107','urlcomponent')%> instead of hard coding but the system URL is a show stopper.
-
When I try: <a href="<%=getAttribute('sitecategory','-107','urlcomponent')%>"> I get: www.mysite.com/ instead of: www.mysite.com/friendly-url
-
...Is there another identifier to use instead of "sitecategory"? To restate this with proper nomenclature: Is there a recordType to use for tabs instead of going through recordType=sitecategory? I do not think so after comparing the xml of categories with the xml of tabs.
-
Brian, Just to make sure this is covered from an SEO perspective: NetSuite does not provide a 302 redirect capability. 302 is a temporary redirect. (kind of like going on vacation for a month and telling the post office) Therefore, if you remove a URL from your site, the next time a search engine bot comes to check the…
-
With regard to post #1, what is the URL you get back from storeUrl of a category, and what were you expecting? We can try to investigate what might be happening. D.J., First, thank you for patrolling the user group! The case number on this is 593264. This is the test site: http://www.jumpinjaxgrill.com/ Look at the text on…