Skip to main content
Woocommerce

Add Continue Shopping Button at Single Product Page on WooCommerce

By September 4, 2023September 18th, 2023No Comments1 min read

As a WooCommerce user when we are select a product to view as a single product and go to single product page then see that single product page have not continue shopping button on there by default. So today i will tell you that, how can you add a continue shopping button on your single product page easily.

To add a continue shopping button on a single product page you need to use WordPress default function called “wp_get_referer()”!

Please follow below code snippet for more details.

PHP Snippet: Continue Shopping Button at Single Product page on WooCommerce

PHP Snippet: Continue Shopping Button at Single Product page on WooCommerce

Leave a Reply