updated to add country membership, singles and honorary recognition

This commit is contained in:
twotalesanimation
2025-12-20 00:32:29 +02:00
parent 782d343243
commit 9653443c09
8 changed files with 360 additions and 11 deletions

View File

@@ -50,6 +50,11 @@ if ($showRenewModal) {
if ($payment_status === 'PENDING RENEWAL') {
$showRenewModal = false;
}
if (isMembershipExpiringSoon($user_id)) {
$showRenewModal = true;
} else {
$showRenewModal = false;
}
}
$stmt->close();
@@ -742,7 +747,7 @@ if (countUpcomingTrips() > 0) { ?>
</div> -->
<div class="modal-body">
Your membership will be expiring soon. Click below to renew now.
<a style="width:100%; display:block;" href="renew_membership" class="theme-btn style-two style-three mt-3">Renew Now</a>
<a style="width:100%; display:block;" href="renewal_payment" class="theme-btn style-two style-three mt-3">Renew Now</a>
</div>
<div class="modal-footer">
<button type="button" style="width:100%; display:block;" class="theme-btn" data-bs-dismiss="modal">Remind Me Later</button>