If you want to resize images files for your website, you can use the Image Resizing section on the WebSite Setup page. Here, you can specify the maximum height and width of the image and an ID for the image size. You will use the Image Size ID to include a specified image size in… Continue reading Setting Up Image Resizing for SuiteCommerce Advanced
Tag: SCA webstore
Token-Based Authentication Updates for Developer Tools
All versions of the developer tools, including the extension, theme, and SuiteCommerce Advanced (SCA) developer tools, must be updated to continue to support an ongoing secure implementation of token-based authentication. The updates described in these patch instructions are needed to remove the NLAuth authorization header from token-based authentication flows. Support for the the NLAuth authorization… Continue reading Token-Based Authentication Updates for Developer Tools
Resolve Error: “Page Not Found” in SuiteCommerce Advanced WebSite
Users may encounter an error “Page Not Found” on the initial product page load when accessing newly created items and Content Delivery pages on the site. The reason behind this is that the error appears on a specific page and then redirects to the actual product or content delivery page. Changes to a content delivery… Continue reading Resolve Error: “Page Not Found” in SuiteCommerce Advanced WebSite
How to override the default color of disabled date without using important
If the date picker has main class for table element as “table-condensed” .table-condensed>tbody>tr>td.day.disabled{ color: #00000; } By this way, we can avoid !important.
How to add webstore description field on Product Details Page in SuiteCommerce Advanced
There can be scenarios when the web store description is not shown on the SuiteCommerce Advanced webstore’s product details page. To solve this issue, the webstore must be configured properly as follows: Go to Lists > Accounting > Items View any item record displayed on the website > Web Store tab Determine if the product description is entered in Web Store Description field (Field ID: storedescription)… Continue reading How to add webstore description field on Product Details Page in SuiteCommerce Advanced
Dynamic Checkout Link for SCA Kilimanjaro
There are cases that customers would like to create a dynamic link being displayed on their webstore to be used as a reference as to where is the checkout page. To use it, add data-touchpoint within the <a> for Checkout in SCA Kilimanjaro. You may refer to the example below: <li><a data-touchpoint=”checkout”>CHECKOUT</li>
Intelligent Item Recommendations for Websites
The Intelligent Recommendations feature uses artificial intelligence algorithms to calculate and display items a shopper may be interested in buying. The algorithms use data such as: what the shopper bought in the past what other shoppers with similar transaction history bought in the past what other items were bought by shoppers who bought a specific… Continue reading Intelligent Item Recommendations for Websites
How check whether a price-level is active on SCA website
This article is to check whether a particular price level is active on a website, this can be used while working with price-level-related tasks. Go to Setup >Accounting>Accounting lists Select the filter option to price-level Then check the required price-level in the list and click ‘view’ After opening the record check the checkbox”Online price level”… Continue reading How check whether a price-level is active on SCA website
Guest Checkout: Disallowed if Email Address is already used by existing Web Customer Account
When a guest customer tries to checkout with an existing email we are not allowing them and throwing an error to the user to prevent duplicate customers with same email. It is an UE script deployed to lead records on BEFORE SUBMIT FUNCTION
Out of Stock Behavior in SuiteCommerce Advanced
To display out of stock items on SCA website we need to check the checkbox INCLUDE OUT OF STOCK ITEMS IN WEBSITE in Suite Commerce Advanced website setup. To set the behaviour of the Out of stock or add an Out-of-stock message, we will need to edit the item record and set the Out-of-stock behaviour.