This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
Status |
Topic
|
Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
After clicking through the panel, I save the translation (I don’t know why I only have about 90% of…
Started by: tomaszK-56 in: English Support |
|
0 | 16 | 4 days, 7 hours ago | |
Problem with elastic fields from ACF
Started by: tomaszK-56 in: English Support |
|
0 | 14 | 4 days, 7 hours ago | |
Issue with Multi-Currency Compatibility with the Variation Swatches Pro Plugin
Started by: tomaszK-56
in: English Support
Problem: add_filter('woocommerce_product_variation_get_price', 'convert_variation_price', 10, 2);<br />add_filter('woocommerce_product_variation_get_regular_price', 'convert_variation_price', 10, 2);<br />add_filter('woocommerce_product_variation_get_sale_price', 'convert_variation_price', 10, 2);<br /><br />function convert_variation_price($price, $variation) {<br /> if(function_exists('wcml_is_multi_currency_on') && wcml_is_multi_currency_on()) {<br /> $price = apply_filters('wcml_raw_price_amount', $price);<br /> }<br /> return $price;<br />} Step 5: Contact Plugin Support If this solution does not resolve your issue or seems irrelevant, 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 you still need assistance, please open a new support ticket at WPML support forum. |
|
2 | 3 | 7 months, 1 week ago |