cancel
Showing results for 
Search instead for 
Did you mean: 

How to install addon to multiple storefronts

rajagayam
Discoverer
0 Kudos

Hi Team

we have a requirement to create multiple storefront extensions.

created a new extension (B) using the existing Existing Storefront extension(A).

for Storefront A has already a few addons installed Ex:b2bacceleratoraddon

now same addon b2bacceleratoraddon trying to install to Storefront (B) then from Storefront A automatically that addon is uninstalling.

any suggestions?

View Entire Topic
alemasetto
Participant

As per the documentation: "If more than one storefront is specified, the storefront names must be separated by commas."

https://help.sap.com/docs/SAP_COMMERCE_CLOUD_PUBLIC_CLOUD/20125f0eca6340dba918bda360e3cdfa/8adf73658...

ant addoninstall -Daddonnames="AddOnName1,AddOnName2" -DaddonStorefront.<storefrontTemplateName>="Storefront1,Storefront2"
rajagayam
Discoverer
0 Kudos

thanks alemasetto its worked