このユーザーにはお気に入りトピックがありません。
お気に入りのフォーラム・トピック
フォーラム・トピックの作成
状況 |
トピック
|
サポーター | 声 | 投稿文 | 新鮮さ |
---|---|---|---|---|---|
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ヶ月前 | ||
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年、 5ヶ月前
basv-25 |
||
Translate Woocommerce Checkout & Cart Blocks
によって始められた: basv-25 にある: English Support |
2 | 5 |
1年、 5ヶ月前
basv-25 |
||
504 error when saving English product (with 3 duplicate languages)
によって始められた: basv-25 にある: English Support |
2 | 12 |
1年、 6ヶ月前
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年、 10ヶ月前 | ||
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ヶ月前 |