hi
i am trying to add a short descibtion line or two under the product item-name befor the price line in the shop page
i am using woocommerce
i have in my content-product.php this code:
<?php if($product_page_productname): ?>
<div class="product-name"><a>"><?php the_title(); ?></a></div>
<?php endif; ?>
<?php if($product_page_price): ?>
<?php do_action( 'woocommerce_after_shop_loop_item_title' ); ?>
<?php endif; ?>
<?php if($product_page_addtocart): ?>
<?php do_action(
'woocommerce_after_shop_loop_item' ); ?>
<?php endif; ?>
[Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
what do i have to do?