Cet utilisateur n'a pas de sujets favoris.
Sujets préférés du forum
Sujets de forum créés
Statut |
Sujet
|
Supporter | Les voix | Articles | Fraîcheur |
---|---|---|---|---|---|
PHP message: WordPress database error Unknown column ‘posts.ID’
Démarré par: basv-25
en: 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 | Il y a 2 mois | ||
PHP error
Démarré par: basv-25 en: Chat Support |
1 | 2 |
Il y a 2 mois et 3 semaines
|
||
Featured product image not translated
Démarré par: basv-25 en: Chat Support |
1 | 2 |
Il y a 6 mois et 2 semaines
|
||
Link to shop page isn't translated
1
2
3
Démarré par: basv-25 en: English Support |
2 | 31 |
Il y a 1 année et 5 mois
basv-25 |
||
Country flag on product review shows up in current language instead of the language of the client
Démarré par: basv-25
en: 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 |
Il y a 1 année et 5 mois
basv-25 |
||
Performance issues after adding more languages
1
2
3
4
Démarré par: basv-25 en: English Support |
2 | 58 |
Il y a 1 année et 5 mois
basv-25 |
||
Translate Woocommerce Checkout & Cart Blocks
Démarré par: basv-25 en: English Support |
2 | 5 |
Il y a 1 année et 5 mois
basv-25 |
||
WPML chat support ticket by basv-25 – 1685969874
Démarré par: basv-25 en: Chat Support |
1 | 2 |
Il y a 1 année et 6 mois
|
||
504 error when saving English product (with 3 duplicate languages)
Démarré par: basv-25 en: English Support |
2 | 12 |
Il y a 1 année et 6 mois
basv-25 |
||
Duplicate translated products
Démarré par: basv-25
en: 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 |
Il y a 1 année et 7 mois
basv-25 |
||
Duplicate products from secondary language
Démarré par: basv-25 en: English Support |
2 | 7 |
Il y a 1 année et 7 mois
basv-25 |
||
duplicated and synced by wpml
Démarré par: basv-25 en: Chat Support |
1 | 2 |
Il y a 1 année et 7 mois
|
||
smart url
Démarré par: basv-25 en: English Support |
1 | 1 |
Il y a 1 année et 7 mois
basv-25 |
||
I'm having problems with showing our fallback pages in our main menu
Démarré par: basv-25 en: Chat Support |
1 | 2 |
Il y a 1 année et 7 mois
|
||
Google crawl crawls wrong currencies for certain countries
Démarré par: basv-25
en: English Support
Problem: |
2 | 7 |
Il y a 1 année et 7 mois
basv-25 |