Netsuite

Add Matrix Items, Options and Pricing to your Netsuite Website / Webstore

This is a Step by Step How to Add a Matrix Item in Netsuite PRELIMINARY Firstly you need to make sure you are using the following tag in your HTML Item Template for Item Drilldowns to display your checkout options. <%=getCurrentAttribute(“item”, “salesPriceHTML”)%> which gives you a dynamically changing price. <%=getCurrentAttribute(“item”, “addToCartHTML”)%> which gives you your option menus, delivery date and submit button. Make sure to wrap a table around this one if you are trying to style it somewhere else besides its own row. For example: <div id=”drilldown-add”> <table> <tr> <td> <%=getCurrentAttribute(“item”, “addToCartHTML”)%> </td> </tr> </table> </div> STEP BY STEP Create or Edit a Custom List Setup -> Customize -> List -> Select/Add Option Value -> Add Values Show options in -> Choose Matrix Option List -> Checked Create or Edit a Custom Item Field Setup -> Customize -> Custom Item Fields -> Select/Add Option-> Check Item Types Matrix Option -> Check Type -> Multiple Select List/Record -> List Chosen Store Value -> Checked Create or Edit a Transaction Item Option Setup -> Customize -> Transaction Item Options -> Select Option/Add -> Check “Web Store” If the Option is to be Included but not seen, check Hidden. Sourcing & Filtering -> Source List -> “Item” Sourcing & Filtering -> Source From-> Item Field Chosen Create or Edit a Matrix Item Lists -> Websites -> Select / Add Item Use the Matrix Wizard to Create a Matrix. Custom Tab -> Item Options -> IMPORTANT: CHOOSE The Item Option that Corresponds to the Matrix Chosen! That very last step is not so intuitive, because normally you would use that to select regular item options that have no bearing on price. You need to hold ctrl and click on the Matrix Option plus whatever other options you need. Hopefully this can be of help to you!

Read more

Remove Information Items and Categories from Netsuite Searches – How To

Netsuite Search is essential for your shoppers to find what they are looking for. However, running a Netsuite eCommerce site, you really don’t need to show your clients your content in search results, when most of the time they will be looking for items. It is easy to remove your content and categories (including tabs) from search results: Under Setup on the Menu Bar Highlight Website Then Highlight Setup Website Choose your Website / Webstore This will guide you to your main Website setup screen, we still have a little more navigation to do. Go to the “Search Section” Go to the “Global Search” Section Uncheck Include Categories Uncheck Include Information Items Pretty easy right? Happy searching!  

Read more

How to Remove or Disable Invoicing Option for Netsuite Web Stores

Every website in Netsuite has the option on Checkout to choose between being Invoiced or going straight to a Sales order form that supports Credit Cards or ACH. Most of the time you will not want Invoicing enabled because it is an inefficient way of dealing with online sales. It is pretty easy to disable the invoicing feature but it’s somewhat buried, as are most Netsuite settings.. Under Setup on the Menu Bar Highlight Website Then Highlight Setup Website Choose your Website / Webstore This will give guide you to your main Website setup screen, we still have a little more navigation to do. Go to the “Shopping Section” Go to the “Checkout Preferences” Section Find the Sales Order Type option Here you will be able ot choose a static Sales ORder type from your Sales Order types, setup elsewher ein Netsuite, or you can choose “Per Customer Basis”. Per customer basis opens up the Credit Card Form and Invoice Form field, allowing you to set different ones for each. Notice that this will open a radio menu in your Netsuite customer checkout allowing for Invoicing. That’s it!

Read more