Title: ferand's Replies | WordPress.org

---

# ferand

  [  ](https://wordpress.org/support/users/ferand/)

 *   [Profile](https://wordpress.org/support/users/ferand/)
 *   [Topics Started](https://wordpress.org/support/users/ferand/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ferand/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ferand/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ferand/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ferand/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ferand/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/users/ferand/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/ferand/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [5.6.1 Clean Install Won’t send change email verification](https://wordpress.org/support/topic/5-6-1-clean-install-wont-send-change-email-verification/)
 *  Thread Starter [ferand](https://wordpress.org/support/users/ferand/)
 * (@ferand)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/5-6-1-clean-install-wont-send-change-email-verification/#post-14004197)
 * And i surely checked spam folder many times.
    It has to be something with exactly
   verification proccess
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [5.6.1 Clean Install Won’t send change email verification](https://wordpress.org/support/topic/5-6-1-clean-install-wont-send-change-email-verification/)
 *  Thread Starter [ferand](https://wordpress.org/support/users/ferand/)
 * (@ferand)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/5-6-1-clean-install-wont-send-change-email-verification/#post-14004193)
 * There is no plugin installed – clean version
    if i just enter in php a simple
   mail() function it works Change verification of administrative wont work
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebData Custom Shipping Methods for WooCommerce] Fixed shipping multicurrency](https://wordpress.org/support/topic/fixed-shipping-multicurrency/)
 *  Thread Starter [ferand](https://wordpress.org/support/users/ferand/)
 * (@ferand)
 * [6 years ago](https://wordpress.org/support/topic/fixed-shipping-multicurrency/#post-13166205)
 * Got it , good job , ty
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebData Custom Shipping Methods for WooCommerce] Fixed shipping multicurrency](https://wordpress.org/support/topic/fixed-shipping-multicurrency/)
 *  Thread Starter [ferand](https://wordpress.org/support/users/ferand/)
 * (@ferand)
 * [6 years ago](https://wordpress.org/support/topic/fixed-shipping-multicurrency/#post-13165818)
 * great, the only thing that remains for my code to work independently of your 
   plugin is the same float_as_string functionality for free_shipping limit value,
   so i can also enter free shipping limit in USD, EURs etc
    -  This reply was modified 6 years ago by [ferand](https://wordpress.org/support/users/ferand/).
    -  This reply was modified 6 years ago by [ferand](https://wordpress.org/support/users/ferand/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebData Custom Shipping Methods for WooCommerce] Fixed shipping multicurrency](https://wordpress.org/support/topic/fixed-shipping-multicurrency/)
 *  Thread Starter [ferand](https://wordpress.org/support/users/ferand/)
 * (@ferand)
 * [6 years ago](https://wordpress.org/support/topic/fixed-shipping-multicurrency/#post-13165282)
 * Yeap, that **definetly**, would help.
 * You can also add a filter for **cart_total **value, just a simple filter. So 
   i can add my own logic to how this value is formed using different plugins(in
   my case its **WOOCS**, and i can just detect current currency by _global $WOOCS_;_
   $cur\_c = $WOOCS->current\_currency;_ and then based on that apply rates to cart_total);
    -  This reply was modified 6 years ago by [ferand](https://wordpress.org/support/users/ferand/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebData Custom Shipping Methods for WooCommerce] Fixed shipping multicurrency](https://wordpress.org/support/topic/fixed-shipping-multicurrency/)
 *  Thread Starter [ferand](https://wordpress.org/support/users/ferand/)
 * (@ferand)
 * [6 years ago](https://wordpress.org/support/topic/fixed-shipping-multicurrency/#post-13165021)
 * Possible, but i cant see how it would work without updating plugin code.
    I just
   added some small changes to plugin to make it work with WOOCS (multi-curr plugin);
 * Now i can enter fixed price and free shipping limit in this manner:
    “100$” for
   USD curr, “100e” or “100E” for EUR curr, and “100” for my default rubles.
 * I also added one method for plugin class – get_cart_total_multi_curr(), that 
   returns cart_total based on current currency, before it would return 500 for 
   500$ which is much smaller than actually 500$ in rubles.
 * So, now it all works good, but i altered plugin code 🙁 On update i will lose
   it all
    -  This reply was modified 6 years ago by [ferand](https://wordpress.org/support/users/ferand/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebData Custom Shipping Methods for WooCommerce] Fixed shipping multicurrency](https://wordpress.org/support/topic/fixed-shipping-multicurrency/)
 *  Thread Starter [ferand](https://wordpress.org/support/users/ferand/)
 * (@ferand)
 * [6 years ago](https://wordpress.org/support/topic/fixed-shipping-multicurrency/#post-13164698)
 * temporarily, i’ve removed floatval() for fixed price which is of course not a
   way out, but in my case it’s suitable, since we don’t use float vals in shipping
   price. But altering plugin code is bad, for sure.
 * Then possible way out could be:
    1. Adding radio buttons before fixed price value
   to determine currency, or give user opportunity to add and define his own currencies
   and then pass that value into filter. That way we can give flexibility, and keep
   floatval for fixed price.
 * If you cool with that i can make a pull request for that code
    -  This reply was modified 6 years ago by [ferand](https://wordpress.org/support/users/ferand/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebData Custom Shipping Methods for WooCommerce] Fixed shipping multicurrency](https://wordpress.org/support/topic/fixed-shipping-multicurrency/)
 *  Thread Starter [ferand](https://wordpress.org/support/users/ferand/)
 * (@ferand)
 * [6 years ago](https://wordpress.org/support/topic/fixed-shipping-multicurrency/#post-13164652)
 * I am able now to use filter and apply rates to entered fixed price value based
   on multicurrency plugin rates. But i cannot find a way for user to enter price
   in USD,EUROs. I was thinking about this way:
    1. User can enter just numbers 
   to use default currency – “1000” 2. User can suffix value with currency sign –“
   1000$”, “1000e”, e – for euro
 * So in filter i can distinguish what currency is used and apply according rates.
   
   But fixed price field is sanitizied and all chars are removed.
 * How can we handle this ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebData Custom Shipping Methods for WooCommerce] Fixed shipping multicurrency](https://wordpress.org/support/topic/fixed-shipping-multicurrency/)
 *  Thread Starter [ferand](https://wordpress.org/support/users/ferand/)
 * (@ferand)
 * [6 years ago](https://wordpress.org/support/topic/fixed-shipping-multicurrency/#post-13164525)
 * Thank you very much for fast and descriptive answer. I will take a look into 
   filters and rest. Ty!!!!!
 * Wait. Have you just updated code and added that functionality only on my request
   and that fast ? 🙂 Wow ! So Good Job man. Just checked it , and it’s working,
   keep up the good work !
    -  This reply was modified 6 years ago by [ferand](https://wordpress.org/support/users/ferand/).
    -  This reply was modified 6 years ago by [ferand](https://wordpress.org/support/users/ferand/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-PostRatings] Average number format](https://wordpress.org/support/topic/average-number-format/)
 *  Thread Starter [ferand](https://wordpress.org/support/users/ferand/)
 * (@ferand)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/average-number-format/#post-13032760)
 * 🙁
 * not even via some wp standart filters ?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced AJAX Product Filters] Plugin heavly slows my site’s first load](https://wordpress.org/support/topic/plugin-heavly-slows-my-sites-first-load/)
 *  [ferand](https://wordpress.org/support/users/ferand/)
 * (@ferand)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/plugin-heavly-slows-my-sites-first-load/#post-12983170)
 * sqr(PS): i have yoast seo plugin installed but disabling it makes no difference(
   still page size increase upto 650kb with filters enabled)
 * I also tried all suggested options changes above – non helped at all
    -  This reply was modified 6 years, 2 months ago by [ferand](https://wordpress.org/support/users/ferand/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced AJAX Product Filters] Plugin heavly slows my site’s first load](https://wordpress.org/support/topic/plugin-heavly-slows-my-sites-first-load/)
 *  [ferand](https://wordpress.org/support/users/ferand/)
 * (@ferand)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/plugin-heavly-slows-my-sites-first-load/#post-12983166)
 * I have a similar problem. My website has around 6-8 filters with not many options
   in each filter.
 * Enabling your plugin makes my main page grow from 170kb to enormous 650kb. That’s
   because there is a lot of code generated by plugin. (650-170)kb of text code.
 * 1) How do i reduce it ?
    2) Or at least disable it on main page because i don’t
   have any filter buttons implemented there
 * PS. using latest version of plugin(just updated)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ThirstyAffiliates - Affiliate Links, Link Branding, Link Tracking & Marketing Plugin] How to insert link into code ?](https://wordpress.org/support/topic/how-to-insert-link-into-code/)
 *  Thread Starter [ferand](https://wordpress.org/support/users/ferand/)
 * (@ferand)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/how-to-insert-link-into-code/#post-12956241)
 * Thank you i already found a way. I found it on some github account in gist example
   that was doing similar functionality. Then i tried to use default shortcode [
   thirstylink] and it worked.
 * Very sad, i was looking for this information for a really long time, searching
   official website, crawling via google site: ulr feature. I was looking exactly
   for that and didn’t found anything. Documentation should include it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Cerber Security, Anti-spam & Malware Scan] Hide errors on login Screen](https://wordpress.org/support/topic/hide-errors-on-login-screen/)
 *  Thread Starter [ferand](https://wordpress.org/support/users/ferand/)
 * (@ferand)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/hide-errors-on-login-screen/#post-12883034)
 * This is magic. Happened so many times to me 🙂 Whenever i ask about problem on
   forum – no matter how long i’ve been searching for an answer before – i find 
   a solution 1-5 mins after i post to forum or ask friend 😀
 * So, for those with same problem. You can easily change error displayed to always
   be same(whether its incorrect username or password) by this small function. Add
   it to functions.php
 *     ```
       function my_custom_error_messages() {
             global $errors;
             $err_codes = $errors->get_error_codes();
   
             // Invalid username.
             if ( in_array( 'invalid_username', $err_codes ) ) {
                $error = '<strong>ERROR</strong>: Invalid username or password';
             }
   
             // Incorrect password.
             if ( in_array( 'incorrect_password', $err_codes ) ) {
                $error = '<strong>ERROR</strong>: Invalid username or password';
             }
   
             return $error;
          } add_filter( 'login_errors', 'my_custom_error_messages');
       ```
   
    -  This reply was modified 6 years, 2 months ago by [ferand](https://wordpress.org/support/users/ferand/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Russian Post and EMS for WooCommerce] Тип посылки и коробки в зависимости от веса](https://wordpress.org/support/topic/%d1%82%d0%b8%d0%bf-%d0%bf%d0%be%d1%81%d1%8b%d0%bb%d0%ba%d0%b8-%d0%b8-%d0%ba%d0%be%d1%80%d0%be%d0%b1%d0%ba%d0%b8-%d0%b2-%d0%b7%d0%b0%d0%b2%d0%b8%d1%81%d0%b8%d0%bc%d0%be%d1%81%d1%82%d0%b8-%d0%be%d1%82/)
 *  Thread Starter [ferand](https://wordpress.org/support/users/ferand/)
 * (@ferand)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/%d1%82%d0%b8%d0%bf-%d0%bf%d0%be%d1%81%d1%8b%d0%bb%d0%ba%d0%b8-%d0%b8-%d0%ba%d0%be%d1%80%d0%be%d0%b1%d0%ba%d0%b8-%d0%b2-%d0%b7%d0%b0%d0%b2%d0%b8%d1%81%d0%b8%d0%bc%d0%be%d1%81%d1%82%d0%b8-%d0%be%d1%82/#post-12484078)
 * Спасибо Артём, теперь все предельно ясно

Viewing 15 replies - 1 through 15 (of 22 total)

1 [2](https://wordpress.org/support/users/ferand/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/ferand/replies/page/2/?output_format=md)