php 更改WooCommerce单个产品在WOWMALL主题中的位置,用于XL WooCommerce销售触发插件

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 更改WooCommerce单个产品在WOWMALL主题中的位置,用于XL WooCommerce销售触发插件相关的知识,希望对你有一定的参考价值。

<?php
add_action('wp', 'wcst_theme_helper_wowmall', 99);

function wcst_theme_helper_wowmall() {
    $wcst_core = WCST_Core::get_instance();
    remove_action('woocommerce_single_product_summary', array($wcst_core, 'wcst_position_below_add_cart'), 39.2);
    add_action('woocommerce_single_product_summary', array($wcst_core, 'wcst_position_below_add_cart'), 39);
    remove_action( 'woocommerce_single_product_summary', 'wowmall_wc_single_btns_wrapper_end', 39 );
    add_action( 'woocommerce_single_product_summary', 'wowmall_wc_single_btns_wrapper_end', 38 );

    remove_action('woocommerce_single_product_summary', array($wcst_core, 'wcst_position_below_price'), 17.2);

    add_action('woocommerce_single_product_summary', array($wcst_core, 'wcst_position_below_price'), 27);
    remove_action('woocommerce_single_product_summary', array($wcst_core, 'wcst_position_below_review'), 11);
    add_action('woocommerce_single_product_summary', array($wcst_core, 'wcst_position_below_review'), 27);


}

以上是关于php 更改WooCommerce单个产品在WOWMALL主题中的位置,用于XL WooCommerce销售触发插件的主要内容,如果未能解决你的问题,请参考以下文章

需要根据woocommerce中产品的个别数量更改价格[重复]

在WooCommerce中产品缺货时更改单个添加到购物车文本

在 Woocommerce 的单个产品页面中添加产品备注字段

在单个产品页面上增加相关产品(woocommerce)

php 在WooCommerce中更改每行的产品数量

php 在Storefront中每页更改WooCommerce产品