Identify Checkout Pages

In SCA, the view or template of all checkout pages may be the same. In such cases, we need to identify different pages with class names or IDs to create different UIs on the checkout pages. The variable {{currentStep}} can be set as class or id on corresponding template file

Item Search API

Item Search API returns data from all item records based on the conditions we applied The Base url – http://www.mywebstore.com/api/items You can also build the URL for the next set of results using the limit and offset parameters returned by the API as  

Display the price based on subsidiary(Domain) on SCA Webstore

RequirementWhen the user is not logged into website the price displayed should be based the subsidiary (Domain). (Normally the price displayed will be based on default subsidiary). Solution In the SCA web stores by default the displayed price will be based on the currency of the default subsidiary when the user is not logged into the… Continue reading Display the price based on subsidiary(Domain) on SCA Webstore