marvinm
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Admin] Euro symbol broken in adminI’ve switched the provider and everything is displayed correctly ?????♂?
Forum: Plugins
In reply to: [WooCommerce Admin] Euro symbol broken in adminJust WC active via WP Staging: https://prnt.sc/sto1xf
Still no correct symbol: https://prnt.sc/sto2p8Forum: Plugins
In reply to: [WooCommerce Admin] Euro symbol broken in admin@drwpcom please see my latest post:
In the WooCommerce Dashboard: the Leaderboards display the currency symbol correct:
https://ibb.co/Q8fN4kRThese screenshots are from the Analytics:
https://ibb.co/tzXfBpB
https://ibb.co/dr3hGHfThe currency is correctly defined. The symbol is just broken at the WC -> Dashboard (but not at the leaderboard at the bottom) and at every site @ Analytics.
Forum: Plugins
In reply to: [WooCommerce Admin] Euro symbol broken in adminIn the WooCommerce Dashboard: the Leaderboards display the currency symbol correct:
https://ibb.co/Q8fN4kRForum: Plugins
In reply to: [WooCommerce Admin] Euro symbol broken in adminHey,
its broken for me too. On every other page i see the correct symbol, except for the new woocommerce admin analytics. Does not matter if i’m on mac, windows, safari, firefox, chrome.
Forum: Plugins
In reply to: [Germanized for WooCommerce] DHL StandardgewichtHey,
das funktioniert nun, vielen Dank!
Forum: Plugins
In reply to: [Germanized for WooCommerce] DHL StandardgewichtHey,
funktioniert leider immer noch nicht – wie w?re es mit meiner L?sung: ein zus?tzliches Input in den Settings wo man das zu addierende Gewicht eintragen kann? Kann ich ein PR aufmachen?
P.S. mein Vorschlag mit der Funktion bezieht sich auf diese Funktion wo das Gewicht Manipuliert wird (nicht Filter):
https://github.com/vendidero/woocommerce-germanized-dhl/blob/master/includes/wc-gzd-dhl-core-functions.php#L813Grü?e, Marvin
Forum: Plugins
In reply to: [Germanized for WooCommerce] DHL StandardgewichtDanke für die schnelle Antwort ??
Leider funktioniert der Filter nicht. Die einzige Funktion, die ich gefunden habe, welches das Gewicht Manipuliert ist “wc_gzd_dhl_get_shipment_weight”.
Hier wird z.B. auch das Mindestgewicht entschieden.
Toll w?re die Funktion wiefolgt:function wc_gzd_dhl_get_shipment_weight( $shipment, $unit = 'kg' ) { $shipping_method = $shipment->get_shipping_method(); $shipment_weight = $shipment->get_weight(); $dhl_shipping_method = wc_gzd_dhl_get_shipping_method( $shipping_method ); $add_weight = wc_get_weight( Package::get_setting( 'label_add_shipment_weight', $dhl_shipping_method ), $unit, 'kg' ); /**in den Settings ein Zus?tzliches <input>*/ $min_weight = wc_get_weight( Package::get_setting( 'label_minimum_shipment_weight', $dhl_shipping_method ), $unit, 'kg' ); $weight = empty( $shipment_weight ) ? wc_get_weight( Package::get_setting( 'label_default_shipment_weight', $dhl_shipping_method ), $unit, 'kg' ) : wc_get_weight( $shipment_weight, $unit, $shipment->get_weight_unit() ); $weight = $weight + $add_weight if ( $weight < $min_weight ) { $weight = $min_weight; } return $weight; }
Forum: Plugins
In reply to: [Amazon Pay WooCommerce payment gateway] Cant place OrderSorry, my bad!
Forum: Plugins
In reply to: [WooCommerce Deutsche Post Internetmarke] Fehler Button und VorschauHallo, bei mir l?uft nun alles reibungslos ??
Forum: Plugins
In reply to: [WooCommerce Deutsche Post Internetmarke] Fehler Button und VorschauIn der aktuellen Chrome Version. Sowohl in Windows als auch auf dem Mac.
Forum: Plugins
In reply to: [WooCommerce Deutsche Post Internetmarke] Fehler Button und VorschauDas Problem mit den Button (Problem 1) habe ich auch. Die Konsole bleibt leer.