This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
Status |
Topic
|
Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Translation doesn't update
Started by: John in: English Support |
|
3 | 7 | 2 months, 2 weeks ago | |
Phlox pro not showing on frontent
Started by: John in: English Support |
1 | 2 | 2 months, 3 weeks ago | ||
Switching language on ajax product categories with redirect to shop
1
2
Started by: John in: English Support |
|
3 | 29 | 5 months, 4 weeks ago | |
Wp Rocket it's incompatible with woocommerce currency switcher
1
2
Started by: John in: English Support |
|
4 | 31 | 6 months, 3 weeks ago | |
Woocommerce email doesn't get translated even if all strings are translated
1
2
Started by: John in: English Support |
|
2 | 31 | 7 months, 3 weeks ago | |
WPML Currency on Ajax product tabs
1
2
Started by: John
in: English Support
Problem: Multicurrency selector is not working on products tabs in Woodmart theme Solution: As a workaround, add the following code to functions.php file add_filter( 'wcml_multi_currency_ajax_actions', function( $actions ) { $actions[] = 'woodmart_get_products_shortcode'; $actions[] = 'woodmart_get_products_tab_shortcode'; return $actions; } ); Relevant Documentation: |
|
2 | 23 | 8 months, 2 weeks ago | |
Product categories doesn't count correctly & random empty shop page
1
2
Started by: John in: English Support |
|
3 | 29 | 9 months ago | |
Product categories images and custom images doesn’t copy
Started by: John
in: English Support
Problem: Solution: Basically, the code will turn from this: $term_id_to = $this->sitepress->term_translations()->adjust_ttid_for_term_id( $term_taxonomy_id_to ); $term_id_from = $this->sitepress->term_translations()->adjust_ttid_for_term_id( $term_taxonomy_id_from ); into this $term_id_to = $this->sitepress->term_translations()->adjust_term_id_for_ttid( $term_taxonomy_id_to ); $term_id_from = $this->sitepress->term_translations()->adjust_term_id_for_ttid( $term_taxonomy_id_from ); Relevant Documentation: |
|
2 | 15 | 10 months ago | |
Wpml email subjects shortcodes
Started by: John
in: English Support
Problem: Solution: add_filter('woocommerce_email_subject_new_order', 'change_admin_email_subject', 1, 2); function change_admin_email_subject( $subject, $order ) { global $woocommerce; $subject = str_replace( "{order_firstname}", $order->billing_first_name, $subject ); $subject = str_replace( "{order_lastname}", $order->billing_last_name, $subject ); return $subject; } Just needs to use priority after WCML : add_filter('woocommerce_email_subject_new_order', 'change_admin_email_subject', 11, 2); and all will be fine. |
|
2 | 11 | 10 months, 1 week ago | |
Slow checkout on bacs and cash
Started by: John
in: English Support
Problem: Slow checkout since woocommerce update 4.0.1 and wpml woocommerce. Solution: smtp email and hook below helped me make the checkout faster..you can close the threat add_filter( ‘woocommerce_defer_transactional_emails’, ‘__return_true’ ); Relevant Documentation: |
|
2 | 4 | 11 months ago | |
Issues with mini cart on language switch and product delete on cart
1
2
3
Started by: John in: English Support |
|
3 | 32 | 11 months, 1 week ago | |
Yoast SEO Multilingual 1.0.2 – broke shop pagination on 2nd language
Started by: John in: English Support |
2 | 3 | 1 year, 3 months ago | ||
WPML Fatal errors RuntimeException
Started by: John in: English Support |
|
2 | 7 | 1 year, 4 months ago | |
Auto-redirect problem with different (parked) domains per language without wwww
Started by: John in: English Support |
|
1 | 2 | 1 year, 7 months ago | |
Payment Gateways not showing up on Motors Theme
1
2
Started by: John in: English Support |
|
2 | 23 | 1 year, 10 months ago |