Skip to:
Content

BuddyPress.org

Opened 10 years ago

Closed 10 years ago

#7172 closed defect (bug) (worksforme)

Woocommerce checkout AJAX and Buddypress AJAX are in conflict

Reported by: egyptimhotep Owned by: imath
Priority: normal Milestone:
Component: Core Version:
Severity: normal Keywords: needs-testing needs-patch reporter-feedback
Cc:

Description

The only way how to fix is to disable ajax woocommerce checkout.

<?php
/**
 * Disable checkout script, because of conflict BuddyPress and Woocommerce Ajax conflict.
 */
function disable_checkout_script(){
    wp_dequeue_script( 'wc-checkout' );
}
add_action( 'wp_enqueue_scripts', 'disable_checkout_script' );

Change History (3)

#1 @imath
10 years ago

  • Owner set to imath
  • Status newassigned

Hi egyptimhotep

Thanks for your feedback. I will look at this asap.

#2 @imath
10 years ago

  • Keywords reporter-feedback added

I just checked with WooCommerce 2.6.2. I don't see any conflict.

I was able to proceed to checkout.
I was able to post activities, reorder the groups...

Could you share a way to reproduce the issue ?

#3 @DJPaul
10 years ago

  • Milestone Awaiting Review
  • Resolutionworksforme
  • Status assignedclosed
Note: See TracTickets for help on using tickets.