• Resolved eeprom_one

    (@eeprom_one)


    Hi Richie,

    i allready put one “Add to Cart” button in Archive/Shop view with your Custom code.

    Now i try to put between “add to cart” one more button that say “read more” to show the info product.

    Thanks a lot for your support

Viewing 1 replies (of 1 total)
  • Theme Author Richie KS

    (@rkcorp)

    basically its the same, like this

    <?php
    add_action('woocommerce_inside_product_right','meso_add_post_read_more',22);
    function meso_add_post_read_more() {
    echo '<a class="readmore" title="More info about this product" href="'. get_permalink() .'">' . __('Read more','mesocolumn') . '</a>';
    }
    ?>
Viewing 1 replies (of 1 total)
  • The topic ‘How to put "read more button" in Archive / Category View’ is closed to new replies.