Skip to content

Commit

Permalink
Update card-product.liquid
Browse files Browse the repository at this point in the history
  • Loading branch information
cm-sl authored Apr 9, 2024
1 parent d8f93a2 commit 3e62637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/card-product.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
{% assign hidePricesLoggedOut = false %}
{%- if hidePricesLoggedOut == true -%}
<div style="font-size: 14px; position: relative; z-index: 10">
Please <a href="/account" style="color: #000; text-decoration: underline">sign in</a> to see pricing
Please <a href="{{ routes.root_url }}/account" style="color: #000; text-decoration: underline">sign in</a> to see pricing
</div>
{%- else -%}
{% render 'price', product: card_product, price_class: '', show_compare_at_price: true %}
Expand Down

0 comments on commit 3e62637

Please sign in to comment.