This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
| Status |
Topic
|
Supporter | Voices | Posts | Freshness |
|---|---|---|---|---|---|
|
BARN2 Product options prices
Started by: matthijsL-4
in: English Support
Problem: functions.php file: add_action( 'woocommerce_before_checkout_process', function () {<br /> global $wp_filter;<br /> $hook_name = 'woocommerce_before_checkout_process';<br /> if ( empty( $wp_filter[ $hook_name ] ) ) {<br /> return;<br /> }<br /> $hook = $wp_filter[ $hook_name ];<br /> foreach ( $hook->callbacks as $priority => $callbacks ) {<br /> foreach ( $callbacks as $id => $data ) {<br /> $func = $data['function'];<br /> if (<br /> is_array( $func ) &&<br /> is_object( $func[0] ) &&<br /> $func[1] === 'wcml_refresh_cart_total'<br /> ) {<br /> remove_action( $hook_name, $func, $priority );<br /> }<br /> }<br /> }<br />}, 1 );After implementing this code, make a minor change to the original product and update its translation. If this solution does not resolve your issue or seems irrelevant due to being outdated or not applicable to your specific case, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If further assistance is needed, please open a new support ticket at WPML support forum. |
|
0 | 10 | 5 months, 3 weeks ago | |
|
taxonomies
Started by: matthijsL-4 in: English Support |
1 | 4 | 6 months, 3 weeks ago | ||
|
Problem with Woocommerce Product Tabs by Barn2
Started by: matthijsL-4 in: English Support |
|
2 | 3 | 2 years ago |