My Stuff
Comments
-
Attn Netsuite , I am anxiously awaiting this too!
-
If we previously purchased Netsuite E-Commerce edition, I am under the impression that since I was an early adopter, that I will never get an upgrade to my account or at least that is what my account manager and his boss are telling me. What do you reccomend is the best approach to get your improved functionality? Should I…
-
If you do an NSLOOKUP on the two domains, you should get the same IP Address. Assuming this is true, then you just need to add the additional domain to your account in Setup > Web Sites > Domains and then point that domain to whatever Netsuite Site that you would like to point it too.
-
One of our sites was not responding this morning and it was in fact an error on our part in that we had not changed the DNS as mentioned above. Once we changed the DNS, everything worked again.
-
Yes I have logged the case. The case number is 797133. Here is what I can tell you that may help you identify the issue: -- This functionality works when you login to www.netsuite.com, but then your customer cannot get to your storefront from there. I think most users would unanimously agree that they would prefer the…
-
We have created pages for "support documents" which are links to external files using custom item fields. Hence we created one called link_download_pdf which is a Type: Hyperlink Store Value: True Applies To: Inventory Item Of Course in the Display tab then you cna choose where you would like to have this show up on the…
-
Customizing the HTML themes is bit itimidating at first, but what I would do is first import your own stylesheet, and then start playing with themes, layouts, and item/category templates to familiarize yourself with those items. Perhaps start by taking one fo the default themes and customizing that. A little…
-
I posted about this a week or so ago..... nice to see that you actually got a reposnse. https://usergroup.netsuite.com/users/showthread.php?t=14640 In that post there is a workaround that another user suggested. It would be nice if Netsuite would fix this problem though. Hearing no response on my post earlier led me to…
-
There is a lot of language logic involved. Must of that is handled through a detailed GUI. Essentially what is happening here is that there are many approaches that you can take to collect information from a user. So using the various tools that they have, you can write logic to gather a set of information that you will…
-
For anyone interested, this is back live on our system at http://www.satcomresources.com. The functionality that we have here is fairly extensive and likewise the application itself is very complex. You can learn more about what we have implemented here : http://www.satcomresources.com/The-Satcom-Resources-Configurator
-
I think that you may beable to accomplish what you want with an export and import (CSV). But you will have to set up the matrix first.
-
You can run multiple websites on one netsuite account. Contact your sales rep and they can add this feature.
-
Hello All, Hoping someone out there can help. When I view the "See Orders" page under "My Account" the orders list opens up to 100% of the page then puts a horizontal scroll bar at the bottom of the page that I have to move to the right so that the list will move to the left and line up under the headings?? The only…
-
Just a thought, with the price of bandwidth and storage at Netsuite, why not put all those images on a Go Daddy or similar server for 4.99 per month? When you select to browse the files from the web, it actually links to that page and does not store the file in Netsuite.
-
Let me know what information you are looking for. When you sign up for the Ecommerce Version of Netsuite, you get a suite bundle that installs all of this for you and then you just have to adjust your templates, or build new ones based on theirs.
-
I just got this by upgrading to the e-commerce version of netsuite. Also included are wish list features. I have not implemented it into the template yet but it looks like all that you have to do once you upgrade is add some javascript to your page.
-
FYI.... we created a folder under images called nav and placed a picture in there to replace the image that was being called in the following tag and it did not work. <img src='/images/nav/prev_dim.gif'> looks like where it is being called from.
-
I would love to just be able to replace the words "out of stock" with "backordered" We have done this by using a custom field on the product. We can select from a list that we created to show the out of stock message.
-
We're a ways off from where we want to be, but all in all pleased with the architecture and where we think we can go with it.... http://www.satcomresources.com http://www.gridfeeders.com
-
Here is another approach to getting some pricing via the PHP kit instead of using a search. function load($id, $type) { //error_log("Contacting Netsuite Via Web Services"); $request = new GetRequest(); $request->baseRef = new RecordRef(); $request->baseRef->internalId = $id; $request->baseRef->type = $type; $getResponse =…
-
I would download the PHP toolkit and see if the sample applications don't get you on the way of what you want. The simplest approach would be to create a saved search and then access that saved search from the PHP toolkit.
-
I would go Java all the way. My 0.02 cents. C# is a MS product. Want support? Go to Microsoft.com and (try to)find something. Better yet, perhaps you can hire one of their *consultants*, and they are trained to find things for you to buy. Java : go to Google and find millions of answers instantly. Furthermore, you are now…
-
I am using both as well. I also have mutiple domains on each. What I do is develop on the sandbox, and then test the various functionality on the additional domain on production prior to deployment. For all practical purposes, it works about as well as you could hope, but there is always pain involved when their are major…
-
Netsuite has recognized this as defect #174492. SUMMARY: Invalid shipmethod reference key being returned by Web Service WORKAROUND: Fulfill order through UI This is frustrating in that it was working and then they changed something and broke it.
-
The sandbox is slower. We are doing the same things with Web services.
-
Eclipse is one IDE that works well for Java Development
-
I confirmed that this worked for us too..... Kudos to Netsuite Support. This worked out well since it was a nice reminder to our staff here just how much time all the automation that we have put in place with Netsuite has in fact saved. What was taking 2 hours daily, is now just done in the background without any human…
-
I am not sure why this would be considered a defect when this just started to occur today. We (me and eddyfisher) have been running web services for a two years now and all of the sudden the problem appears today and you call it a defect? I hardly think that your defect occurs during potentially a high traffic time for…
-
We are having the same issue.
-
Try using the "Subtotal" item.