JayC wrote:Is there a way to have the products tags not show up on the product detail page but still be active?
Hi Jay,
Yes you can hide them via css code. Just add the following in your admin -> plugins -> 7spikes themes -> nop motion theme -> settings -> custom head styles textbox:
.product-details-page .product-tags-box {display: none;}
Hope that helps.