Local Setup – Suite Commerce

SuiteCommerce Developer Tools with version 20.2 or later, replaced the traditional NetSuite credential-based authentication method with token-based authentication. Follow the steps below to enable these features in NetSuite.   Navigate to Setup > Company > Enable Features.   Click the SuiteCloud subtab. Then enable the following features. Click Agree if a Terms and Conditions window… Continue reading Local Setup – Suite Commerce

SKIN SCA

Navigation for the Skins:    For creating, updating, or activating the new skin, we have to do it through the Site Management Tools (SMT). To navigate to the skins, follow the below steps.   Login to your SMT page, click on the gear icon at the right top of your screen, and click on the… Continue reading SKIN SCA

SCA Feature Modules

SuiteCommerce Advanced (SCA) feature modules define the behavior for a specific feature or related functionality. Feature modules generally conform to the Model-View-Present (MVP) design paradigm prescribed by Backbone.js. Therefore, that they implement some combination of the following:  Entry Point: defines how the module interfaces with the top-level application.  Routers: direct URLs to client-side methods.  Views:… Continue reading SCA Feature Modules

URL Parameters for Adding Items to the Cart

NetSuite supports two different URLs for adding items to the shopping cart: /app/site/backend/additemtocart.nl: Use this URL to create “Add to Cart” buttons for items on an external catalog site or on a website composed of hosted HTML pages. /app/site/backend/intl/additemtocart.nl: Use this URL specifically in a web store associated with a OneWorld account. It allows creating… Continue reading URL Parameters for Adding Items to the Cart

Product Reviews Custom Record

The Product Reviews record displays all reviews for an item in the Product Reviews subtab of the Item record under the SuiteCommerce Product Reviews tab. A moderator can evaluate reviews and control the display of reviews on your website. Note: Product review statistics are only calculated for approved reviews. In the top panel of the… Continue reading Product Reviews Custom Record

Create a Product Feed

The SuiteCommerce Product Feed extension includes default saved searches for Google, Facebook, and custom CSV outputs. You can use these templates to create new saved searches that include additional information you may want to add to your product feed. Only saved searches created within the Product Feed record will be displayed in the Saved Search… Continue reading Create a Product Feed

Gate Keeper Extension

This extension is to navigate to the checkout page when the user is logged out, pages shown on the config record will be only shown Configuration File {     “type”: “object”,     “subtab”: {         “id”: “gatekeeper”,         “title”: “Gate Keeper Extension”,         “description”:… Continue reading Gate Keeper Extension

iOS-Specific Display Issues in SuiteCommerce

Text Rendering Issues: iOS devices can render fonts differently. Ensure your CSS includes web-safe fonts and consider using font smoothing: -webkit-font-smoothing: antialiased; Handling Form Elements: Form elements can behave unpredictably on iOS. Use -webkit-appearance: none; to standardize the appearance: input, select, textarea { -webkit-appearance: none; } Smooth Scrolling: Enable smooth scrolling for a better user… Continue reading iOS-Specific Display Issues in SuiteCommerce

Get Created Date and Compare it with our Current Date and Time

We have created an extension in which order time will be stored in the Sales Order (SO). Based on the current time and the order time, we will provide an option for customers to edit an order. They can add, remove, and update items. This edit option is available on the My Account page. The… Continue reading Get Created Date and Compare it with our Current Date and Time