wordpress WooCommerce 添加 立即购买 按钮

wordpress woocommerce 添加 立即购买 按钮,大概效果图 如上图所示
// 添加立即结账按钮
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 '<a class="single_add_to_cart_button button alt" href="'.$checkout_url.'?add-to-cart='.$current_product_id.'">立即购买</a>';
}
}
add_action( 'woocommerce_after_add_to_cart_button', 'add_content_after_addtocart' );
直接贴上代码,添加到你主题的 functions.php 文件里。
上一个:导航栏的优化留意的事项
下一个:如何理解网站受众 设定SEO目标
台州seo优化,台州网站优化,台州关键词优化,台州seo公司,台州搜索引擎优化,台州整站优化,台州百度优化