We need to customized the components and we are setting the data-templates-url html file content like a bottom html content. tried with lots of permutation and combination. But not succeeded to override it.
Please provide us the way to define multiple component overridable in Snipcart integration.
We are planning to customize the following components.
Sign in form
Register form
Forget password form
Cart summary
Billing form
Shipping form
My account form (Dashboard)
Templates
<address-fields>
<div class="root">
<!-- Here rest nodes will defined -->
</div>
</address-fields>
<signin-form>
<authentication-view>
<div class="root">
<!-- Here rest nodes will defined -->
</div>
</authentication-view>
</signin-form>
<register-form>
<authentication-view>
<overridable name="register">
<div class="root">
<!-- Here rest nodes will defined -->
</div>
</overridable>
</<authentication-view>
</register-form>
</div>