link nav header cta directly to checkout
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user