Instead of an “Add to Cart” button, I’m trying to add a “Learn More” button on the woo product archive pages.
I was able to add a dynamic button using the after_shop_loop_item hook, but as you can see from the link, the button displays below the thumbnail image.
Is there a way to get the button to display in the right column, underneath the short description and price?
With your current structure where the product image floats/is aligned to the left, one approach to achieve the look you’re going for is to add a custom CSS like this: