A flipbook is an interactive, HTML5 online publication that has the look and feel of a real, page-turning publication (complete with page-turning sound effects, page shadows and more). Flipbooks are currently used to replace conventional digital PDFs and paper-based documents such as reports, presentations, magazines, catalogues, brochures, books and more. A digital flipbook looks and… Continue reading Flipbooks
Tag: SCA webstore
Proposal For B2B SuiteCommerce Advanced Website Implementation (Functional Requirments)
Functional Requirements User registration and login: The website should allow users to create accounts, register, andlog in securely with proper authentication methods. For every successful registration, theadministrator should be able to review the request and approve it, before the customer canplace Orders. Product Catalog: The website should provide an organized catalog of products, specific tothe… Continue reading Proposal For B2B SuiteCommerce Advanced Website Implementation (Functional Requirments)
Setting Up Image Resizing for SuiteCommerce Advanced
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
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