Custom Button next to “ADD TO CART” button of WooCommerce based on Product Type

前端 未结 3 1847
终归单人心
终归单人心 2021-01-13 01:04

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

3条回答
  •  说谎
    说谎 (楼主)
    2021-01-13 01:30

    Change

    the_field('url_demo');
    

    to

     get_field('url_demo');
    

提交回复
热议问题