I want add a custom Button \"View Demo\" next to \"Add to Cart\" button of WooCommerce based on Product Type, both on main shop page and single product page.
I\'ve d
Change
the_field('url_demo');
to
get_field('url_demo');