remove lifeline code
This commit is contained in:
@@ -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 }}}
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user