Please add your name
Please add your last name
@
Please add your email
Please add your address
{% if location_is_available %}
{% partial 'form/locataion-select/locataion-select' %}
{% endif %}
{% set obShippingTypeList = ShippingTypeList.make().sort().active() %} {% if obShippingTypeList.isNotEmpty() %}
{% for obShippingType in obShippingTypeList %}
{% endfor %}

{% endif %} {% set obPaymentMethodList = PaymentMethodList.make().sort().active() %} {% if obPaymentMethodList.isNotEmpty() %}
{% for obPaymentMethod in obPaymentMethodList %}
{% endfor %}
{% endif %}