למשתמש זה אין נושאים מועדפים.
נושאי הפורום המועדפים
נושאי הפורום נוצרו
מצב |
נוֹשֵׂא
|
תוֹמֵך | קולות | פוסטים | טְרִיוּת |
---|---|---|---|---|---|
Assign Credits to a site
התחיל על ידי: aboubacarS
ב: English Support
Problem: If this solution does not resolve your issue, or if it seems outdated or irrelevant to your case, please open a new support ticket. 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. For further assistance, you can also visit our support forum at WPML Support Forum. |
|
0 | 3 | לפני חודש 1, שבוע 1 | |
Display attributes' dropdown from English to other languages like French in the vendor's panel (da…
התחיל על ידי: aboubacarS
ב: English Support
Problem: If this solution does not resolve your issue, or if it seems outdated or irrelevant to your case, 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 problems persist, please open a new support ticket at WPML support forum for further assistance. |
|
2 | 9 | לפני 5 חודשים, 3 שבועות | |
Translation of attributes
התחיל על ידי: aboubacarS
ב: English Support
Problem: Solution: functions.php file to translate the attribute labels. Here are the steps to follow: 1. Open the functions.php file of your theme. add_filter('woocommerce_attribute_taxonomies', 'testtranslateattributenew');<br />function testtranslateattributenew($found_product_categories){<br /> $my_current_lang = apply_filters('wpml_current_language', NULL);<br /> foreach ($found_product_categories as $key => $cat){<br /> $found_product_categories[$key]->attribute_label = apply_filters('wpml_translate_single_string', $cat->attribute_label, 'WordPress', 'taxonomy singular name: '. $cat->attribute_label , $my_current_lang );<br /> }<br /> return $found_product_categories;<br />} 3. Save the changes. After applying this code, create a product in the second language and check the Attribute dropdown. The translated attribute should now appear in the dropdown list in the correct language. Please note that this solution might be outdated or not applicable to your case. If the issue persists, we highly recommend checking the related known issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If necessary, please open a new support ticket for further assistance. |
|
2 | 7 | לפני שנה 1, חודש 1 |