Hello,
i would like to change the "[Sign in to view price]" span to a button where the customer gets directly to the sign in/register page. Anybody can help me to get this done?
Thanks in advance,
Philip Law
Hello,
i would like to change the "[Sign in to view price]" span to a button where the customer gets directly to the sign in/register page. Anybody can help me to get this done?
Thanks in advance,
Philip Law
Not a button but a link is the most easiest way.
Administration->Languages->Translations->Search for "sign in to view price" and replace the value with
[Sign in to view price]
You can also add class="ty-btn ty-btn__primary" attribute to the link
Thank you! Works perfectly