link book club sign up button
This commit is contained in:
@ -3,6 +3,9 @@
|
||||
/**
|
||||
* Template Name: Book Club Landing
|
||||
*/
|
||||
|
||||
// Get the product URL for the book club membership
|
||||
$book_club_membership_url = wc_get_product_permalink(wc_get_product_id_by_sku('book-club-membership')) ?: '#';
|
||||
?>
|
||||
|
||||
<!DOCTYPE html>
|
||||
@ -122,7 +125,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="book-club-examples-cta">
|
||||
<a href="#" class="btn btn--solid">FAZ PARTE DO CLUBE</a>
|
||||
<a href="<?= esc_url($book_club_membership_url); ?>" class="btn btn--solid">FAZ PARTE DO CLUBE</a>
|
||||
<p>Por apenas 24,60€/mês</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -210,7 +213,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="book-club-benefits-cta">
|
||||
<a href="#" class="btn btn--solid">FAZ PARTE DO CLUBE</a>
|
||||
<a href="<?= esc_url($book_club_membership_url); ?>" class="btn btn--solid">FAZ PARTE DO CLUBE</a>
|
||||
<p>Por apenas 24,60€/mês</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user