Dieser Benutzer hat keine Lieblingsthemen.
Bevorzugte Forumsthemen
Forumsthemen erstellt
Status |
Thema
|
Unterstützer | Stimmen | Beiträge | Frische |
---|---|---|---|---|---|
Filtering woo products by price in secondary currency
Angefangen von: tomaszK-56 in: Chat Support |
|
1 | 2 | Vor 3 Tage, 8 Stunden | |
After clicking through the panel, I save the translation (I don’t know why I only have about 90% of…
Angefangen von: tomaszK-56 in: English Support |
|
0 | 16 | Vor 3 Tage, 11 Stunden | |
Problem with elastic fields from ACF
Angefangen von: tomaszK-56 in: English Support |
|
0 | 14 | Vor 3 Tage, 11 Stunden | |
Issue with Multi-Currency Compatibility with the Variation Swatches Pro Plugin
Angefangen von: 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 | Vor 7 Monaten, 1 Woche |