mirror of
https://github.com/myronblair/parkerslingshot
synced 2026-06-30 17:50:22 -05:00
Fix waiver URL to point to parkerslingshot.epictravelexpeditions.com
This commit is contained in:
+3
-3
@@ -102,7 +102,7 @@ if ($isAjax) {
|
||||
'waiver' => [
|
||||
'label' => 'Sign Your Rental Agreement',
|
||||
'detail' => 'Your digital rental agreement still needs to be signed before your pickup. It only takes a minute and can be done on any device — no printer required.',
|
||||
'cta' => "<div style='margin-top:10px'><a href='https://parkerslingshotrentals.com/waiver.php?ref={$ref}' style='display:inline-block;background:#f97316;color:#fff;text-decoration:none;padding:9px 20px;border-radius:6px;font-weight:700;font-size:13px'>Sign Agreement →</a></div>",
|
||||
'cta' => "<div style='margin-top:10px'><a href='https://parkerslingshot.epictravelexpeditions.com/waiver.php?ref={$ref}' style='display:inline-block;background:#f97316;color:#fff;text-decoration:none;padding:9px 20px;border-radius:6px;font-weight:700;font-size:13px'>Sign Agreement →</a></div>",
|
||||
],
|
||||
'insurance' => [
|
||||
'label' => 'Proof of Personal Auto Insurance',
|
||||
@@ -784,7 +784,7 @@ textarea.notes-ta:focus{border-color:#f97316}
|
||||
</span>
|
||||
<?php if (!$stepWaiver && !$cancelled): ?>
|
||||
<div class="flow-action">
|
||||
<a class="flow-link" href="https://parkerslingshotrentals.com/waiver.php?ref=<?= urlencode($b['booking_ref']) ?>" target="_blank">Open Waiver Link ↗</a>
|
||||
<a class="flow-link" href="https://parkerslingshot.epictravelexpeditions.com/waiver.php?ref=<?= urlencode($b['booking_ref']) ?>" target="_blank">Open Waiver Link ↗</a>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
@@ -1032,7 +1032,7 @@ textarea.notes-ta:focus{border-color:#f97316}
|
||||
|
||||
<div style="margin-top:1.25rem;padding:1rem;background:#f9fafb;border-radius:8px;font-size:.8rem;color:#6b7280">
|
||||
<strong style="color:#111;display:block;margin-bottom:.35rem">Waiver Link</strong>
|
||||
<code style="word-break:break-all;font-size:.72rem">https://parkerslingshotrentals.com/waiver.php?ref=<?= htmlspecialchars($b['booking_ref']) ?></code>
|
||||
<code style="word-break:break-all;font-size:.72rem">https://parkerslingshot.epictravelexpeditions.com/waiver.php?ref=<?= htmlspecialchars($b['booking_ref']) ?></code>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user