// Affichage du message sur la page produit add_action('woocommerce_single_product_summary', 'rpp_afficher_message_remise', 20); function rpp_afficher_message_remise() { global $product; $rules = get_option('rpp_parametres_remises', []); if (empty($rules)) return; $product_id = $product->get_id(); $categories = wp_get_post_terms($product_id, 'product_cat', ['fields' => 'slugs']); $brands = wp_get_post_terms($product_id, 'pa_marque', ['fields' => 'slugs']); $sku = $product->get_sku(); $messages = []; foreach ($rules as $rule) { if ( (!empty($rule['categorie']) && in_array($rule['categorie'], $categories)) || (!empty($rule['marque']) && in_array($rule['marque'], $brands)) || (!empty($rule['sku']) && $rule['sku'] === $sku) ) { $montant = number_format(floatval($rule['montant_min']), 3, '.', ''); $reduction = floatval($rule['reduction']); $messages[] = "Achetez pour un minimum de {$montant} et bénéficiez de {$reduction}% de réduction."; } } if (!empty($messages)) { echo '
'; foreach ($messages as $msg) { echo '

' . esc_html($msg) . '

'; } echo '
'; } } Home v10 - SELI
Dark Light

TIMEPIECES THAT
MAKE A STATEMENT
UP TO 40% OFF
SHOP TO GET WHAT YOU LOVE Start Buying
TIMEPIECES THAT
MAKE A STATEMENT
UP TO 40% OFF
SHOP TO GET WHAT YOU LOVE Start Buying

Hot Products Today

Affichage de 1936–1950 sur 7140 résultats