이 사용자는 즐겨찾는 주제가 없습니다.
즐겨찾는 포럼 주제
포럼 주제가 생성되었습니다.
상태 |
주제
|
서포터 | 목소리 | 게시물 | 선도 |
---|---|---|---|---|---|
PHP message: WordPress database error Unknown column 'posts.ID'
시작한 사람: basv-25
안에: English Support
Problem: wp-content/plugins/woocommerce-multilingual/inc/currencies/class-wcml-multi-currency-reports.php . filter_dashboard_status_widget_sales_query with the following code: public function filter_dashboard_status_widget_sales_query( $query ) { $currency = $this->woocommerce_wpml->multi_currency->admin_currency_selector->get_cookie_dashboard_currency(); if ( isset( $query["select"] ) && ( ( strpos( $query["select"], "SELECT COUNT" ) !== false ) || ( strpos( $query["select"], "SELECT SUM" ) !== false ) ) ) { $query['join'] .= " INNER JOIN {$this->wpdb->postmeta} AS currency_postmeta ON posts.ID = currency_postmeta.post_id"; } else { $query['join'] .= " INNER JOIN {$this->wpdb->postmeta} AS currency_postmeta ON orders.ID = currency_postmeta.post_id"; } $query['where'] .= $this->wpdb->prepare( " AND currency_postmeta.meta_key = '_order_currency' AND currency_postmeta.meta_value = %s", $currency ); return $query; } } This modification should resolve the error. Please note that this solution will be included in a future release of the WCML plugin. If this solution does not apply to your situation, or if it seems outdated, 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 the issue persists, please open a new support ticket. |
2 | 16 | 2 월, 2 주 전에 | ||
Link to shop page isn't translated
1
2
3
시작한 사람: basv-25 안에: English Support |
2 | 31 |
1 년, 5 월 전에
basv-25 |
||
Country flag on product review shows up in current language instead of the language of the client
시작한 사람: basv-25
안에: English Support
Problem: Solution: add_filter ('the_comments', 'remove_hooks10903'); function remove_hooks10903($var) { global $wp_filter; foreach ( $wp_filter["the_comments"]->callbacks[10] as $key => $value ) { if ( str_contains( $key, 'translate_product_ids' ) ) { remove_filter( 'the_comments', $key ); } } return $var; } Relevant Documentation: |
2 | 14 |
1 년, 5 월 전에
basv-25 |
||
Performance issues after adding more languages
1
2
3
4
시작한 사람: basv-25 안에: English Support |
2 | 58 |
1 년, 6 월 전에
basv-25 |
||
Translate Woocommerce Checkout & Cart Blocks
시작한 사람: basv-25 안에: English Support |
2 | 5 |
1 년, 6 월 전에
basv-25 |
||
504 error when saving English product (with 3 duplicate languages)
시작한 사람: basv-25 안에: English Support |
2 | 12 |
1 년, 7 월 전에
basv-25 |
||
Duplicate translated products
시작한 사람: basv-25
안에: English Support
Problem: This doesn't mean it is not possible, but rather tricky. To duplicate a product correctly from a secondary language to third language, you could follow this thread : https://wpml.org/forums/topic/copy-duplicate-products-from-secondary-language-to-third-language/ But if this didn't solve the issue with attributes duplication, I would recommend duplicating the content from the default language > Translate that duplication PS : If you are using the Advanced Translation Editor, you won't have to translate it from scratch, as this editor contains “translation memory” that saves your previous translations in a given language. |
2 | 3 |
1 년, 7 월 전에
basv-25 |
||
Duplicate products from secondary language
시작한 사람: basv-25 안에: English Support |
2 | 7 |
1 년, 7 월 전에
basv-25 |
||
smart url
시작한 사람: basv-25 안에: English Support |
1 | 1 |
1 년, 7 월 전에
basv-25 |
||
Google crawl crawls wrong currencies for certain countries
시작한 사람: basv-25
안에: English Support
Problem: |
2 | 7 |
1 년, 7 월 전에
basv-25 |
||
SVG flag upload right dimensions
시작한 사람: basv-25 안에: English Support |
1 | 2 | 1 년, 7 월 전에 | ||
Translate "Prepayment" checkout page
1
2
시작한 사람: basv-25 안에: English Support |
2 | 17 | 1 년, 11 월 전에 | ||
Change currency by URL
시작한 사람: basv-25 안에: English Support |
1 | 1 |
2 년, 8 월 전에
basv-25 |
||
Registered and locked
시작한 사람: basv-25 안에: English Support |
2 | 4 | 2 년, 11 월 전에 | ||
showing correct currency in google search results
1
2
시작한 사람: basv-25 안에: English Support |
2 | 19 | 3 년, 9 월 전에 |