[product_page id="446"]
[product_page id="438"]
[product_page id="448"]
// Change add to cart text on single product page add_filter( 'woocommerce_product_single_add_to_cart_text', 'woocommerce_add_to_cart_button_text_single' ); function woocommerce_add_to_cart_button_text_single() { return __( 'Go to Payment', 'woocommerce' ); } ?>