Linux 软件免费装

Up-sell Trio for WooCommerce

开发者 seanconklin
更新时间 2025年9月18日 01:47
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 6.8
版权: GPLv2 or later

标签

woocommerce upsell products out of stock recommended products

下载

1.2 1.2.1 1.9.0 1.3 1.3.1 1.8.1 1.6 1.7 1.1 1.3.2 1.0 1.0.1 1.1.1 1.4 1.3.3 1.8 1.8.2

详情介绍:

屏幕截图:

  • Frequently Bought Together dynamic coupon in the cart.
  • Out-of-stock up-sells displaying on a single product page.

常见问题:

Where can I see examples?

How do I configure these features?

Decisions not options! There is no settings page! Frequently Bought Together and Product Recommendations: Activating this plugin will insert the Frequently Bought Together section into the single product page via the WooCommerce hook woocommerce_after_single_product_summary. If you need to insert the Frequently Bought Together feature via shortcode, such as with a page builder like Elementor, please follow this format: [ccom_fbt cross_sells="no" heading="Frequently purchased together…" heading_tag="h2"]. Cross sells feature will give preference to any products linked as cross-sells in the product settings. Recommendations data can also be used for your Related Products by adding the following into your Code Snippets or child theme functions.php file: add_filter( 'woocommerce_related_products', function( $related_posts, $product_id ) { $product = wc_get_product( $product_id ); $recommendations = (array) $product->get_meta( 'ccom_recommendations', true ); return array_merge( $recommendations, $related_posts ); }, 10, 2 ); Out-of-stock Alternatives: Up-sell products configured in the WooCommerce product edit screen will be shown on out-of-stock single product pages above the empty add-to-cart form.

How is this plugin funded?

This plugin is funded by clients of Coded Commerce, LLC funding feature requests for development. When I develop useful code under GPL licensing I share it on our site as Code Snippets and in some cases package great features like these into free plugins so everybody can benefit, including the originating client via bug fixes and others' funded feature requests. I also welcome donations via the "Donate to this plugin" button towards the bottom of the right sidebar on the WordPress.org plugin page.

How can I bring back the Order Bumps feature?

I removed this feature in September 2025 to make room for an upcoming feature in the My Account Orders area. You can bring it back using the free Code Snippets plugin and installing my code snippet: https://codedcommerce.com/woo/cart-and-checkout-order-bump/

Where do I go for help with any issues?

To report bugs, please click the Support tab, search for any preexisting report, and add yourself to it by commenting or open a new issue. To request new compatibilities or features, please consider hiring the developer of this plugin or another developer who can provide us with code enhancements for review. Paid premium support is also available for those looking for one-on-one help with their specific WordPress installation. Visit our website in the link above and contact us from there.

更新日志:

1.9.0 on 2025-09-17 1.8.2 on 2024-09-17 1.8.1 on 2024-09-09 1.8 on 2024-04-05 1.7 on 2024-01-06 1.6 on 2023-10-18 1.5 on 2023-07-28 1.4 on 2023-07-19 1.3.3 on 2023-07-12 1.3.2 on 2023-05-17 1.3.1 on 2023-04-26 1.3 on 2023-03-20 1.2.1 on 2023-01-07 1.2 on 2022-11-25 1.1.1 on 2022-11-22 1.1 on 2022-11-19 1.0.1 on 2022-11-10 1.0 on 2022-11-09