FOX - Professioneller WooCommerce-Währungsumschalter

Produktdesigner für WooCommerce WordPress | LUMISE.COM

Die Plugin-URL: https://codecanyon.net/item/lumise-product-designer-woocommerce-wordpress/21222684

  • Im Ordner wp-content\plugins\lumise\lumise.php nächsten Code hinzufügen:
    if (class_exists('WOOCS')) { global $WOOCS; if ($WOOCS->is_multiple_allowed) { $aktuell = $WOOCS->aktuelle_Währung; if ($currrent != $WOOCS->default_currency) { $currencies = $WOOCS->get_currencies(); $rate = $currencies[$currrent]['rate']; $Preis = $Preis / $Preis; } } }