Home › Forums › WoodMart support forum › Product archiv buttons › Reply To: Product archiv buttons
April 15, 2024 at 8:01 pm
#557435
spyda67
Participant
Is there a specific template file I should modify, or do I need to use a certain hook in the functions.php of my child theme to change the “Add to Cart” button to a “Read More” button for all products, which will redirect customers to the product page?
My idea is to change something like this:
// Change this
woocommerce_template_loop_add_to_cart();
// to this
echo ‘Weiterlesen‘;