Hi,
I'm trying to inherit my template from website_sale.products_attributes, and display it. I am able to inherit the template successfully but could not able to display it where i need to.
<template id="weightfilter_product" name="Product Weight's Filter" inherit_id="website_sale.products_attributes">
<xpath expr="//form[hasclass('js_attributes')]" position="after">
You can see the my template header part above. How can i do this correctly? thanks.