php - Adding a "return to shop" button on single product pages that leads back to product parent category -
my client wants place "return shop" button on single product pages in woocommerce leads the previous page , not main shop page.
i have explained browsers have buttons dead set on having button. i've mentioned activating breadcrumbs don't either.
how can achieve that. appreciated.
you category id using bellow code , add if condition show like
$product_category = wp_get_post_terms( $post->id, 'product_cat' );
Comments
Post a Comment