Viewing 1 replies (of 1 total)
  • wooassist

    (@wooassist)

    @kingars, try creating a custom template for your specific category. Name it as taxonomy-prod_cat-{specific-cat}.php and put it in your theme file.

    Copy the content’s from /templates/archive-product.php file and create a new /templates/content-product.php file from the woocommerce plugin. You can just combine the two plugins where they connect at <?php wc_get_template_part( 'content', 'product' ); ?>

    You can then remove the link from there. Hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Product Details’ is closed to new replies.