is it possible to have multiple partialRootPaths in Fusion (looking at T3 )?
In my skin package: templatePath.@process.override = 'resource://My.Skin/Private/Fusion/Components/Catalog/Product.html' partialRootPath = 'resource://My.Products/Private/Fusion/Components/Catalog/Partials'
But I want to overwrite some partials, something like: partialRootPath.@process.skin = 'resource://My.Skin/Private/Fusion/Components/Catalog/Partials'
You could then pass an array into “partialRootPath” that sets multiple of those. Didn’t try out myself, but something like that would work. It’s quite low-level though. You may want to think about replacing your use of partials with Fusion prototypes instead, they are much easier to extend/replace in this way