-
×
-
ВАША ЗАЯВКА ПРИНЯТА!
-
-
Спасибо! Сообщение успешно отправлено.
-
Наш менеджер скоро свяжемся с вами для уточнения деталей.
-
-
-
\ No newline at end of file
diff --git a/wp-content/themes/cosmopet/templates/modal/login.twig b/wp-content/themes/cosmopet/templates/modal/login.twig
new file mode 100644
index 0000000..92573b6
--- /dev/null
+++ b/wp-content/themes/cosmopet/templates/modal/login.twig
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
+
+
Спасибо за авторизацию
+
Теперь вы можете получать промокоды за покупки.
+
+
Заполнить профиль
+
+
+
+
+
+ Вы вошли в систему
+
+
Профиль
+
+
+
+
\ No newline at end of file
diff --git a/wp-content/themes/cosmopet/templates/profile/profile.twig b/wp-content/themes/cosmopet/templates/profile/profile.twig
index eaf1bc6..47f1b78 100644
--- a/wp-content/themes/cosmopet/templates/profile/profile.twig
+++ b/wp-content/themes/cosmopet/templates/profile/profile.twig
@@ -1,26 +1,23 @@
-
-
-
- {{ __('Feed subscription', 'woodmart')|esc_html }}
+ {{ function('pll_e', 'Feed subscription') }}
-
{{ __('Weekly food delivery for your pet', 'woodmart')|esc_html }}
+
{{ function('pll_e', 'Weekly food delivery for your pet') }}
- {{ __('Get details', 'woodmart')|esc_html }}
+ {{ function('pll_e', 'Get details') }}
- {{ __('Orders', 'woodmart')|esc_html }}
- {{ __('Profile', 'woodmart')|esc_html }}
+ {{ function('pll_e', 'Orders') }}
+ {{ function('pll_e', 'Profile') }}
@@ -32,36 +29,36 @@
{% if first_name or last_name %}
{{ first_name }} {{ last_name }}
{% else %}
- {{ __('Name is not set', 'woodmart')|esc_html }}
+ {{ function('pll_e', 'Name is not set') }}
{% endif %}
-
{{ __('Phone', 'woodmart')|esc_html }}:
+
{{ function('pll_e', 'Phone') }}:
{% if phone %}
{{ phone }}
{% else %}
- {{ __('Not filled', 'woodmart')|esc_html }}
+ {{ function('pll_e', 'Not filled') }}
{% endif %}
-
{{ __('Email', 'woodmart')|esc_html }}:
+
{{ function('pll_e', 'Email') }}:
{% if email %}
{{ email }}
{% if activated %}
-
{{ __('Email is verified', 'woodmart')|esc_html }}
+
{{ function('pll_e', 'Email is verified') }}
{% else %}
-
{{ __('Email is not verified', 'woodmart')|esc_html }}
+
{{ function('pll_e', 'Email is not verified') }}
{% if uuid %}
-
{{ __('Email with verification link is sent to your email.', 'woodmart')|esc_html }}
+
{{ function('pll_e', 'Email with verification link is sent to your email.') }}
{% endif %}
{% endif %}
{% else %}
@@ -71,14 +68,14 @@
-
{{ __('Link email', 'woodmart')|esc_html }}
+
{{ function('pll_e', 'Link email') }}
{% endif %}
-
{{ __('Linked accounts', 'woodmart')|esc_html }}:
+
{{ function('pll_e', 'Linked accounts') }}:
{% if tg_account %}
@@ -97,8 +94,8 @@