Requirement: The requirement is to add custom item fields in the inventory item for Key Features for the item in the item record. Add a new checkbox field and a text field which will a hyperlink and when that checkbox is checked we’ve to show a pdf file for download. In this change, there’ll be… Continue reading PDP reusable Extension for other accounts.
Tag: sca extension
How to deploy an extension by changing its version.
If we want to update an extension then while deploying it will be better practice to change its version after the update. For changing the version while deploying go to the Manifest.json file and there you can change the version, without changing the Name and Fantasy name of the extension. For example, If there is… Continue reading How to deploy an extension by changing its version.
Checkout the extension and its functionality description.
Requirement: The requirement is to add a custom address area like in the standard SCA website we’ve to make changes to the Item cart summary section. Changing the PayPal text on the Payment page. Adding a popup to the Edit button while we’re clicking on it it’ll prevent us to edit the address and it’ll… Continue reading Checkout the extension and its functionality description.
Extension to show available quantity in checkout page
Display Customer ID in my account profile information page with title
JIRA code:840 Created a new extension “profile information”. Added customer name in template . Template file: Entry file:
CSS Error Hides First div Element on Product Details Page
Step 1. Override the Item.Details.View.js File To override the Item.Details.View.js file, located in the ItemDetails module, create a directory in which to store your custom modules. For example, Modules/extensions. Open this directory and create a subdirectory to maintain your customizations. Give this directory a name similar to the module being customized. For example, create Modules/extensions/ItemDetailsExtension@1.0.0 In your new ItemDetailsExtension@1.0.0 directory,… Continue reading CSS Error Hides First div Element on Product Details Page
Code for setting a particular currency to a website from available currencies
Here in the code snippet, it is setting currency value to US dollar from available currencies.
Show barcode in wishlist page
Show barcode for each item in wishlist page. JS file Template file : add the variable in the place where required <p class=”wishlist-barcode”>{{wishlistBarcode}}</p>
Extension Development Life Cycle
Stage Activity Gulp Command to Use Result 1 Create New ExtensionCreate a baseline extension — Get started by creating the files needed for a basic Hello World extension. Create New Extensiongulp extension:create Create New ExtensionExtension developer tools create a Workspace directory and a subdirectory that contains the files and initial module for your extension. This… Continue reading Extension Development Life Cycle
Logo Upload Utility in SCA Webstore
Implement a Logo Upload functionality on Home, PLP and PDP pages. Using the functionality the users can upload their logo image from the device to the website.The uploaded logo need to be stored locally in non-logged case and to the customer record in logged in case Entry point file view file Template file Suitescript files… Continue reading Logo Upload Utility in SCA Webstore