feat: Add phone number validation to order confirmation

- Implemented phone number normalization and validation in custom_js.js.
- Added alert class to phone input on validation failure.
- Disabled confirm button until a valid phone number is entered.
- Updated custom.scss to style alert state for phone input.
- Modified footer.tpl to include a new custom JavaScript file.
- Updated head.tpl to reflect the new version of custom.css.
- Minor formatting adjustments in existing CSS and JS files.
This commit is contained in:
2025-09-21 22:50:02 +02:00
parent d5de4ca571
commit 61aae81845
8 changed files with 7134 additions and 14 deletions

View File

@@ -60,9 +60,10 @@
{else}
<div class="col-md-12">
{/if}
{hook h='displayCopyrightContainer'}
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="https://wyczarujprezent.pl/themes/charme/assets/js/custom_js.js?ver=1.003"></script>

View File

@@ -53,8 +53,7 @@
{block name='stylesheets'}
{include file="_partials/stylesheets.tpl" stylesheets=$stylesheets}
{/block}
<link rel="stylesheet" href="/themes/charme/assets/css/custom.css?ver=1.10028">
<link rel="stylesheet" href="/themes/charme/assets/css/custom.css?ver=1.10030">
{block name='javascript_head'}
{include file="_partials/javascript.tpl" javascript=$javascript.head vars=$js_custom_vars}