zauroman
Forum Replies Created
-
Can I send you my domain to your email?
Forum: Plugins
In reply to: [WooCommerce] Error addressesadd_filter( ‘woocommerce_account_menu_items’, ‘misha_rename_downloads’ );
function misha_rename_downloads( $menu_links ){
$menu_links[ ‘edit-address’ ] = ‘Адрес’;
return $menu_links;
}I have temporarily solved the problem with this function, please sort out the translations
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Not related to the siteAll solved, there was a problem with the file
Forum: Plugins
In reply to: [WooCommerce] Attributes orderThis happened after the plugin update
Forum: Plugins
In reply to: [WooCommerce] Wrong taxIn general, I solved everything with this function
add_filter( 'woocommerce_price_inc_tax_amount', 'wp_kama_woocommerce_price_inc_tax_amount_filter', 10, 4 ); function wp_kama_woocommerce_price_inc_tax_amount_filter( $net_price, $key, $rates, $price ){ return $price * ($rates['rate']/100); }
- This reply was modified 2 years, 4 months ago by zauroman.
Forum: Plugins
In reply to: [WooCommerce] Wrong taxLet’s try another way. These are the settings I have now set. https://snipboard.io/3AJ8Rk.jpg
https://snipboard.io/xyD3Or.jpg
You have a tax of 81.11 rubles
But 1433-6%=85.98 rublesWhy do you get 81.11 rubles?
Forum: Plugins
In reply to: [WooCommerce] Wrong taxhttps://snipboard.io/xK3s0y.jpg
I have everything installed correctly. You can’t understand what I’m talking about apparently ??
Woocommerce tax system is not working correctly. You just add a percentage to the number, and you need to create an inverse percentage to the number. When the amount is credited to the account, we pay 6% tax. Example: 100+6%=106 106-6%=99,64 !!!! It should be 100! The right formula: 100%-6%=94% 100/94=1,0638 Then 6%= 6*1.0638=6.3828 100+6,3828=106,3828 THE RESULT: 106.3828-6%=99.99 true! How to fix it?
Forum: Plugins
In reply to: [Payment Gateway Based Fees and Discounts for WooCommerce] ErrorPlease duplicate the answer here. I didn’t see your message in the mail
Thanks ??
I will be waiting for the documentation, thank you
You need to create a normal documentation where it is described in detail about each function with attached images. It’s hard for me to understand what these functions are.
And if, when registering, the user does not specify a name, but only a login and email. What will be in the display name then?
In your documentation, nothing is clear to me at all ??
How a new user can have a different login name than the one he has displayed. If he doesn’t have an account yet, what should he display?Disable XML-RPC
Tell us about this function in more detail too
Preventing open feedback when logging in
Tell us about this function in more detail too