This commit is contained in:
merdan 2024-05-17 17:44:58 +05:00
parent b2844a8116
commit 5f3efa137f
1 changed files with 2 additions and 1 deletions

View File

@ -127,7 +127,8 @@
{{ __('shop::app.checkout.onepage.phone') }} {{ __('shop::app.checkout.onepage.phone') }}
</label> </label>
<input type="text" v-validate="'required|numeric'" class="control" id="billing[phone]" name="billing[phone]"3 <input type="text" v-validate="'required|numeric'"
class="control" id="billing[phone]" name="billing[phone]"
placeholder="99369696969" placeholder="99369696969"
v-model="address.billing.phone" data-vv-as="&quot;{{ __('shop::app.checkout.onepage.phone') }}&quot;"/> v-model="address.billing.phone" data-vv-as="&quot;{{ __('shop::app.checkout.onepage.phone') }}&quot;"/>