Skip to content

Commit

Permalink
Merge pull request #1345 from angelleye/PFW-427
Browse files Browse the repository at this point in the history
PP EC Buttons Disappearing from Cart : PFW-427
  • Loading branch information
kcppdevelopers committed Aug 23, 2019
2 parents 2d87b85 + 12e8a54 commit e84a949
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 e84a949

Please sign in to comment.