I have an extension targeting customer-account.profile.addresses.render-after
and customer-account.profile.company-location-addresses.render-after
, but there’s no way of adding the B2B extension in the admin.
[[extensions.targeting]]
module = "./src/B2CAddressBlock.tsx"
target = "customer-account.profile.addresses.render-after"
[[extensions.targeting]]
module = "./src/B2BAddressBlock.tsx"
target = "customer-account.profile.company-location-addresses.render-after"
Editor only shows B2C profile but not B2B profile. I’ve added the app, but it only shows for B2C.