200+
January 12, 2025
April 2, 2021
J Cart Upsell and Cross-sell is a WooCommerce plugin that boosts your sales trough a modern, customizable modal shopping cart.
See it in action on a demo website!
J Cart Upsell and Cross-sell Demo
Display upsells wherever you want with the Upsells Shortcode
Added integrations tab where you can enable integrations with popular plugins
WPML compatible
Now you can set multiple goals with the dynamic bar option
Change colors, text and plugin behaviour with the plugin customization backend.
Show to your customers targeted upsell, directly in their modal cart or in the checkout recap table, with customized text.
Choose and customize the conditions that trigger the upsell ( premium only ):
products categories and/or attributes
a defined list of products
and add filters like ( free and premium ):
only if user is logged in
only if cart has subotal greater than
Give to your customers dedicated gifts when their cart meet defined conditions.
Choose and customize the conditions that trigger the gift ( premium only ):
products categories and/or attributes
a defined list of products
and add filters like ( free and premium ):
only if user is logged in
only if cart has subotal greater than
Add a label to the archive page’s products that can trigger a gift
Add a customized text on the single product page that can trigger a gift
Set a goal and display on top of the modal cart a dynamic bar synchronized to the cart total
Example 1: set the dynamic bar goal at the same amount of your free shipping limit and let the customers know how much they need before getting that
Example 2: give a gift at 150 and set the dynamic bar goal to the same amount, to encourage customers to purchase more
Premium version offers more versatility about your gifts and upsells.
Checkout upsells
You can show your upsells directly in the checkout page
Gifts by coupon code
Trigger a gift only if a certain coupon code is applied to the customer’s cart
Advanced conditions
Create mixed and advanced conditions to trigger your upsells and/or your gifts
Backoffice order recap helpers
Add a column on your orders backoffice tabs that shows if the order has been pumped
You can override template files coping the template folder inside the plugin into your child theme and renaming it from templates to wc-j-upsellator.
add_filter('wjufw_shipping_bar_limit', function( $limit ){
// manipulate the dynamic bar limit and return it
// return type: float or integer
return $limit;
}, 999, 1 );
add_filter('wjufw_product_cart_limit', function( $limit, $product ){
// manipulate the cart limit for a specific gifted/upselled product
// return type: float or integer
return $limit;
}, 999, 2 );
add_action('wjufw_before_single_product_gift_text', function( $product_id ){
// do something **before** gift text ( if set ), on the single product page
}, 999, 1 );
add_action('wjufw_after_single_product_gift_text', function( $product_id ){
// do something **after** gift text ( if set ), on the single product page
}, 999, 1 );
apply_filters('wjufw_cart_item_name', function( $product->get_name(), $product, $product['key'] ){
// this filter is like the woocommerce one ( woocommerce_cart_item_name ):
// you can alter how the cart item name is displayed on the modal cart
}, 999, 1 );
apply_filters('wjufw_dynamic_bar_display', function(){
// accepts true or false as return
// true - dynamic bar displayed as usual
// false - dynamic bar removed
} );
Cover image credits
Designed by pikisuperstar / Freepik
Contribute and credits
J Cart Upsell and Cross-sell for WooCommerce is developed and mantained by GH S.R.L.
For the free version of the plugin, use the official forum or mail directly the author trough the Mail the author button.
All premium products include premium support.
Minimum Requirements
PHP 7.1 or higher
MySQL 5.6 or higher
J Cart Upsell and Cross-sell for WooCommerce can be installed directly through your WordPress Plugin Board.
Click “Add New” and search for “J Cart Upsell and Cross-sell for WooCommerce”.
Install and activate.
Alternatively you can download the plugin using the download button on this page and then upload the “wc-j-upsellator” folder to the / wp-content / plugins / directory then activate through the WordPress plugins page.
In order to let *J Cart Upsell and Cross-sell for WooCommerce** work properly, be sure to enable the “Activate the Ajax add to cart buttons” in the WooCommerce -> Settings -> Products tab
Yes, you can use J Cart Upsell and Cross-sell for WooCommerce without purchasing the premium version.
You can choose between standard mode, stacked and carousel.
With the standard mode, only one upsell at time is offered to the customer.
If the customer accepts that upsell, he will see the next one in the priority list.
However, you can play with the priority order of J Cart Upsell and Cross-sell for WooCommerce: an upsell by product list is stronger than one by category/attribute list that is stronger than one triggered by cart limit.
With stacked you can display how many upsells at the same time as you wish, stacked on eachother.
With carousel, all upsells are displayed at the same time trough a carousel.
Since version 3.0.0, J Cart Upsell and Cross-sell for WooCommerce is compatible with polylang. Be sure to have also the Polylang WooCommerce add-on installed.
Yes, J Cart Upsell and Cross-sell for WooCommerce works fine with Elementor and Divi. If you are using the Elementor cart widget and you want to keep that widget because it looks cool, you need to add the wc-j-upsellator-show-cart class to it. This class will make that element able to trigger the modal cart.
Since 2 modal carts can’t be both active at the same time, the modal cart of Elementor cart item will be disabled.
J Cart Upsell and Cross-sell for WooCommerce by default keeps your theme cart-fragments untouched so it will all works properly.
Yes, it works perfectly with the new version of PHP.
In the main options page, try to activate the “Cart total” option.
Contact me, maybe these features can be implemented directly into J Cart Upsell and Cross-sell for WooCommerce.
17 of February 2024 – J Cart Upsell and Cross-sell for WooCommerce version 3.8.2
= Version – 3.8.2
* Add – “empty” class to fixed button when no items in cart
* Fix – Bug with currency switcher plugins
= Version – 3.8.1
* Fix – Open on add to cart option bug resolved
= Version – 3.8.0
* Add – WPML Compatibility
Premium
* Fix – fixed a bug when coupon option set and then removed
This is a major change
* Enhancement – Code refactoring
* Add – filter to change dynamic bar limit — apply_filters( ‘wjufw_shipping_bar_limit’, $limit, $limit )
* Add – Compatibility to currency exchange plugin ( WOOCS – WooCommerce Currency Switcher )
* Add – Synchronized prices with WooCommerce VAT settings: product prices with/without taxes, product displayed with/without taxes on cart
do_action(‘wjufw_after_single_product_gift_text’, $gift_product_id );
Fix – Ignoring trashed orders from stats page