Shop
- ₹11,129.00
- ₹3,299.00
- ₹2,375.00
- ₹3,529.00
/* Create Buy Now Button dynamically after Add To Cart button */ function add_content_after_addtocart() { // get the current post/product ID $current_product_id = get_the_ID(); // get the product based on the ID $product = wc_get_product( $current_product_id ); // get the "Checkout Page" URL $checkout_url = WC()->cart->get_checkout_url(); // run only on simple products if( $product->is_type( 'simple' ) ){ echo '
'; //echo 'BUY NOW'; } } add_action( 'woocommerce_after_add_to_cart_button', 'add_content_after_addtocart' ); Skip to content[aws_search_form]