bettogian
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Plugins
In reply to: [Dynamic Pricing With Discount Rules for WooCommerce] WPML plugin confictHi again, I have this problem
I’m using Dynamic Pricing With Discount Rules for WooCommerce (No pro) with WPML Multilingual CMS.
In Pricing Rules > Product List I set these:
Type > Dyamic Request
Taxonomy Relation > OR
Taxonomy Combinations: category in “category in spanish” + category in “category in english” + …But it only work in spanish, why??
My traslation taxonomiies is ok in my WPML.or I have to buy PRO version in order it works fine????
greetings
Humberto`Forum: Plugins
In reply to: [Dynamic Pricing With Discount Rules for WooCommerce] WPML plugin confictHi
Im sorry it was my mistakei’ve had to add products in other lenguages too 🙂
Thats it
Thanks so much
Now it dissapear when i change currency
add_filter( 'woocommerce_variable_price_html', 'bbloomer_variation_price_format_min', 9999, 2 ); function bbloomer_variation_price_format_min( $price, $product ) { $prices = $product->get_variation_prices( true ); $min_price = current( $prices['price'] ); $price = sprintf( __( 'From: %1$s', 'woocommerce' ), wc_price( $min_price ) ); return $price; }- This reply was modified 5 years, 5 months ago by bettogian.
Viewing 3 replies - 1 through 3 (of 3 total)