• Hi, I tried adding upsell offer shortcode to mini-cart by adding this code to child theme functions.php however products do appear but I cannot click on + icon top right to add the upsale product to the cart. How can we fix this?

    /* upsell on mini cart */
    add_action( 'woocommerce_mini_cart_contents', 'upsell_minicart' );

    function upsell_minicart() {
    echo '<div style="padding: 15px;">';
    echo do_shortcode( '[wpcuf_uf]' );
    echo '</div>';
    }
Viewing 1 replies (of 1 total)
  • Plugin Support Janilyn T

    (@janilyn409)

    Hi @urbandol ,

    For your information, this plugin is a newly released one. We haven’t released the feature for supporting the upsell within the mini-cart widget/popup yet.

    Kindly check back when you find a new update for this. Our developers have the schedule to bring that feature into play very soon.

    Best regards.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.