Currency Switcher for WooCommerce 1.6/2.0.x updated to version 3.0.2.140210-Beta

Currency Switcher for WooCommerce 1.6/2.0.x has been updated to version 3.0.2.140210-Beta. This update brings the following improvements and fixes:

  • Preliminary compatibility with WooCommerce 2.1
  • As anticipated earlier today, the architecture of WooCommerce 2.1 is significantly different from 2.0.x. Some of the changes introduced in this version break backward compatibility, thus causing undesired side effect in 3rd party plugins. We are now working to address issues caused by such update.
  • The following issues have been addressed:
    • Fixed error message related to absence of WC_Google_Analytics class
      Such class was part of WooCommerce core until version 2.0.20. From 2.1, it has been moved to a separate plugin.
    • Adapted logic to retrieve order currency
      WooCommerce 2.0 and 2.1 handle order attributes differently. Plugin logic has been modified to cater for both versions.
    • Fixed issue in displaying order totals in orders list page
      Order totals are handled correctly throughout the purchase process, but they are displayed incorrectly on Orders page in WC2.1 (again, due to a change in the core logic). Such issue has been addressed.
  • Removed unnecessary files.

Please note that compatibility with WooCommerce 2.1 is still in Beta and there may be issues to be addressed. We do not recommend using such version with the Currency Switcher on a live site.

Pending issues

  • Reports display incorrect totals
    WooCommerce 2.1 implements a completely new logic to render reports, which doesn’t trigger the Currency Switcher functions. We are now analysing the new code to ensure that the reports are generated correctly.

How to get latest version

New customers

Simply place your order and you will get the latest version.

Existing customers

You should be able to download the updated file using the link you received with your order. If the link doesn’t work, please contact Support to receive the latest version. Thanks.

News for February 2014

WooCommerce 2.1 logoIt has been a while since last main announcement, so we decided to publish one today, when WooThemes team reached a major milestone: WooCommerce 2.1 has finally been released. The new version, nicknamed “Peppy Penguin”, is now available for download on WooThemes site, or from WordPress control panel and introduces  several significant changes. Read more

Planned maintenance rescheduled to 15/02/2014

The provider of our support platform just informed us that the planned maintenance has been rescheduled to 15/02/2014.

The support portal could be unavailable from about 11:30 AM to 12:30 PM GMT on the 15th of February 2014, due to a hardware upgrade. We apologize for any inconvenience this may cause and we would like to thank you for your understanding.

Currency Switcher for WooCommerce 1.6/2.0.x updated to version 2.6.2.140205

Currency Switcher for WooCommerce 1.6/2.0.x has been updated to version 2.6.2.140205. This is an important update, and it includes several new, important features that have been requested by many of our customers:

A shortcode to display the currency selector widget

From version 2.6 onward, in addition to original method of displaying the widget in a sidebar, it’s finally possible to display it in any page, by simply calling the shortcode, as in the example below:
[aelia_currency_selector_widget title="Widget title (optional)" widget_type="dropdown|buttons"]

A new layout for the currency selector widget

As you may have noticed, the shortcode accepts two parameters, one of which is the type of widget to display. The Currency Switcher now includes the classic widget with a dropdown list of currencies, and a new one that displays a button for each enabled currency. Both layouts can be overridden by copying the widget template files into your theme, allowing you to display the widget in any way you like. Further instructions can be found on a the Documentation section on plugin’s settings page

In addition to the above new features, this version also brings the following improvements and bug fixes:

  • Optimised data retrieval from Open Exchange Rates. Retrieval of data from Open Exchange Rates is now faster and more stable
  • Fixed dashboard reports. The dashboard reports were displaying the wrong totals, due to a mixup in the currencies. This issue has now been fixed. Note: the main reports have always been correct, the bug only affected the dashboard report widgets.

Overall, a great new release, of which we are very happy. We would like to thank all the people who contributed with their feedback, allowing us to improve our product and bring it to its current level.

How to get latest version

New customers

Simply place your order and you will get the latest version.

Existing customers

You should be able to download the updated file using the link you received with your order. If the link doesn’t work, please contact Support to receive the latest version. Thanks.

Planned maintenance on our support platform on 08/02/2014

Our support platform could be unavailable from about 11:30 AM to 12:30 PM GMT on the 8th of February 2014, due to a hardware upgrade. We apologize for any inconvenience this may cause and we would like to thank you for your understanding.

Currency Switcher for WooCommerce 1.6/2.0.x updated to version 2.5.11.140129

Currency Switcher for WooCommerce 1.6/2.0.x has been updated to version 2.5.11.140129. This update brings the following improvements and fixes:

  • Removed redundant filter wc_aelia_cs_get_selected_currency. Filter woocommerce_currency can be used instead.
  • Improved compatibility with WooCommerce price filter widget.
  • Improved loading of JavaScript and CSS files to reduce clashes with other plugins.
    Read more