The source files for SuiteCommerce Advanced (SCA) are organized in multiple modules. Each module defines a specific area of functionality which generally falls in one of the following categories: Application modules: define high-level collections of features that perform similar types of functions. SCA includes three separate applications: Shopping Checkout My Account Feature modules: define specific… Continue reading SCA Module Architecture
Category: SuiteCommerce
What are Media Queries in SCA
In the context of SuiteCommerce Advanced (SCA), media queries are used to create responsive web designs that adapt to different screen sizes and devices. Media queries allow developers to specify different styles for different devices or screen sizes by applying CSS styles only when certain conditions are met. Media queries in SCA are typically written… Continue reading What are Media Queries in SCA
coding standard of Suite Commerce
HTML coding standards in SCA Use Lowercase Element Names HTML allows mixing uppercase and lowercase letters in element names. However, recommend using lowercase element names. Good Bad Close All HTML Elements In HTML, you do not have to close all elements (for example the <p> element). However, it is strongly recommend closing all HTML… Continue reading coding standard of Suite Commerce