My Stuff
Share Your SuiteWorld Experience & Earn a Special Badge!
Comments
-
Have a look at the code behind the button. I'm sure you can edit the template and fix it. We did.
-
You don't need an extra domain. Set it live, then turn it off. The url https://checkout.netsuite.com/checkout/checkout.ssp (or whatever you named yours) works after that.
-
We have been using this since day 1 create a form where you are prompted to enter the recipients address. Under the Workflow tab, choose "redirect to url" and type in the url of the email (assuming you have uploaded it into your file cabinet) If you want to use the lead data from the form, don't forget to include the field…
-
Hi Tom, I would love to read your 40 eCommerce improvements list. Can u please email it to me to dterra@netsuite.com. Paypal works with the One Page checkout. Wait for the next Checkout release soon for full functionality. Same for Google Checkout. When is this release touted for?
-
Diego, The Canada issue is also broke going the other way. USA zip + "Canada as country" = the same error. What about issue #3? Also, why are you a "Junior Member" and not "NS employee" in this UG? T I find that the error message does appear... bottom left corner, below the end of the screen. Scroll down. It only stays…
-
"technically it is possible". Hey, that might be a good NS tag line But not currently supported!
-
Had you been testing long? I find that it times out after a while. If I log out and back in again I have "permission" to do stuff.
-
I'm still working on it so it is not live. Resource A: The webinar on one page checkout in suiteanswers. Resource B: Reference Checkout bundle from the repository. Reference C: The help guide for Adding Terms and Conditions. Follow those 3 steps and you start to get a great understanding of what's going on. I've also…
-
Sort of...
-
Great work! Just got this... host operamail-com.mr.outblaze.com[64.62.181.91] said: 554 EMail from mailserver at 66.35.210.214 is refused. See http://spamblock.outblaze.com/66.35.210.214 (in reply to RCPT TO command)
-
Our cart abandonment has been 8.5% and checkout abandonment has been about 1.25% for the last quarter. So, looking at what others are reporting, I guess we can't complain about those two issues. I wonder how much this varies based on what you type of product you are selling and on what channels you are advertising. Poorly…
-
Granted, but I get that message every 2nd or 3rd week from the same ISP's. Surely you can have some sort of exclusion placed to these people. Can't be that hard can it? I'd imaginge it would be something like: Dear ISP I am Netsuite. My IP Address is x.x.x.x Our clients that pay a hell of a lot to use our services like to…
-
At the moment, we have credit card checkout and some people do not have credit card, so they prefer to call us to place their order. Is there a way to specify other payment methods? You can also put text on the shopping cart page saying "print this and fax to xx xx xx x x with your contact phone#" or "phone 1300 xxx x xx…
-
Also, rather than using c:\ root directory, you could create a network drive that points to the directory where they currently lie. Much less mess, yes? Wiz
-
Erik - from dfylstra's original post: "or else zipping up all 400+ pages, changed or not, and uploading them (and I still don't know if a Zip file can upload into several different folders in one step). So my site maintenance has become a huge chore." -Mark Mark Have you tried zipping 2 files with directory references and…
-
There is a password retrieval system, however, we still get a lot (more than 5 a day) of calls from customers saying "I've forgotten my password. What do I do?" so it can't be very good - Wiz
-
It seems like the best way to make this dissappear is to put in an enhancement request. I've heard nothing on this since...
-
I did it! I did an enhancement request. All bow in awe... Thank you for contacting NetSuite Customer Support. Your Customer Care Case # is 572841. Now if voting was so easy I'd be President!
-
No I don't know how to do an enhancement request. I'd love to put in an enhancement request regarding making enhancement requests easier but I'd need some some of enhancement request for that. Maybe we could vote but I'd need an enhancement request to do so. Wiz
-
Good luck getting NS to give us FTP access... Wiz
-
Can't we just have a menu option SUPPORT>ENHANHANCEMENTS>REQUEST ENHANCEMENT I don't have time to spend on hold with people, especially for something as logical as this. This Usergroup forum has a "remember me" functionality for crying out loud. Does anyone remember how they programmed that into this site? Anyone? Please?…
-
Yes this is possible, however again, I need some more information to help you. Wiz
-
Sorry, but it is very hard to assist you with no specific information. Even a url of your webstore might help. Have a think about exactly what you are trying to achieve and what you currently have and put it down simply and step by step. Also, whether you are using standard website or advanced customisation. I'd love to…
-
So glad I had that dance... I realised that when signing up online you are classed as a lead, not a customer, so I deployed the script to both. Yay! Anyone thirsty? Wiz
-
Ok ok... Some progress has been made... I see I had to change if (rec.getFieldValue("category") == 1) to if (rec.getFieldValue("category") == 13) to match the record. The progress I have made: When creating a new customer, if I select category "corporate" pricelevel becomes "corporate" - excellent news What I still cannot…
-
Are you talking about your webstore?
-
Evan I have had those features enabled. Ireally suck at this. I have followed all steps and I cannot get it to work. Why is coding so damn hard? You would reckon with computers being as smart as they are you could quite simply go "if category=corporate then make pricelevel=corporate" Or even easier still, would be to have…
-
Thanks Evan As I do not know any javascript, you wouldn't happen to have a sample of that code would you? I can work out the fieldname values to suit our example but coding, it's all Latin to me... Thank - Wiz
-
Evan I have created the .js file and uploaded it into the cabinet, although I cannot follow the steps after that. Do I need a specific access to create a new script file that refers to this file? I feel so close... Wiz
-
Try this... Go to SETUP>WEBSITE>LAYOUTS Click Edit on the Layout that you are using. In the 2nd field labelled COLUMN WIDTHS select FIT TO BROWSER WINDOW. I had the same problem for ages and stumbled accross it recently Wiz