Scenario: After deploying extension, Some extension may not be available in the extension manager.That time developer needs to activate some extension by globally searching by its name. And needs to delete the “target version” and need to edit manifest all the time while activating extension.Adding the image. Solution: Before deploying the extension, edit the manifest… Continue reading SC ExtMech Extension Activation
Tag: EXTENSION
Remove star rating
We can remove star rating section from entire website
Change the name of Payment method
To change the name of the payment method using extension
Automatic Time Calculation in SCA
How to calculate the remaining time based on the given date (which is set in configuration record)
Quantity Adding/removing
We can add , remove or change the quantity of the item in the cart or mini cart by applying a data-actions
Restrict customers to buy product more than the available quantity
There is an issue where if an item has 150 pcs left at the warehouse,you can still order 200 or more pieces through the online store. Can we make it so that people cannot add more pieces to their cart than what is actually available at the warehouse? solution: The solution to this issue is… Continue reading Restrict customers to buy product more than the available quantity
Identify Checkout Pages
In SCA, the view or template of all checkout pages may be the same. In such cases, we need to identify different pages with class names or IDs to create different UIs on the checkout pages. The variable {{currentStep}} can be set as class or id on corresponding template file
Identify my-account Overview page
To separate my-account overview page from other my-account pages add a class name as
TypeError: ProfileModel.getInstance is not a function
To solve the error shown in console define the variable profile as var profile = ProfileModel.ProfileModel.getInstance();
Update the PDP Image Gallery View
To make some modifications to the image gallery on the PDP page