How can I add a button that says 'See Details' below my products in WooCommerce?
Here is a link to the page I would like to add it to.
Issue is similar to this but it doesn't quite work for me.
How can I add a button that says 'See Details' below my products in WooCommerce?
Here is a link to the page I would like to add it to.
Issue is similar to this but it doesn't quite work for me.
Use the normal function of wordpress
get_permalink( $product_id );
check the documentation here
Also check this answer