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
-
The "zip" method works well for me, too. The problem comes in when you are trying to replace an image with an updated version. It might look fine in the image file record but it won't display the new version in the site. Even the "setup domains" trick doesn't always work. In those individual instances I just name the image…
-
Now I see it...thanks for the directions! I don't see pricing anywhere...
-
I don't see it anywhere either...
-
Can anyone give an update of their experience w/ eBay integration in light of the press yesterday? How is it going? -Kerrie
-
Related items are not showing up in a NetSuite Small Business Account I am working with. Do they not work in NSSB? You are able to link related items to an item record, but they don't show up in the webstore item drilldown. I don't see any upsell settings. Perhaps I am missing something? -Kerrie
-
I think you are right. What I meant was a hard-coded solution, or perhaps something w/ a custom tag.
-
In setup>setup website you should be able to choose whether a visitor will stay on the same page or go to the shopping cart after you add an item to the cart, -Kerrie
-
I see what you mean....sound like a good enhancement request. It would be nice to have the flexibility to do it either way. I haven't played much with the new category templates....it's on my *to do list*!
-
It looks to me that there is alot of javascipt and custom code either added to the home page description or this is a custom hosted page. You could add custom code for featured items into the tab's description area. I don't think there is a NS tag for featured items like there is related items (though that would be nice)
-
Upon reading your post further, I realize I may not have answer the question....to change which comes firt, I would say create a custom template and change the NS tag order...?
-
Go to lists>website>tabs and click "edit" on the tab you want to change. On the content tab at the bottom you can choose items or categories. If you have either attached to the tab then you can edit the order here....just click and drag to position. Remember to "save". -Kerrie
-
Definately sounds like a bug...
-
That's a good question...I found that there are only html examples offered in the documentation in addition to the information on NetSuite tags,etc. Therefore, it is only with trial/error/experience that helps produce working code. I have also asked for the main style sheet, but it is unavailable. (Thankfully web…
-
Hi Christian - WSDK is for a site hosted outside of NS...it pushes/pulls info from your NS account. For a hosted site, you can either designate your pages as tabs or have them as hosted pages, using their URLs to link to them. The question is, how many pages do you have other than your webstore? If you have a complex site…
-
I was having similar problems a couple weeks ago when I updated a custom page - I change quite a few of the images....I first uploaded a zip file and thought the new images would override...they looked fine in the file cabinet but the browser didn't display the new images, even after clearing the cache multiple times....I…
-
Usually there is a control panel that you can access through your ISP that has those settings. Their support staff should be able to help you if it is not obvious or if it is confusing. It usually takes a little time to switch over. Hope this helps. -Kerrie
-
I have seen this issue when a CSS file or image is referenced from outside of NetSuite. Once the file was moved into NetSuite and referenced there the site became "secure". Check all files, including files referenced within a stylesheet or JS. -Kerrie
-
I usually add a class to the <td> that <NLCRUMBTRAIL> is in and add styling for the links within the class (i.e. class="crumb" with .crumb a:link, crumb a:visited, crumb a:hover, crumb a:active) HTH Kerrie
-
I think NetCRM+ would be useful to a company who sells via salesforce/calls and needs a catalog/website presence for information/reference. You could put a tab w/ a custom order form or similar.
-
I heard *maybe* next major release...not enough to plan around,
-
I looked into this pretty seriously and that is what I found out directly from NS. No checkout or add to cart functionality.
-
In NetCRM+ there is no shopping cart...just a website/catalog...that is the main issue I believe. You can add a custom order form or other custom solution.
-
I can get another domain if necessary - I just don't want more than one NS account....you sound promising (?)
-
Thanks DJ - I hope to see this functionality SOON! (any idea when?) As I said before, this has come up a number of times for my clients and would be a great competitive edge for NetSuite (as well as eBay integration, but that's another discussion!!) The work around I am considering now is to make the logo and tabs template…
-
That's a good point - I don't think there is anything in NetCRM+ that is not in full NetSuite.
-
OK - we all need it now, but since we don't have it... My attempts at a simple workaround (don't laugh) haven't worked. Can ANYBODY offer a solution I can use NOW: I would like to use a subset of my store's items in a separately branded web store. no possible way to get into the other items...I understand that there would…
-
OK, still need alittle clarification....NokNok, maybe you can help.... I'm assuming you have a list of items with a quantity box...how do the quantities get linked to the "add to cart" button...can the template be coded so the values get added/changed dynamically, depending on the price/quantity/number of items in the…
-
This is now working live and is ready for use. Here is a sample script based on the store saffronrouge (Jeff first asked for this functionality, so example here is based on his store - thank you Jeff) Copy this code into an HTML file on your desktop, double click it, then press hte button. You will be taken to hte…
-
That's a creative solution...also, you're able to get the dcotype in. Site looks nice. -Kerrie
-
to clarify...sitebuilder will allow you to add styles or a stylesheet to your page <head></head> area. Kerrie