Status |
Topic
|
Supporter | Voices | Freshness |
---|---|---|---|---|
Checkout Incorrect Language – Review Order 1 2 |
|
2 | 7 years, 2 months ago |
Favorite Forum Topics
Forum Topics Created
Status |
Topic
|
Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
REST API call problem
Started by: benR-2 in: English Support |
1 | 2 | 1 day, 17 hours ago | ||
Woocommerce add to cart 404 error
1
2
Started by: benR-2
in: English Support
Problem: Solution: the problem seems to be caused by Jetpack Woo Analytics cookies. The solution is to add the following code in Code snippets plugin: /** * Never load Jetpack's WooCommerce Analytics tool. * * @param array $tools Array of additional tools loaded by Jetpack without any UI to turn them off. */ function jetpackcom_no_woo_analytics( $tools ) { $index = array_search( 'woocommerce-analytics/wp-woocommerce-analytics.php', $tools ); if ( false !== $index ) { unset( $tools[ $index ] ); } return $tools; } add_filter( 'jetpack_tools_to_include', 'jetpackcom_no_woo_analytics' ); |
|
2 | 25 | 11 months, 3 weeks ago | |
Shipping price bug with WPML multicurrency and Woocommerce Composite Products
Started by: benR-2 in: English Support |
|
2 | 6 | 1 year, 4 months ago | |
Different featured products per language
Started by: benR-2 in: English Support |
|
2 | 5 | 3 years, 11 months ago | |
Variations image russian not changing
Started by: benR-2 in: English Support |
|
2 | 2 | 5 years, 6 months ago | |
unable to add to cart in Internet Explorer when media translation activated
1
2
Started by: benR-2 in: English Support |
|
3 | 23 | 6 years, 4 months ago | |
checkout – order review wrong language
Started by: benR-2 in: English Support |
|
2 | 9 | 6 years, 10 months ago |