My Stuff
Comments
-
I'll also agree with SLC_Jorge. We actually ran two different sites with one being primarily ecommerce. We're currently in the same process with SuiteCommerce in bringing everything together in NetSuite. It just makes things much more easier to manage in the long haul. It'll add a little more up-front costs, but it should…
-
You can create a customization to handle this using some scripting and custom records.
-
You can put your left side navigation inside of a tag, put that tag in the theme section. On the tab/page you do not want the nav to show on, use tag substitution to set the value of the tag to empty and nothing should show.
-
We've used SuiteCommerce and received very good results on all projects thus far.
-
If I remember correctly, I think sometime in 2012 was what was projected - nothing in stone though.
-
1. To change the subject line of the first email, you need to go to Setup > Web Site > Customize Text and go to the Email tab. At the bottom should should see the following: Your order no. {1} has been received Using the input field to the right, you can enter customized text. {1} represents the order confirmation number.…
-
What type of feeds do they support? Depending on how frequent you want to submit your feed and the required method of submission to TheFind you could potentially do this with a saved search export or if you want more automation using SuiteScript or web services unless an existing 3rd party integration exists.
-
What Evan demo'd utilized some new functionality NetSuite is possibly going to release down the road to allow for flexibility of the checkout process by adding code to standard HTML pages allowing you to do customizations such as the one-page checkout he showed. Not quite there yet...but hopefully soon
-
We've used one developed by SuiteCommerce. It works pretty good and allows for a decent bit of flexibility. I think that no matter what you're looking at something involving some Suitelets and custom scripting to get faceted navigation.
-
You can use some jQuery to move the list of available shipping options into a new table row underneath the country/zip code selection area.
-
Thanks for the updated D.J. The issue is affecting more than just multi-site accounts. I have a few accounts not running multi-site where the issue is occuring. The issue isn't regarding checking the SCO checkbox, but rather selecting the custom online sales order form to be used. None of the custom forms created (online…
-
We're having the same issue. None of our customized external sales order forms (cash sale or invoice) are showing up in the dropdown - just the standard ones.
-
You could use something like a simple IF statement to check the status of the particular customer on the page using the <%=getCurrentAttribute('customer', 'entitystatus', 'Guest')%> and show the appropriate price level from there.
-
I see what you mean. I believe there is another option you can do besides Meta Tag verification. Perhaps that will work.
-
I would verify this one http://shopping.netsuite.com/buyschockslides since I'm assuming all of the links in your feed go off this URL. In any case you want to verify whatever the links in your feed are from, because it will not let you link to anywhere else. Check your home page to see if the Meta Tag information is there.…
-
Typically when you configure DNS, the www prefix uses a CNAME record to point back to the domain which uses an A record to point to your host. I believe your root domain will require an A record as opposed to just using a CNAME. By the sounds of it, you want to have your NS site on http://mystore.com and something else on…
-
You should be able to verify your domain by adding a piece of Meta HTML to your Meta Tag field. Since you only need to verify the root of the domain, simply add this on your welcome tab which should be your root. Paste Google's code in the Meta Tag HTML field, save, and hit verify in Google. Go ahead and claim your domain…
-
With a small amount of scripting and some custom records, you can create your own product reviews fairly easily.
-
We did the same with a small C# integration to create the necessary feed to Google Base using SuiteTalk. Create a saved search in NS, use the SuiteTalk to get the data and do any advanced manipulation you need to do on the data. You'll need to use an XML format though because NetSuite's file cabinet (if you are pointing to…
-
You could create a small suitelet that checks the current logged in customer, pulls in the custom fields into a custom form, and then on submission updates the associates fields on the customer record. Deploy it to the Customer Center under the appropriate category/label.
-
We've done the same thing for multiple data feeds. We use NetSuite web services to build an XML file for Google Base. We have over 12,000 SKUs that seem to run no problem. Google Base is configured to retrieve the data feed nightly. Depending on the size of the file and usage constraints, I'd assume the same can probably…
-
anyone able to find this? I tried searching and nothing comes up
-
Has anyone gotten this to work with matrix items? I had the syntax correct as stated, but receive an error saying the particular item combination cannot be found or if I add multiple items (some w/o matrix) it does add them. I was able to successfully add one by using the matrix child internal ID and also doing it one by…
-
Are you looking to search for all custom records that just have a value in the field custrecord_sales_order (i.e. the field is not empty)?
-
You should be able to get the ID and Join for the journal entry by using the formula pop-up that lets you select fields. Browse to the JE#... join option and choose Amount (debit) and it should input back the field ID
-
What if you did the following: ({netamountformula...}) - (MAX({extcost}) - SUM({JE#:amount}))
-
You'll probably have to write a small script to do this (workflows won't handle the line items). I don't think it will let you use summary criteria in the field formulas or reference sublist values. A small client or user event script could handle this though.
-
The new 2012.1 workflow will allow for record transactions which should allow you to go from sales order -> item fulfillment and then sales order -> invoice. If your orders are coming in from the website, won't the payment method be set to a CC method, which would be processed through a cash sale? Are you enabling…
-
We've been using the UPS only version of Ozlink for about 4-5 months now. It is a huge efficiency booster as Kelly mentions. I can't imagine going back to our old methods. Support is excellent, and the product just works effortlessly.
-
We just recently changed from using the NS/UPS integration to using WorldShip via OzLink's UPS integration. It has considerably cut down our time to do shipments at least in half if not more. The bulk of our time shipping now is spent packaging vs. actually processing the shipment at the terminal. The biggest benefit for…