fix: hide certain custorder settings if not applicable
This commit is contained in:
parent
da4450b574
commit
0212e52b66
|
@ -24,6 +24,9 @@
|
||||||
</b-checkbox>
|
</b-checkbox>
|
||||||
</b-field>
|
</b-field>
|
||||||
|
|
||||||
|
<div v-show="simpleSettings['rattail.custorders.new_orders.allow_contact_info_choice']"
|
||||||
|
style="padding-left: 2rem;">
|
||||||
|
|
||||||
<b-field message="Only applies if user is allowed to choose contact info.">
|
<b-field message="Only applies if user is allowed to choose contact info.">
|
||||||
<b-checkbox name="rattail.custorders.new_orders.allow_contact_info_create"
|
<b-checkbox name="rattail.custorders.new_orders.allow_contact_info_create"
|
||||||
v-model="simpleSettings['rattail.custorders.new_orders.allow_contact_info_create']"
|
v-model="simpleSettings['rattail.custorders.new_orders.allow_contact_info_create']"
|
||||||
|
@ -33,6 +36,9 @@
|
||||||
</b-checkbox>
|
</b-checkbox>
|
||||||
</b-field>
|
</b-field>
|
||||||
|
|
||||||
|
<div v-show="simpleSettings['rattail.custorders.new_orders.allow_contact_info_create']"
|
||||||
|
style="padding-left: 2rem;">
|
||||||
|
|
||||||
<p class="block">
|
<p class="block">
|
||||||
If you allow users to enter new contact info, the default action
|
If you allow users to enter new contact info, the default action
|
||||||
when the order is submitted, is to send email with details of
|
when the order is submitted, is to send email with details of
|
||||||
|
@ -47,6 +53,9 @@
|
||||||
${h.link_to("New Email Request", url('emailprofiles.view', key='new_email_requested'))}
|
${h.link_to("New Email Request", url('emailprofiles.view', key='new_email_requested'))}
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3 class="block is-size-3">Product Handling</h3>
|
<h3 class="block is-size-3">Product Handling</h3>
|
||||||
|
|
Loading…
Reference in a new issue