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
andyfletcher
Active Contributor
0 Kudos

In addition to Alessandro's comment, which is certainly true for local development, if you need to do this in CCv2 then you have to specify all shared addons and storefronts with subtly different syntax.

https://help.sap.com/docs/SAP_COMMERCE_CLOUD_PUBLIC_CLOUD/1be46286b36a4aa48205be5a96240672/9a3ab7d08...

e.g.

{
    	"addons": ["xyformssamples","xyformsstorefrontcommons"],
    	"storefronts": ["yacceleratorstorefront","yb2bacceleratorstorefront"],
    	"template": "yacceleratorstorefront"
}

I don't find the documentation particularly clear on this. In fact the Manifest Components Reference refers to "The AddOn name" and "The storefront extension name" with no mention of having multiple values. I assumed that that it would do some clever grouping of the manifest configuration to build the addoninstall command. It doesn't.

rajagayam
Discoverer
0 Kudos

thanks, andyf9 currently local development going on ,once we move changes to CCV2 will follow the same