I don't want to move forward with any of the above

please proceed with services paid for already.

Free Quote Service

Additional Services Not Needed
Additional Services Not Needed
{% if order.jobs.size > 0 %} {% assign matching_jobs = '' %} {% assign property_count = 0 %} {% for _job in order.jobs %} {% assign job = _job[1] %} {% if job.item.type == '' %} {% assign property_count = property_count | plus: 1 %} {% assign matching_jobs = matching_jobs | append: job.id | append: ',' %} {% endif %} {% endfor %} {% if property_count == 1 %} {% assign matching_job_ids = matching_jobs | split: ',' %} {% assign single_job = order.jobs[matching_job_ids[0]] %} {% assign services = single_job.services['i-dont-want-to-move-forward-with-any-of-the-above-please-proceed-with-services-paid-for-already'] %} {% unless services %} {% else %} {% endunless %} {% elsif property_count > 1 %}

Add Service to an Existing Job

{% assign job = order.jobs[active_job_id] %} {% assign _services = job.services['i-dont-want-to-move-forward-with-any-of-the-above-please-proceed-with-services-paid-for-already'] %}
{% unless _services %} {% else %} {% endunless %}
{% else %} {% endif %} {% else %} {% endif %}