Display cart quantity in PLP and PDP: Proposal -Point Australia

Proposal Summary  This proposal covers both the functional and UI development for adding the Cart quantity on PLP and PDP pages in SCA webstore for Point Australia website. The cart quantity will be displayed based on the UOM.  Requirement   The client would like to display the Cart quantity on PLP and PDP pages similar… Continue reading Display cart quantity in PLP and PDP: Proposal -Point Australia

Second Source Rx-SuiteCommerce Implementation Proposal

Overall Application Requirements The client would like to develop a SCA website using Suite Commerce Advanced. SOW Account The development will be done on the domain www.2srx.shop in production. NetSuite Access We will be creating customer accounts on the website for development purposes. Bundle Installation The required bundles will be installed in production. Optional bundles… Continue reading Second Source Rx-SuiteCommerce Implementation Proposal

Infinite Scroll Extension

The Infinite Scroll extension loads content continuously as users scroll down the page, eliminating the need for pagination. This extension allows users to view items on the Product Listings page (PLP) easily and efficiently, ultimately encouraging sales. With the optional auto scroll feature, you can choose whether users need to click a button to show… Continue reading Infinite Scroll Extension

Website Setup-Set the Image Domain and Image Folder

The following procedures define prerequisite settings for using item images. To set the image domain and image folder: Go to Commerce > Websites > Website List. Click Edit next to your website name. Click the Images subtab. In the Image Domain field, select the domain you want to use. In the Image Folder field, select the path to the images folder (Web Site Hosting… Continue reading Website Setup-Set the Image Domain and Image Folder

Web Site Language Preferences

 Languages subtab to allow customers to view the site in different languages,Before setting language preferences, need to select the languages available on the site, and add translations for item record information. To select the languages available for your web site: Go to Commerce > Websites > Website List. Click Edit next to a website. Use the Language subtab to set… Continue reading Web Site Language Preferences

Useful NVM Commands

Commands Use node -v || node –version Check version nvm ls list installed versions of node (via nvm) nvm install 6.9.2 Install specific version of node nvm alias default 6.9.2 Set default version of node nvm use 6.9.1 Switch version of node nvm install –lts Install the latest LTS version nvm uninstall <node version> Uninstall… Continue reading Useful NVM Commands

Drop down arrow in select boxes

By default there is a drop-down arrow present in Html <select> tag,but some times  HTML select boxes do not show the drop down arrow.To resolve this issue we can use the below code in the SCSS file. select {    -webkit-appearance: listbox !important;    } Note:It will affect all the <select tags>

Email Template issue in Gmail

While using an email template, it may work properly in Outlook but not in Gmail, This issue may due to the Internal Usage of CSS( By using a <style> element in the <head> section), To avoid the issue try to use styling in Inline CSS (By using the style attribute inside HTML elements). Tips: Use inline CSS only Use Tables for layout For… Continue reading Email Template issue in Gmail

Working with SMT Landing Pages in a Sandbox Account

When working with Site Management Tools in a sandbox account, It is needed to configure the URL for landing pages to reflect the domain of the sandbox environment. If you fail to set this configuration property, you receive a Page Not Found error when attempting to access an SMT landing page in the sandbox environment. Configure Properties… Continue reading Working with SMT Landing Pages in a Sandbox Account