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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Hi egyptimhotep
Thanks for your feedback. I will look at this asap.