An extension is created in SC standard where a checkbox is displayed and checked by default for email subscription Add the below HTML code to the template and SCA will check the email subscription by default
Author: Ravin Arooja
Implement Search in transaction pages using PO# or memo SCA Extension
An extension is created to search Sales orders based on PO# and quotes based on memo. The transaction column is enabled in SCA configuration. The extension extends list header js, quote list and purchase list. A template is also being overridden
SWAL for SCA Extension
This the AMD module we converted to for using a third party library in SCA extension. This way we we can reduce the load time of a page
Crypto.js as AMD for SCA Extensions
This module helps us to encrypt and decrypt data. This can be used in SCA extension for third party integration
PLP Image Resize
Jira Code: WF-3: Increase picture size on product category pages Increase the picture size of product photos so they are larger Extended the facet item child view, Facet Browse view Override the grid, table, list view templates
Extend Profile model in SCA
We extend the profile model to sign out and sign in a user when they’re first registering to the website. This is done in order to change the subsidiary to a new one
PLP Image Hover: Show Secondary Image Extenstion
Jira Code: Wf-7: Add alternative photo to pictures on product category so a second picture shows when user scrolls over picture Create an alternative photo on product list page to show when the mouse hovers over the image. Create a custom field in the item record and use that field for displaying as the hover… Continue reading PLP Image Hover: Show Secondary Image Extenstion
Add custom font in SCA
This post explains how to add custom font or web fonts or google fonts to SCA. This is only applicable for SCA version Aconcagua and later https://developers.suitecommerce.com/add-a-custom-web-font Download the font files from Google fonts, add the fonts to Assets folder Create new folder in Base sass style for fonts Now you can call the font… Continue reading Add custom font in SCA
Add Custom Entity Field Data to the Profile Model: SCA
To fetch custom entity custom fields using Commerce API method.
Bulk Rename Product Images
Setup > SuiteCommerce Advanced > Setup Website, then edit your website and go to the Advanced tab. In the Image Resizing section On this page you can also see the Images Folder, which is the location in the file cabinet where your product images live. Since we’re doing a bulk upload, we’ll be using the Advanced Add feature built… Continue reading Bulk Rename Product Images