{entity.custentity_customer_customersegments} IN (‘Wholesale Blvd’,’Wholesale PT’)
Tag: suitecommerce web site
Resolve Internal Error Search Failed in SuiteCommerce Web Sites
Upon viewing all items in the web store, the Error: “Internal Error Search Failed” is displayed. The same error also happens on the Item Search API. However, when you remove the “fieldset=search” URL parameter to the Items Search API URL request, the list of items will be returned. One possible cause of this is that the Display… Continue reading Resolve Internal Error Search Failed in SuiteCommerce Web Sites
Add footer to your website.
create five configuration for footer content but we have default configuration for that configuration we have to create sub configuration for changing content for footer. Code for that{ “type”: “object”, “subtab”: { “id”: “myfooter”, “group”: “extensions”, “title”: “myfooter” }, “properties”: { “myfooter1.config”: { “group”: “extensions”, “subtab”: “myfooter1”, “type”: “string”, “title”: “myfooter_titel1”, “description”: “Config description example”,… Continue reading Add footer to your website.
Commerce API
The Commerce API exposes a set of shopping objects and functions, that you can use to: Develop web store customizations. Create SSP application scripts, along with the full range of existing server-side SuiteScript. For details about the SuiteScript API, see SuiteScript Functions. See the following topics for more information about the Commerce API: Shopping Objects – The… Continue reading Commerce API
Difference between Array and Array of Objects in JavaScript
In this article, we will see the differences between Array and Array of Objects in JavaScript. Array: An Array is a collection of data and a data structure that is stored in a sequence of memory locations. One can access the elements of an array by calling the index number such as 0, 1, 2,… Continue reading Difference between Array and Array of Objects in JavaScript
How to check whether an array includes a particular value or not in JavaScript?
Construction of an array followed by checking whether any particular value which is required by the user is included (or present) in the array or not. But let us first see how we could create an array in JavaScript using the following syntax- Syntax: The following syntax would be helpful for any user for the creation… Continue reading How to check whether an array includes a particular value or not in JavaScript?
Workbook for SuiteCommerce Analytics Data – Backup data before category/item CSV import
Go to Analytics > Workbooks tab. Click New Workbook. Click New Dataset. If you already have a dataset, you can click the Dataset Name instead of creating a new dataset. Select a record type to analyze. The search bar is helpful for locating a record type. To search, enter any word or character from the record type name. No… Continue reading Workbook for SuiteCommerce Analytics Data – Backup data before category/item CSV import
Suitecommerce Advanced – Add to cart button not displaying, Price not displaying
Issue – Some times SCA website does not display Add to cart button and price for items even when all settings are correct. Solution 1 Go to Commerce > Websites > Website List Edit the website record Remove the value in the field DEFAULT CUSTOMER CATEGORY. Save the record Solution 2 Go to Commerce >… Continue reading Suitecommerce Advanced – Add to cart button not displaying, Price not displaying
Add to cart issue-new customer have an issue of adding items in cart for the first time
Jira Code: SCL-162 Description-ISSUEWhen a new customer register from the website and when they are trying to add an item to cart for the first time , an error modal displays showing, “Sorry, there is a problem with this Item and can not be purchased at this time”.But the item will be added to cart.This… Continue reading Add to cart issue-new customer have an issue of adding items in cart for the first time
Update the SSL Certificate -Automatic method
Procedure to do the update of SSL certificate1. setup>suitecommerce advanced>domain>view 2. Check if DNS is configured correctly. 3.Click on edit 4.Then in certificate tab,enable USE SSL CERTIFICATE TO SECURE DOMAIN and click automatic and enable the agreement .Then save. Note:If the domain type is Single Domain for Web Store and Checkout. The checkbox USE SSL… Continue reading Update the SSL Certificate -Automatic method