My Stuff
Going to SuiteWorld? Connect with SuiteGurus—Your NetSuite Product Experts!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Comments
-
Thanks for your reply. Unfortunately the reason for my errors were even more silly than originally thought. The reason why my orders were failing because I was in test mode. The "test" mode for the transactions is only meant to test whether the credit card info is correctly being passed from Netsuite to Payflow Pro. Since…
-
Go to Setup>Web Site>Setup Web Site Click on the "Shopping" tab Is "Require Authorization for Credit Card Transactions" checked? Make sure it is. That may be your problem Mat I was advised of the same thing in another post, and "No" it wasn't checked. Thanks for your help.
-
I am getting the same error also. But, I am a totally newbie at this so who knows how many things I've missed. All I've done is signed up for Payflow Pro, received their email confirming it, and entered the necessary information into "Setup Credit Card Processing" in Netsuite. I've attemped to put Netsuite's IP…
-
I am able to do the above when I check the "Get Authorization" manually. However, on web orders, I can't get it do authorize it automatically. I have to get into the system and manually edit, check "Get Authorization", SAVE, to find out if its valid or not. That can't possibly be right.
-
There is an option under Setup --> Web Site --> Set Up Web Site/Shopping Tab/Shopping Basics section: Require Authorization for Credit Card Transactions If you check this box, authorization will be attempted at checkout, but be aware that failure to authorize will result in NOT accepting the order. Found it, Thank you!
-
FOUND IT It is under Setup Website, Shopping Tab, Order Tracking Script HTML.
-
In addition to that you need to add another script to check the location of the page it is on. Wrap it in a conditional statement so that the code only fires when it hits the confirmation page. (Checkout tab encompasses many pages) What method do I need to use to check the location of the page? Do I just use Javascript to…
-
You need to do this by accessing the DOM via JavaScript. Traverse through all the nodes and extract the information you want. Generate the code needed by the tracking pixel and input your values into it then submit it. I just finished up something very similar for another client. On the confirmation page it is taking the…
-
Yup, putting it in the header didn't work. I now have it placed after the Order Confirmation number in Customize Text section as stated in a previous post. I bypassed the character limit by putting the bulk of the cell hopping and variable setting in a separate js file. However, I am worried this still will not work…
-
Thanks for your replies. vcordova, what you did for your client is almost exactly what we need to do. Would you be able to share with me where I can learn more about accessing the DOM via JavaScript (does Netsuite have a developer's guide for it?). Any information would be greatly appreciated. Thanks again for your help.
-
Mind if I ask what solution you are using to capture reviews?
-
Would anybody know what I can't get "Enter a Sales Order" to show up in Customer Center? Thanks!
-
if you map internalId or externalId you will not have any of the problems looking up the items for update. Do I need to setup a new column for this? and what field do I need to map the Id to?
-
We are having problems with updating Matrix items via CSV import also. 1. Can not update parent items. It would process the very first line, but give me errors for the rest of the parent items. Currently have to upload, line by line. 2. Can not update pricing in the child items.
-
Hi Staci, Yup, that did it! I'm a little embarassed that it was such a silly problem that was causing me to get that error. As for #2, I was getting an account error because I had a dummy account number like 000000000 in the credit card field because it wouldn't let me leave it empty. The 000000 number was giving the…
-
Thank you for the help.
-
Thanks for your reply. Currently the closest thing I see is "Current Inventory Status" report under Inventory Reports, as this gives me On Order, and On Hand. I guess my real challenge is somehow getting the Quantity Fulfilled value in here. So, this is not possible to do in Netsuite without "advanced analytics"?
-
I figured it out. I used the "Sales by Item Summary" report, which gives the Quantity Sold (which I think should be same as Quantity Fulfilled?). I was able to add the "Current Quantity on Order", "Current Quantity on Hand", and "Current Quantity Available" as columns. I don't quite know what the difference between…
-
We're having the same problem. There is another post in the troubleshooting section that says that it is a problem with the descriptive URLs. Is there any way to undo all descriptive URLs? https://usergroup.netsuite.com/users/showthread.php?p=65448
-
For some reason, I do not see "Enter an Order" under Orders.
-
Can anybody tell me what kind of fees are involved for this? I swear when I signed up for Netsuite more than a year ago my rep gave me the impression that additional domains/websites were inclusive in my plan. My rep is unavailable today so I thought I'd post and see if someone can give me an idea how much it's costing…
-
I can't seem to get my new multisite directed to the right place. I followed all directions that I can find, but when I popped the domain in, it re-directs to my original site. I think maybe I set the DNS portion wrong, which was setting the CNAME to shopping.netsuite.com. Is that all I need to do? Any help would be great.
-
Hi! When you say thet the cancellation came from the backend, does it mean it originated from Netsuite's UI or Webstore? When I say backend, I mean the Netsuite UI.
-
so my initial problem was somehow resolved by messing around and trying to get the references to update. however, I am getting the same problem again in a new import. I have added a few selections to my List that I have as my Matrix List, I generate my matrix and children using the list, however when I check back at the…
-
I don't have the Small Business Version so I am not certain but, given how the location of this function is in Setup -> Website, it may not be available to non-E-commerce versions Again, this is just my opinion.
-
Thanks for your reply. I think I found it down toward the very bottom. A lot of them don't have any descriptions so it's a little confusing.
-
From what I've heard, there is no way for Netsuite Shopping Cart (without additional programming) to look up the delivery country and display shipping options specific for that country. Actually, there isn't even a way to find out whether the destination is domestic or international and filter out shipping options that…
-
So what is this point of saving it as a product feed? Not sure what the point of this whole function is? How can I get my product feed out to another site? Without having to email the csv/excell created in a saved search or pay for an expensive bit of implementation to get it onto a server? I would expect it to be able to…
-
One idea is to create an availability window for a product where it will show all variations of the product and the corresponding stock level for each and every one. Currently, I think getCurrentAttribute or something can pull the stock level for just one child at a time. I am wondering if we can pull out multiple…
-
Found the problem. I found it in Setup->Company->Enable Features->Web Presence Tab, Customer Access.