My Stuff
Comments
-
NetSuite has pages called "Information Items". As admin, goto Lists > Web Site > Information Items > New. These pages will keep your themes header, footer and navigation for example and then someone can edit the main content only. Works for us.
-
Heres the code of the form after adding in the onsubmit code <form method='post' name='cart' id='cart' action='/s.nl' onsubmit="_gaq.push(['_linkByPost', this]);"> NetSuite isn't adding it to the button, it adds it the form itself. But, like you say, the URL its pointing to is not on the secure domain to start with,…
-
Ah, sorry, the website in the signature is our current site, the actual site that has this code is in beta stage getting launched soon. Use this as an example script: <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-XXXXXXX-X']); _gaq.push(['_setDomainName', 'none']);…
-
Yes, was very simple to implement, swapped our old code for the new code and it works fine.
-
Yes, we have shipping items setup in NS, whcih are obviously selected through the shipping tab on sales orders. I can probably make the changes in the UI to work with my scenario, but im thinking more for the webstore as currently we dont have access to the shipping items (Until scriptable checkout is here) I was jusst…
-
We found a few companies willing to do this using web services etc, overall cost was looking at around £16000 - £20000. Alot of money for a customer base that doesnt really use iPhones in our business.
-
Probs not, NetSuite brought out the eCommerce edition a few years back. Has some extra features that they wont include in the full version of NetSuite. Many have complained about this but its never gone anywhere. If you want it i think you have to cancel your standard ecommerce subscription and upgrade to this one.
-
No problem
-
The online case forms will create a case in NetSuite, i do not believe there is a way to send email directly to yourself as a result of the form being submitted. There might be a way with scripting but someone else would need to step in and confirm that.
-
Not to be picky but why not use CSS? #scrollerSpan { display:none; } Alot more reliable than JS.
-
Proven wrong :)
-
Ashkan, you need to assign this template against an online case form. As Admin, goto Setup > Support > Online Case Forms > New. From here choose Custom HTML Template. Once here you can select the template you created earlier. After you have saved all the details the link will be where coffeeguy said it would be.
-
Hi Joyce, there is no way to do this at the moment. We created a scheduled mass update to run each night which converts online customers into a set price level. Only way without scripting we could do it.
-
I'm new to NS, and am going to be the web admin for it. I'm trying to tear apart the themes and templates down to bare bones so I can see what I've got to work with. At this point, I've gotten the body element down to this (not including an iframe and script element): <div id='div__header' class='noprint' leftmargin='0'…
-
Thanks for the input, the design is not the issue though. Im looking to completely rewrite the customer centre, probably having to use an external host to do so. I have our beta webstore setup perfectly, the only thing that ruins it is the customer center. There are not enough ID's on the tags to easily change the layout…
-
I just recently signed up for a Shareasale account to run our affiliate program. I understand how the tracking works, but my question is: Within netsuite, how can i differentiate between an affiliate sale or a regular (non-affiliate) sale? is there anyway to tell other than checking within shareasale and then going back to…
-
I'm using the <NLCRUMBTRAIL> tag. I would like to use bullet points instead of the default greater than sign. Does anyone know of some way I can tell NetSuite to use bullet points instead of ">" ? Thanks, Joyce Im thinking your best bet would be to use JavaScript and use the string.replace method to replace all the >…
-
We like to show a checkbox on site registration page to subscription for future new letters.. do we have any standard functionality in netsuite e-commerce now... by checking this, we should send emails to customers... if this is not available, i think i may have to go with custom field. Please suggest me. Hi Ravi, when…
-
I heard that there's a way to assign the "partner ID" within netsuite. So if an affiliate is created via shareasale, i can create the corresponding partner record within netsuite and attach the "Partner ID" to the affiliate link? Makes sense, havent used partners before however so wouldnt really know how to advise on that.…
-
Hmmm, well that sorts that problem but causes a huge amount of other display issues on our site. Will not work for us.
-
This actually made me laugh because it is soooooo true, i think that anyone who isnt frustrated with the NetSuite e-commerce system obviously doesnt care about their business. Having used NetSuite for 3 years, nothing has changed. People moan, support raises a case but nothing ever gets done about it. We get told that a…
-
For anyone still having this issue try this css: #paymeth table { width:900px; } #paymeth table table { width:auto; } Obivously, play with the width on the first row to suit your website size, but this solved the problem for me.
-
Anyone experiencing this please make sure to attach yourself to 172089 Has anyone found a decent workaround for this yet? The only real access to this is to use #newcust in your css, and maybe use the table tag to change the width, problem is there are more than one table in these sections and it screws up the rest. I used…
-
This one actually made me laugh, if you have seen the recent update on 2010.2 they have changed the look of NetSuite. It does look a bit better, however, why invest all that time and money to make something look better when it should they should be fixing all the problems that exist in the current system. Look here for the…
-
Hi Meir, we use Farapp for our Amazon connection. It works perfectly. We got up and running really quickly and havent had any major issues since we started using it a few years back. Steve at Farapp is really good to work with. In terms of data transfer we currently have all our product data uploaded daily, our inventory…
-
I believe its any doctype, im using a strict doctype ans get the same problem. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-
Thanks for the input guys. Will try this out this morning and post my results.
-
Do you know of any NetSuite websites that currently use this so we can see how well it works Jason?
-
Hi all How can i allign the "Contine' button on checkout to center. right now it is alligned to left, i want to make this midle of the page. Please help me. Whats the URL to your website Ravi?
-
Looks like i spoke to soon. It would appear using the built in multi feature has reversed my issue. This code works correctly on IE changing both currency and language, however FireFox only changes the currency and wont change the language back to an English one. Is very strange, here is the codes: <span><a…