Người dùng này không có chủ đề yêu thích nào.
Chủ đề diễn đàn yêu thích
Chủ đề diễn đàn đã tạo
Trạng thái |
Chủ đề
|
Người hỗ trợ | Số người tham gia | Bài viết | Độ mới |
---|---|---|---|---|---|
Can I set “Set prices in other currencies manually” as default on the product page?
Được bắt đầu bởi: Ole Kroer
trong: English Support
Problem: function set_default_manual_currency_pricing($post_id) {<br /> if (get_post_type($post_id) === 'product_variation') {<br /> update_post_meta($post_id, '_wcml_custom_prices_status', '1');<br /> }<br />}<br />add_action('save_post', 'set_default_manual_currency_pricing', 20, 1); To apply this change to existing product variations, add this code, run it once, and then remove or comment it out: function update_existing_variations_to_manual() {<br /> $args = array(<br /> 'post_type' => 'product_variation',<br /> 'post_status' => 'publish',<br /> 'numberposts' => -1,<br /> );<br /><br /> $variations = get_posts($args);<br /><br /> foreach ($variations as $variation) {<br /> update_post_meta($variation->ID, '_wcml_custom_prices_status', '1');<br /> }<br />}<br />add_action('init', 'update_existing_variations_to_manual'); If you need further assistance with custom coding, consider hiring a professional developer. You can find one experienced in customizing WPML and its add-ons at https://wpml.org/contractors/. Please note that this solution might be irrelevant if it's outdated or not applicable 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 this does not resolve your issue, please open a new support ticket. |
|
3 | 6 | 1 years trước | |
Split: Product hover image not working in second language
Được bắt đầu bởi: Ole Kroer
trong: English Support
Problema: Si la solución proporcionada no es relevante debido a que está desactualizada o no se aplica a tu caso, te recomendamos abrir un nuevo ticket de soporte. También te sugerimos que revises los problemas conocidos en https://wpml.org/known-issues/, verifiques la versión de la solución permanente y confirmes que has instalado las últimas versiones de temas y plugins. |
|
2 | 5 | 1 years, 2 months trước | |
Product hover image not working in second language
Được bắt đầu bởi: Ole Kroer
trong: English Support
Problem: Solution: 1. Make a small edit to the product in the default language and update it. For the production site, we advised the following steps: _product_image_gallery has_variation_gallery 3. Make a small edit and click "update" to ensure that the gallery images are synchronized. We also addressed a performance issue by recommending an increase in the WordPress memory limit. The client was advised to add the following code to their wp-config.php file: define( 'WP_MEMORY_LIMIT', '256M' ); define( 'WP_MAX_MEMORY_LIMIT', '512M' ); If the solution provided here is not relevant due to being outdated or not applicable 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 the issue persists, please open a new support ticket at our support forum. |
|
2 | 7 | 1 years, 2 months trước | |
change design using wp bakery builder
Được bắt đầu bởi: Ole Kroer trong: English Support |
|
2 | 6 | 1 years, 2 months trước | |
Change product category
Được bắt đầu bởi: Ole Kroer trong: English Support |
|
2 | 7 | 1 years, 3 months trước | |
multicurency price is not open for adding in woocommerce addons
Được bắt đầu bởi: Ole Kroer trong: English Support |
|
2 | 2 | 1 years, 8 months trước | |
language change to english from danish (main language) give error
Được bắt đầu bởi: Ole Kroer trong: English Support |
|
3 | 6 | 1 years, 9 months trước | |
Shop default page dont show any products if changed to other language
Được bắt đầu bởi: Ole Kroer trong: English Support |
2 | 2 | 2 years, 7 months trước | ||
WooCommerce Multi Locations Inventory Management
Được bắt đầu bởi: Ole Kroer trong: English Support |
|
2 | 3 | 2 years, 11 months trước | |
404 redirection when the domain has 'www'
Được bắt đầu bởi: Ole Kroer trong: English Support |
1 | 3 | 3 years, 8 months trước | ||
My admin page says WPML is not updated
Được bắt đầu bởi: Ole Kroer trong: English Support |
|
1 | 2 |
4 years, 11 months trước
|