link nav header cta directly to checkout

This commit is contained in:
2025-05-13 17:22:11 +05:00
parent 60a8398701
commit fb0871ff76

View File

@ -68,7 +68,7 @@ $checkout_url = add_query_arg(
<a href="<?= esc_url(wc_get_page_permalink('myaccount')); ?>">
<img src="<?= get_theme_file_uri('/assets/images/profile-button.svg'); ?>" alt="My Account">
</a>
<a class="join-us-cta btn btn--solid" href="#join-club-cta">Junta-te ao clube</a>
<a class="join-us-cta btn btn--solid" href="<?= $checkout_url ?>">Junta-te ao clube</a>
</nav>
</header>