hey @Guifonte
paste this code in your account page, at end of the file,
{% if customer %}
{% endif %}
and to render the link paste this one to display it on screen.
A user seeks custom code (no apps) to display conditional links on the customer account page based on specific customer tags.
Requirements:
Solution Provided:
A developer offered JavaScript/Liquid code to paste at the end of the account page file, with separate markup code to render and display the links.
Current Status:
The original poster is uncertain about locating the account page file (shared a screenshot of theme code settings) but mentioned adding custom Liquid code directly through the theme customizer. They will report back on whether the solution works.
hey @Guifonte
paste this code in your account page, at end of the file,
{% if customer %}
{% endif %}
and to render the link paste this one to display it on screen.