This commit is contained in:
2025-04-03 21:27:14 +02:00
parent cc380a2e1a
commit b233cdb950
5 changed files with 5 additions and 226710 deletions

View File

@@ -53,6 +53,10 @@ global $product;
</a>
<?php endif; ?>
</div>
<?php
global $product;
$product_id = $product->get_id();
if ( $product_id == 34 or $product_id == 742 or $product_id == 958 ):?>
<div class="summary-buttons__free-sample">
<a href="#" data-open-modal="free-sample" class="button button--blank">
<span class="button__text">Przesłuchaj darmowy fragment</span>
@@ -66,6 +70,7 @@ global $product;
</a>
</div>
<?php endif; ?>
</div>
<?php do_action('woocommerce_after_add_to_cart_button'); ?>