This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
Status |
Topic
|
Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Can I set “Set prices in other currencies manually” as default on the product page?
Started by: Ole Kroer
in: 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 | 4 months, 3 weeks ago | ||
Split: Product hover image not working in second language
Started by: Ole Kroer
in: 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 | 6 months, 4 weeks ago | ||
Product hover image not working in second language
Started by: Ole Kroer
in: 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 | 6 months, 4 weeks ago | ||
change design using wp bakery builder
Started by: Ole Kroer in: English Support |
2 | 6 | 7 months ago | ||
Change product category
Started by: Ole Kroer in: English Support |
2 | 7 | 8 months, 2 weeks ago | ||
multicurency price is not open for adding in woocommerce addons
Started by: Ole Kroer in: English Support |
2 | 2 | 1 year ago | ||
language change to english from danish (main language) give error
Started by: Ole Kroer in: English Support |
3 | 6 | 1 year, 2 months ago | ||
Shop default page dont show any products if changed to other language
Started by: Ole Kroer in: English Support |
2 | 2 | 1 year, 11 months ago | ||
WooCommerce Multi Locations Inventory Management
Started by: Ole Kroer in: English Support |
2 | 3 | 2 years, 3 months ago | ||
404 redirection when the domain has 'www'
Started by: Ole Kroer in: English Support |
1 | 3 | 3 years ago | ||
My admin page says WPML is not updated
Started by: Ole Kroer in: English Support |
1 | 2 |
4 years, 3 months ago
|
||
conflict between iyith gift card and wpml-woocommerce multilingual
Started by: Ole Kroer in: English Support |
2 | 7 |
4 years, 5 months ago
Ole Kroer |