Move the custom fields to the second customer column for better layout structure in booking and calendar page

This commit is contained in:
Alex Tselegidis 2024-07-01 09:43:33 +02:00
parent 2a41f2774f
commit f15d78797f
2 changed files with 8 additions and 10 deletions

View File

@ -284,6 +284,10 @@
<?php endforeach; ?>
</select>
</div>
<?php component('custom_fields'); ?>
<?php slot('after_primary_customer_custom_fields'); ?>
</div>
<div class="col-12 col-sm-6">
<div class="mb-3">
@ -346,10 +350,6 @@
<?php slot('after_primary_customer_fields'); ?>
</div>
<div class="mb-3">
<?php component('custom_fields'); ?>
</div>
</div>
</fieldset>

View File

@ -81,6 +81,10 @@
<?php endif; ?>
<?php slot('info_first_column'); ?>
<?php component('custom_fields'); ?>
<?php slot('after_custom_fields'); ?>
</div>
<div class="col-12 col-md-6 field-col mx-auto">
@ -134,14 +138,8 @@
<?php endif; ?>
<?php slot('info_second_column'); ?>
</div>
<div class="mb-3">
<?php component('custom_fields'); ?>
<?php slot('after_custom_fields'); ?>
</div>
</div>
</div>