From db88c0ca3dc6153ae5d95dbe5edda3e2123329c6 Mon Sep 17 00:00:00 2001 From: maksim Date: Tue, 12 Aug 2025 14:51:40 +0300 Subject: [PATCH] =?UTF-8?q?Task=207715=20|=20=D0=B8=D1=81=D0=BF=D1=80?= =?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D0=BE=20=D0=BE=D1=82=D0=BE=D0=B1?= =?UTF-8?q?=D1=80=D0=B0=D0=B6=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=86=D0=B5=D0=BD?= =?UTF-8?q?=20=D0=B4=D0=BE=D1=81=D1=82=D0=B0=D0=B2=D0=BA=D0=B8=20=D0=BD?= =?UTF-8?q?=D0=B0=20=D1=86=D0=B5=D0=BD=D1=83=20=D1=81=20=D1=83=D1=87=D0=B5?= =?UTF-8?q?=D1=82=D0=BE=D0=BC=20=D0=9D=D0=94=D0=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../global-functions/multisite-functions.php | 24 +++++------ .../modules/forms/module-ajax-controller.php | 12 +++--- .../component-controller.php | 4 +- .../subscriptions/component-controller.php | 2 +- .../temp-functions/woocommerce-logic.php | 40 +++++++++++++++++++ .../cosmopet/templates/shop/review-order.twig | 4 +- .../woocommerce/cart/cart-shipping.php | 10 +++-- .../woocommerce/checkout/review-order.php | 2 +- 8 files changed, 72 insertions(+), 26 deletions(-) diff --git a/wp-content/themes/cosmopet/global-functions/multisite-functions.php b/wp-content/themes/cosmopet/global-functions/multisite-functions.php index 72f6d82..bf9479b 100644 --- a/wp-content/themes/cosmopet/global-functions/multisite-functions.php +++ b/wp-content/themes/cosmopet/global-functions/multisite-functions.php @@ -84,7 +84,7 @@ if ($site_env->site_mode == 'production' && $site_env->site_region == 'ae') { fbq('track', 'ViewContent', { content_ids: ['get_id(); ?>'], content_type: 'product', - value: get_price(); ?>, + value: get_price()); ?>, currency: '' }); }); @@ -153,7 +153,7 @@ if ($site_env->site_mode == 'production' && $site_env->site_region == 'ae') {