Skip to content

Commit

Permalink
PP EC Buttons Disappearing from Cart when interacting upsell products…
Browse files Browse the repository at this point in the history
…, PFW-427
  • Loading branch information
kcppdevelopers committed Jul 22, 2019
1 parent 11d69d3 commit 12e8a54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/js/angelleye-in-context-checkout.js
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ jQuery(function ($) {
};
}

$(document.body).on('updated_shipping_method wc_fragments_refreshed updated_checkout updated_wc_div updated_cart_totals wc_fragments_loaded', function (event) {
$(document.body).on('cart_totals_refreshed updated_shipping_method wc_fragments_refreshed updated_checkout updated_wc_div updated_cart_totals wc_fragments_loaded', function (event) {
display_smart_button_on_cart_checkout();
});
if(angelleye_in_content_param.checkout_page_disable_smart_button === "no") {
Expand Down
Loading

0 comments on commit 12e8a54

Please sign in to comment.