php WooCommerce和Yith Infinite滚动的愿望清单之间的兼容性

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php WooCommerce和Yith Infinite滚动的愿望清单之间的兼容性相关的知识,希望对你有一定的参考价值。

/**
* Makes the plugin Wish list for WooCommerce compatible with Yith Infinite scrolling
*/
add_action('wp_footer',function(){
    ?>
    <script>
        jQuery(document).on('yith_infs_added_elem',function(){
            if (typeof alg_wc_wl_thumb_btn_positioner === 'undefined' || jQuery.isEmptyObject(alg_wc_wl_thumb_btn_positioner)) {
                jQuery('body').on('alg_wc_wl_thumb_btn_positioner', function (e) {
                    alg_wc_wl_thumb_btn_positioner = e.obj;
                    alg_wc_wl_thumb_btn_positioner.init();
                });
            } else {
                alg_wc_wl_thumb_btn_positioner.init();
            }
        });
    </script>
    <?php
});

以上是关于php WooCommerce和Yith Infinite滚动的愿望清单之间的兼容性的主要内容,如果未能解决你的问题,请参考以下文章

php [YITH WooCommerce订阅]与巴西的WooCommerce额外结账字段集成

php 更改YITH PayPal Express Checkout for WooCommerce的Set Express Checkout Request参数

php [woo总是显示所有图像变化]在“yith-color-and-label-variations-for-woocommerce”插件#wordpress中选择产品变体时

删除快速视图,添加到购物篮并添加到愿望清单胡佛图标 - woocommerce

使用 WooCommerce 和 Firebase 管理 PayPal 订阅事件

避免在 WooCommerce 结帐中进行计费电话验证