Add To Cart button doesn’t appear
-
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)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Add To Cart button doesn’t appear’ is closed to new replies.