tomiye
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] I found a BUGhttps://superfoodlab.com/wp-content/uploads/111111111120200827162803.png
- This reply was modified 5 years, 9 months ago by tomiye.
Forum: Plugins
In reply to: [WPML Multilingual & Multicurrency for WooCommerce] Plugin ErrorThis problem on my website occurred after I upgraded WordPress 5.2 to 5.42
Forum: Plugins
In reply to: [WPML Multilingual & Multicurrency for WooCommerce] Plugin ErrorThanks for strategio,And I don’t find the priority with WooCommerce Multilingual.I use a plugin name:’Print invoices & delivery notes for WooCommerce orders’,And change it’s function to find this problem.”\woocommerce-delivery-notes\includes\class-wcdn-theme.php :43″
add_action( ‘woocommerce_email_after_order_table’, array( $this, ‘add_email_print_url’ ), 100, 3 );
I change 100=>300,
Then it prints the PDF file from the print link of the order email message and cannot display the price in other currencies.Do not change the priority, it prints the DPF is normal display price.
- This reply was modified 5 years, 11 months ago by tomiye.
Forum: Plugins
In reply to: [WPML Multilingual & Multicurrency for WooCommerce] Plugin ErrorI use other Currency to checkout.But I can’t see the price in order after payment. And the new order email also don’t show price.
You can see the screenshot。
https://www.superfoodlab.com//wp-content/uploads/20200630112854.pngForum: Plugins
In reply to: [WPML Multilingual & Multicurrency for WooCommerce] Plugin ErrorI found something I use a plugin to get the pdf invoice and it can get the price .And if I change the plugin code form “add_action(‘xxxxx’,100,3)” to “add_action(‘xxxxx’,300,3)”.Than the pdf don’t show price .I think I found the problem.But I don’t nkow how to fiex it. Seek help.