• Resolved artemopinionstage

    (@artemopinionstage)


    Hello!

    I try to configure the plugin, setting up Upsell Funnel popup on click on Place Order button.

    Add to cart button never appears in popup.

    I forced it to show Add to Cart button by updating this line from this:
    $html = str_replace( ‘{add_all_to_cart}’, $this->pd_template === ‘2’ ? ” : $this->get_popup_bt_alltc(), $html );

    to this

    $html = str_replace( ‘{add_all_to_cart}’, $this->get_popup_bt_alltc(), $html );

    and still order didn’t get upsell product.

    Is it some compatibility issue with new version of woocommerce, can you please help?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support villasupport

    (@villasupport)

    Hi,

    Our plugin was examined, and no such issue was found.

    Of your products, are they standard WooCommerce type? please try to test with just WooCommerce and this plugin to see if this problem persists.

    Best regards.

    Thread Starter artemopinionstage

    (@artemopinionstage)

    I was able to enable add to cart button, but it doesn’t add products to the order.

    Main product is subscriptions and what I want to add as an upsell is subscription as well.

    Does it work with your plugin?

    Plugin Support villasupport

    (@villasupport)

    Hi,

    Thank you for your clarification.

    Unfortunately, this plugin does not support subscription product types yet.

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add To Cart button doesn’t appear’ is closed to new replies.