PDP reusable Extension for other accounts.

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.

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.

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

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