My Stuff
Comments
-
I believe it would be the same. Do you currently use a www? If so then using a web forward would be fine for just mystore.com as the www.mystore.com would be the one using the cname record.
-
Hi Dave, i have the perfect solution for you as we had to do this as well, we use a company called DynDns, find info below: blitzsport.com WebHop http://www.blitzsport.com/ www.blitzsport.com Alias (CNAME) shopping.netsuite.com mail.blitzsport.com A-record ???.???.???.??? So basically ask them if they use 'WebHop' as a…
-
Dont worry Evan, support got back to me today on this, it wasnt fixed but is apparently fixed in 2010.1 so will wait and see. Thanks.
-
No probs, just so other users know it only takes 2 pieces of javascript. A one line piece at the top of the body tag and a couple of lines at the bottom of the body tag. I didnt see any performance issues (Other than Netsuites normal issues :) ) when using it.
-
I was waiting for the defect to be official before i said something on this. Oh what a suprise! Another defect, on a new feature that was meant to be beta tested, obviously not. And they wonder why everyone is scared to try a new feature in NetSuite, because most of the time they never work as they should.
-
Yeah thats right jschneller, is why most of the forum are cheesed off with NetSuite on this one as we asked for full url own domain, instead they handed us this. We used to have our own secure domain on our previous eCommerce solution, just a shame they couldnt follow through with this enhancement decently.
-
Thanks Evan, any chance you could follow up on defect 110043 which at the moment is the previous thread on ecommerce regarding the head section of category and item list templates? Apparently this one has been going on for 4 years? Thanks
-
Hey Kennedy, is that stylesheet your own one? If so have you tried hard coding the domain? For example at the moment your code is <link href="/stylesheet.css" rel="stylesheet" type="text/css"> Have you tried something <link href="http://www.yourdomain.com/stylesheet.css" rel="stylesheet" type="text/css">
-
Meir, Extended Validation is not available as part of custom checkout subdomains, we're updating the docs to reflect this. VeriSign does not support Extended Validation for wildcard SSL certificates and NetSuite uses wildcard SSL certificates to support multiple hostnames. - Darayush Anyone else disappointed with this? I…
-
This will affect different users at different times depending on what server cluster your on. We get these occasionally but havent had one in a while. Looks like up to 2 hours downtime, but it might be alot quicker than that depending on what work they are carrying out.
-
Hi Darayush, thanks for your input, makes it a bit clearer. On a side note, does NetSuite take all liabilities for loss in sales if the new feature doesnt work as expected? :)
-
Agree with you there Tony, i just want to make sure it works 100% before we make the change. Like you say, would rather have our name in there than not at all.
-
We use Vzaar for our videos, does cost per month though. Just embed the code from their site and your away. Can even use HD videos with them :)
-
Try this, i used it a while back to mass import something i couldnt do normally. http://www.tethyssolutions.com/product.htm?r=google&w=windowsmacro Get the trial, lasts for around 15 days i think, if you can get it done in that time then you wont have to pay anything :D
-
Hi Meir, please follow thread https://usergroup.netsuite.com/users/showthread.php?t=20994 Page three starts on this topic. We are looking to move to Magento soonish. Just to get you started if you dont want to follow that thread, you can try the companies Farapp and Celigo who have integration platforms for this.
-
Hi Paul, just tried this on ie8 and it works fine. Is it all users or just specific ones? Does it work on your system? I tried adding items to the basket on your site but each time i click the add to cart button i get an error page. Looks like your add to cart button has some problems in your code to look at. Also, just on…
-
Hey, not sure if its any help but if your using Google Webmaster, they have a page load time tool under their Labs section. It basically shows you page load times of the mainly used pages and also includes details on how to improve speed. Its free so might be worth a try. If you dont already have it just type in Google…
-
Same here, just tried with Firefox, added straight away. you might have some caching issues on your browers maybe?
-
Im in the process of completely redoing our website, stripping out all the rubbish like unnecessary javascript, but from what im testing the load speeds are not all that great. Instead im thinking of ditching NetSuites Ecommerce, getting another solution and integrating it into NetSuite. One we have been looking at is…
-
We use Mcafee, it can increase conversions as customers feel more secure, plus you can keep an eye on NetSuite as it will let you know if any exploits pop up :) On the subject of live chat we use WhosOn. The UI is very nice and its runs like a dream.
-
Working from Philips example i managed to create a hyperlink that would do the job as well: http://www.yourdomain.com/app/site/backend/additemtocart.nl?buyid=*itemid*&qty=1&redirect=/s.nl?sc=3
-
I gave in :) Ended up putting the first and last name fields on there as well. Too much hassle.
-
Ok, the first part about the html tags etc can be overcome. If you first create a template using Dreamweaver etc which contains the <NLFORM> tags and also the html and head tags and save the file as a html file, then upload this to the file cabinet. After this, create the custom html template and for the template use the…
-
Did try that to start with but the damn custom HTML template requires a head and html tag, which means the page would have 2 head and html tags, not very good for validation :( Why did they put that requirement in, just restricts the amount of control we have on the design front, again! Also, First Name and Last Name must…
-
Hi Bushra, this will make ALL items redirect to the shopping basket, i only want a single item to go here, and every other product to follow the setting "Stay on Page"
-
You can override the inline css by including margin: 0 auto !important; in your stylesheet. You can replace the first zero with the top margin if you desire one. !important means the this will trump any other styles associated with the object. That would still leave the tables in place however. I had a meeting a few weeks…
-
I dont believe you can remove the standard table tags, they are hard coded into NetSuites base templates so when they do updates the standard shape of the website stays the same, especially when it comes to the customer centre. We have tried to work around it and our source code looks a right mess, but it works. Just a…
-
I believe deisouss means that they have setup their account to stay on the same page when adding items but wants to notify the customer in someway that the item was added to the basket. I dont have exact code at the moment but search the web site section for something like this. "Wizard of Oz" user made a script that would…
-
I noticed that as well. The URL is exactly the same but it loads twice. Whats that all about? Example: The following resources have identical contents, but are served from different URLs. Serve these resources from a consistent URL to save 160 KB and 1 requests: *…
-
Hi Ali, you will need an account with Google, and then join up to their Webmaster tool. If you havent already got it, it normally takes around 15 days to a month to start getting a bit of information back from it. If you goto google and just type in webmaster it should be the first link on their. Chris