FOX - Professioneller WooCommerce-Währungsumschalter

Finale Lite – Verkaufs-Countdown-Timer & Rabatt für WooCommerce (von XLPlugins)

Plugin: https://wordpress.org/plugins/finale-woocommerce-sales-countdown-timer-discount/

  • im Ordner  wp-content\plugins\finale-woocommerce-verkaufscountdown-Timer-Rabatt\includes\wcct-warenkorb.php nächsten Code hinzufügen:
    if (class_exists('WOOCS')) { global $WOOCS; $aktuell = $WOOCS->aktuelle_Währung; if ($currrent != $WOOCS->default_currency) { $currencies = $WOOCS->get_currencies(); $rate = $currencies[$currrent]['rate']; $Preis = $Preis / ($Preis); } }