The users ask me how they can renew a license!
In the template I found this

But is not displayed - why not?
In the template I found this
Code:
<xf:if is="$license.Product.canPurchase($license)">
<xf:button href="{{ $isValid ? link('dbtech-ecommerce/purchase', $license.Product, {'license_key': $license.license_key}) : '' }}" class="{{ $isValid ? '' : 'is-disabled' }}" icon="purchase" overlay="true" data-cache="false">
{{ phrase('dbtech_ecommerce_renew_license') }}
</xf:button>
</xf:if>

But is not displayed - why not?