remove lifeline code

This commit is contained in:
Tony Volpe
2024-12-02 16:53:56 -05:00
parent f312e57489
commit 3df726ddf7
4 changed files with 34 additions and 52 deletions

View File

@@ -7,7 +7,7 @@
<div class="step-1-extras">
<p class="consumer-primary fw-bold">Subscriber Contact Information</p>
<p>Please enter the information for the person who will be using the Lifeline service.</p>
<p>Please enter the information for the person who will be using the MedicalAlert service.</p>
{{{ subscriber_first_name }}}
{{{ subscriber_last_name }}}

View File

@@ -14,18 +14,17 @@
<div class="connection-types">
{{#if showHomesafeOptions}}
<div class="connection-types mt-4">
<p class="option-heading">Select Your System Type:</p>
{{#if currentProductIsHomeSafe}}
{{#each autoAlertProducts}}
<a class="me-3" href="{{ permalink }}" data-product-id={{ id }}>
{{ _product_attributes.connection-type.value }}
</a>
{{/each}}
{{/if}}
</div>
{{/if}}
{{#if showHomeOptions}}
<div class="connection-types mt-4">
<p class="option-heading">Select Your System Type:</p>
{{#if currentProductIsHome}}
{{#each homesystemProducts}}
<a class="me-3" href="{{ permalink }}" data-product-id={{ id }}>
{{ _product_attributes.connection-type.value }}</a>
{{/each}}
{{/if}}
</div>
{{/if}}
{{#if showOTGOptions}}
<div class="connection-types mt-4">