i have set login button on product details page in price place when they click need to go to login but is going to cart page please help me to how to fix this
this is the code for that
##
{% if product.selected_or_first_available_variant.price > 0 %}{{ product.selected_or_first_available_variant.price | money }}{% else %}{{ 'products.product.free' | t }}{% endif %}{% if product.selected_or_first_available_variant.compare_at_price > product.selected_or_first_available_variant.price %} <del>{{ product.selected_or_first_available_variant.compare_at_price | money }}</del>{% endif %}
{{ 'products.product.savings' | t }} {{ product.selected_or_first_available_variant.compare_at_price | minus: product.selected_or_first_available_variant.price | money_without_trailing_zeros }}
{% if product.collections %}
{% for collection in product.collections %}
{% if collection.title == 'On Request'%}
[SUPPLY NOW](https://seller.work-tops.com/index.php?p=login)
{% else %}
{% unless customer %}
{% endunless %}
{% endif %}
{% break %}
{% endfor %}
{% endif %}