Title: csabal's Replies | WordPress.org

---

# csabal

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

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

 Search replies:

## Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YITH Pre-Order for WooCommerce] pre-order emails not sending](https://wordpress.org/support/topic/pre-order-emails-not-sending/)
 *  [csabal](https://wordpress.org/support/users/csabal/)
 * (@csabal)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/pre-order-emails-not-sending/#post-18037665)
 * Yeh. Same here. Very annoying…. every other mail is sent, except the YITH pre-
   order stuff!!!!!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Product Fields, Addons and Price Calculator for WooCommerce] Compatibility with WOOCS – WooCommerce Currency Switcher](https://wordpress.org/support/topic/compatibility-with-woocs-woocommerce-currency-switcher-8/)
 *  Thread Starter [csabal](https://wordpress.org/support/users/csabal/)
 * (@csabal)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/compatibility-with-woocs-woocommerce-currency-switcher-8/#post-16284683)
 * Khm, maybe it is because this is a variation products! Not a single woo product!
 * We may need add this to the variation part of the ProductHelper.php, I guess!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Product Fields, Addons and Price Calculator for WooCommerce] Compatibility with WOOCS – WooCommerce Currency Switcher](https://wordpress.org/support/topic/compatibility-with-woocs-woocommerce-currency-switcher-8/)
 *  Thread Starter [csabal](https://wordpress.org/support/users/csabal/)
 * (@csabal)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/compatibility-with-woocs-woocommerce-currency-switcher-8/#post-16284661)
 * Thank you!!!
 * Code added, browser cache flashed (there is no cache on the server side yet),
   but still when you change to EUR, it is not calculating in the right method..
   🙁
 * csaba
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Product Fields, Addons and Price Calculator for WooCommerce] Compatibility with WOOCS – WooCommerce Currency Switcher](https://wordpress.org/support/topic/compatibility-with-woocs-woocommerce-currency-switcher-8/)
 *  Thread Starter [csabal](https://wordpress.org/support/users/csabal/)
 * (@csabal)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/compatibility-with-woocs-woocommerce-currency-switcher-8/#post-16284551)
 * Hi, I added this, but did work (sorry I have very limited knowledge of coding)
   
   Could you pls send me an exact example? Thanks a lot in advance.
 *     ```
       public function sale_price()
           {
               return floatval($this->product->get_sale_price());
       		return floatval($this->product->woocs_exchange_value());
           }
   
           /**
            * Get regular price of the product or variation
            *
            * @return mixed
            * @since 1.0.0
            */
           public function regular_price()
           {
               return floatval($this->product->get_regular_price());
       		return floatval($this->product->woocs_exchange_value());
   
           }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Product Fields, Addons and Price Calculator for WooCommerce] Compatibility with WOOCS – WooCommerce Currency Switcher](https://wordpress.org/support/topic/compatibility-with-woocs-woocommerce-currency-switcher-8/)
 *  Thread Starter [csabal](https://wordpress.org/support/users/csabal/)
 * (@csabal)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/compatibility-with-woocs-woocommerce-currency-switcher-8/#post-16284066)
 * HI
 * Thank you!
 * How do I add the woocs_exchange_value to the ProductHelper.php ? What would be
   the exact method? Thx!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Product Fields, Addons and Price Calculator for WooCommerce] Compatibility with WOOCS – WooCommerce Currency Switcher](https://wordpress.org/support/topic/compatibility-with-woocs-woocommerce-currency-switcher-8/)
 *  Thread Starter [csabal](https://wordpress.org/support/users/csabal/)
 * (@csabal)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/compatibility-with-woocs-woocommerce-currency-switcher-8/#post-16281725)
 * Forgot to mention, that it is work well with the default currency (HUF) but if
   you switch to EUR it is not counting well. Your code is inserted to the fieldsetproduct.
   php as you mentioned before
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Product Fields, Addons and Price Calculator for WooCommerce] Compatibility with WOOCS – WooCommerce Currency Switcher](https://wordpress.org/support/topic/compatibility-with-woocs-woocommerce-currency-switcher-8/)
 *  Thread Starter [csabal](https://wordpress.org/support/users/csabal/)
 * (@csabal)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/compatibility-with-woocs-woocommerce-currency-switcher-8/#post-16281325)
 * Hi
 * [https://drive.google.com/file/d/1mRrvULx852UT4taUYvhwBTVafmVwABuh/view?usp=share_link](https://drive.google.com/file/d/1mRrvULx852UT4taUYvhwBTVafmVwABuh/view?usp=share_link)
 * let me know if you need anything else.
 * thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Product Fields, Addons and Price Calculator for WooCommerce] Compatibility with WOOCS – WooCommerce Currency Switcher](https://wordpress.org/support/topic/compatibility-with-woocs-woocommerce-currency-switcher-8/)
 *  Thread Starter [csabal](https://wordpress.org/support/users/csabal/)
 * (@csabal)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/compatibility-with-woocs-woocommerce-currency-switcher-8/#post-16268318)
 * I meant, the plugin shows only the addon price, not the total, and only this 
   is added to the cart ( not the total price). I had try to move your mentioned
   code to other places, but no luck.
    We are so close to solve this issue, could
   you pls take a look?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Product Fields, Addons and Price Calculator for WooCommerce] Compatibility with WOOCS – WooCommerce Currency Switcher](https://wordpress.org/support/topic/compatibility-with-woocs-woocommerce-currency-switcher-8/)
 *  Thread Starter [csabal](https://wordpress.org/support/users/csabal/)
 * (@csabal)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/compatibility-with-woocs-woocommerce-currency-switcher-8/#post-16267604)
 * Hi
    Almost okay.
 * Added the mentioned code, now it is changing the addon price to the right currency,
   and amount, however it is not added to the total product price (the sum would
   be 0). So, when I click add to cart, it is adding the product with 0 value to
   the cart….
 * Maybe we should add something to the function.php?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Product Fields, Addons and Price Calculator for WooCommerce] Compatibility with WOOCS – WooCommerce Currency Switcher](https://wordpress.org/support/topic/compatibility-with-woocs-woocommerce-currency-switcher-8/)
 *  Thread Starter [csabal](https://wordpress.org/support/users/csabal/)
 * (@csabal)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/compatibility-with-woocs-woocommerce-currency-switcher-8/#post-16265206)
 * Soltuion would be simililar like this one: [https://currency-switcher.com/wc-fields-factory?fbclid=IwAR1ND1pFuYrWCyeRsUXcAntUovZtHopnmL3H5lZ5ofN6qHQItFatmtBX_Kg#/woot-gallery-woof](https://currency-switcher.com/wc-fields-factory?fbclid=IwAR1ND1pFuYrWCyeRsUXcAntUovZtHopnmL3H5lZ5ofN6qHQItFatmtBX_Kg#/woot-gallery-woof)
 * I just could not figure out how I can adapt this for you plugin actually.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Product Fields, Addons and Price Calculator for WooCommerce] Compatibility with WOOCS – WooCommerce Currency Switcher](https://wordpress.org/support/topic/compatibility-with-woocs-woocommerce-currency-switcher-8/)
 *  Thread Starter [csabal](https://wordpress.org/support/users/csabal/)
 * (@csabal)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/compatibility-with-woocs-woocommerce-currency-switcher-8/#post-16265133)
 * I figured out, IF I switch currency AFTER everything is in tha cart, everything
   ok.
 * So I am so close … can you help me?
 * csab
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Product Fields, Addons and Price Calculator for WooCommerce] A very cool plugin](https://wordpress.org/support/topic/a-very-cool-plugin-4/)
 *  [csabal](https://wordpress.org/support/users/csabal/)
 * (@csabal)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/a-very-cool-plugin-4/#post-16258687)
 * Sindiana, what currency converter do you use?

Viewing 12 replies - 1 through 12 (of 12 total)