From 592016af08f04201beea5bf57753db59a1374e78 Mon Sep 17 00:00:00 2001 From: Roman Pyrih Date: Tue, 13 Aug 2024 15:13:40 +0200 Subject: [PATCH] Save --- .../modules/woocommerce/woocommerce-template-hooks.php | 5 ++++- wp-content/themes/calla/woocommerce.php | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/calla/framework/modules/woocommerce/woocommerce-template-hooks.php b/wp-content/themes/calla/framework/modules/woocommerce/woocommerce-template-hooks.php index 5aa3cab..fefc55d 100644 --- a/wp-content/themes/calla/framework/modules/woocommerce/woocommerce-template-hooks.php +++ b/wp-content/themes/calla/framework/modules/woocommerce/woocommerce-template-hooks.php @@ -402,7 +402,10 @@ if ( ! function_exists( 'calla_elated_single_product_summary_additional_tag_afte if ( ! function_exists( 'calla_elated_pl_holder_additional_tag_before' ) ) { function calla_elated_pl_holder_additional_tag_before() { - + $category_id = get_queried_object_id(); + if($category_id == 1958 or $category_id == 1761 or $category_id == 1762) { + print '

Uwaga! Aby łatwiej dopasować potrzebną ilość do Twoich potrzeb materiały sprzedawane są co pół metra - 1 szt dodana do koszyka to jest 0,5m tkaniny. Jeśli masz problem z przeliczeniem potrzebnej ilości skontaktuj się z nami - chętnie pomożemy.

'; + } print '
'; } } diff --git a/wp-content/themes/calla/woocommerce.php b/wp-content/themes/calla/woocommerce.php index effb289..6ee7b9d 100644 --- a/wp-content/themes/calla/woocommerce.php +++ b/wp-content/themes/calla/woocommerce.php @@ -15,7 +15,7 @@ do_action('calla_elated_before_main_content'); if ( ! is_singular( 'product' ) ) { ?>
-
+
>