My Stuff
Comments
-
Hi Linda, While in theory you'd think you could add a multi-select field to the SSP application, it could be extremely problematic from a usability perspective -- particularly for a mobile / responsive experience. Note that in NetSuite user interface, the way to make selections in a multi-select is by holding [shift] to…
-
Hi renjodm, Yes, the checkbox for "Return Invalid URLs as Search Results" applied to Sitebuilder implementations only, but it appears to have been deprecated in a later release. With post-Denali SCA, however, and invalid URL should not be returning search results: it should be returning a "Page Not Found. Sorry we could…
-
Hi dominicb, If you're concerned about the SEO angle, the answer is going to be not-so-much. As you know the bulk of SEO in Site Builder is driven by the meta data tags on the Item and Category records, not any dynamic content that may be fed into the page post-load event. The <%=include()%> tag is intended to be used to…
-
Hi fredpope, There are a number of steps for generating a site map for a SuiteCommerce Advanced product. Can you identify the SCA version you're operating? What configuration options are you selecting in the wizard? At which step do you get the error? What is the nature of the error?
-
Hi Martin, As you know, an item record in NetSuite has a single URL Component field, intended to be used across all NS ecommerce applications. Theoretically, customizing this on a per application basis would be as follows: 1) Create new custom fields to represent alternate URL Components dedicated to each individual NS…
-
Hi renjodm, In SCA Denali and later, you can determine this from the front end (provided that the application's global markers have not been manipulated): 1) Navigate to the SCA application's URL 2) Right click. 3) View Page Source. 4) Scroll to the bottom of the page. If your SCA application is Denali or later, there…
-
Hi AmPsy, The reason for this is that the homepage template uses the class home-cms on the wrapper container. If you have a look at the application level CSS for this element in _home-cms.scss, it extends Bootstrap's style definitions for container: .home-cms { @extend .container; } Bootstrap's responsive styles set…
-
Hi christopheryang, According to developers.suitecommerce.com, using a combination of isRecognized and isLoggedIn2 will indicate customer logged in: [LIST] [*]new (anonymous) user: isRecognized() == false and isLoggedIn2() == false [*]registered and logged in user: isRecognized() == true and isLoggedIn2() == true [*]user…
-
Hi jg777, If you're using Site Builder, there's a configuration that will enable shopping behaviour on out of stock items: Set Up > Site Builder > Set Up Website Under the Shopping subtab, Web Store Out of Stock Items. By setting the configuration to Disallow back orders but display out-of-stock message, an item which is…
-
Hi jg777, If you're using the legacy NetSuite cart/checkout (pre-Reference), it can be tricky for customization, and especially difficult to manipulate aesthetically without resorting to client-side manipulation. DOM hacks are strongly discouraged as unstable practice, as the dynamic assignment of nesting tables may be…
-
Hi Paul, The issue might stem from having a duplicate form for each item list cell. Your item detail page has a single form. In the View-Source for your Item List page, you have <form name="form112548"> opening at line 1418, immediately before your Item List Cell template starts. You then have a second <form…
-
Hi Steven, Typical File Cabinet Hosted records will have only one internal URL: the /core/media URL. This is the internal reference used in NetSuite. For File Cabinet records which are intended to be public-facing on the ecommerce application, best practice is to store these records under Web Site Hosting Files (id.-100)…
-
Hi christopheryang, If you're working with SCA Vinson or later there are configuration options for multi-images. It can be specified through configuration which option ID handles the image change. As this record's UI is driven by a Configuration JSON field (i.e. its fields are not record-type definition of configured…
-
Hi steve.s, Single Secure Domain Shopping and Checkout feature will be available as part of the Elbrus SuiteCommerce Advanced product release (tentatively March 2017). Patches may or may not be released by NetSuite for Denali, Mont Blanc, and Vinson--forward-looking statements, of course. Note that at this time NetSuite…
-
Hi dominicb, This limitation was announced as part of the Partner Trainings for New Release Features. It was asked by several participants in the Q&A: Q: "Will this work in SiteBuilder? We get asked that a lot." A: "The current plan is to support just SuiteCommerce Advanced customers with the supported bundles." Q: "do the…
-
I installed SiteBuilder Extensions Mont Blanc bundle for a Site Builder website on a sandbox account. I'm trying to do a deploy to the sandbox with gulp deploy --m sandbox After I enter the credentials I get the following error: Error: Deployment scriptlet not found, aborting. Please make sure the selected account/molecule…