මේ Button එක දාන්නේ කොහොමද? Wordpress

KSPathirana

Well-known member
  • Apr 22, 2015
    7,784
    9,889
    113
    Web capture_13-5-2022_1903_saatjewelry.com.jpeg


    Astra Theme, Elementor use වෙන්නේ site එකේ.
    Page එක Single product එකක්

    Bump
    ------ Post added on May 13, 2022 at 7:07 PM
     
    • Like
    Reactions: Any.key and kinkon

    EdNygma

    Well-known member
  • Nov 20, 2016
    5,613
    13,473
    113
    පොඩි custom hook එකකින් පුළුවන් :)

    PHP:
    function wc_shop_demo_button() {
        echo '<a class="button demo_button" style="padding-right: 0.75em;padding-left: 0.75em;margin-left: 8px; background-color: #0ebc30;" href="'.get_field( "url_demo" ).'" target="_blank">View Demo</a>';
    }
    add_action( 'woocommerce_after_shop_loop_item', 'wc_shop_demo_button', 20 );
    add_action( 'woocommerce_after_add_to_cart_button', 'wc_shop_demo_button', 20 );

    https://stackoverflow.com/questions...t-button-of-woocommerce-based-on-product-type