[php]
<?php
global $products;
$product_id = $product->id;
$product_tags = get_the_term_list($product_id, ‘product_tag’, ”, ‘,’ );
echo ‘<p class="single-product-tags">’. __( "Tags: ", "your_theme_slug" ) . $product_tags . ‘<p>’;
?>
[/php]
[php]
<?php
global $products;
$product_id = $product->id;
$product_tags = get_the_term_list($product_id, ‘product_tag’, ”, ‘,’ );
echo ‘<p class="single-product-tags">’. __( "Tags: ", "your_theme_slug" ) . $product_tags . ‘<p>’;
?>
[/php]
| There are no products |