gerske
Forum Replies Created
-
Forum: Plugins
In reply to: [MailerLite - WooCommerce integration] Update of plugin shuts website downThere is an update now to 1.5.4
Forum: Plugins
In reply to: [Disable Admin Notices individually] Error inOK. Thanks for the fast reply!
Forum: Plugins
In reply to: [WooCommerce] Change color of order on hold in order pageGreat, it works! I had already solved in a different way, by adding this snippet:
add_action( ‘woocommerce_admin_order_data_after_billing_address’, ‘notpaid’, 10, 1);
function notpaid( $order_id ) {
$order = wc_get_order( $order_id );
if ( !$order->is_paid() ) {
?><div class=”statusnotpaid”>Not paid yet
</div><?php
}
}And styling class statusnotpaid in red. This gives an alert text “Not paid yet” directly under the invoice address, alerting the shopping manager to not process this order as of yet.
I think that your css solution should be built in WooCommerce by default. In the orders overview all statuses have a certain color. These status colors should also be used and visible in the order screen for each order. It is of much help for the shopping managers.
Kind regards, Gerske
Forum: Plugins
In reply to: [WooCommerce] 403 error shopping manager woocommerce_ces_tracks_queueThanks for the explanation, Kellymetal. Much appreciated!
Forum: Plugins
In reply to: [WooCommerce] 403 error shopping manager woocommerce_ces_tracks_queueThank you, Kellymetal! Can I install the next update of the plugin https://www.ads-software.com/plugins/woocommerce-admin/ without interfering with the version that is built in WooCommerce? It there any disadvantage of installing it seperately as a plugin? (or advantage)
Kind regards, Gerske
Forum: Plugins
In reply to: [Mollie Payments for WooCommerce] Expired payment causes change of stockThanks, Andreas!
Forum: Plugins
In reply to: [Mollie Payments for WooCommerce] Expired payment causes change of stockGreat! The problem is that the expiration is sometimes after 25 days. That’s quite some time. In between we could have easily do a recount of stock.
Kind regards, Gerson
Forum: Plugins
In reply to: [Mollie Payments for WooCommerce] Expired payment causes change of stockThank you for your explanation, Andreas.
Forum: Plugins
In reply to: [WooCommerce] Change color of order on hold in order pageI have added a screenshot of what I would like.
How to make the background of the dropdown list of order status red ONLY when the order is NOT paid yet. This gives a very clear signal to our shop managers.
It would be great if someone has the solution for this.
Thanks in advance!
Gerske
Forum: Plugins
In reply to: [WooCommerce] Change color of order on hold in order pageHi RK, thank for the code. I’ve added it to the admin css, but unfortunately it doesn’t work. No status color change (on the order view page) if the order is on hold. Could you please check? Thanks!
- This reply was modified 4 years, 1 month ago by gerske.
Forum: Plugins
In reply to: [Loco Translate] Many errorsI now have tried to delete the whole translation of this string in Loco Translate Dutch language, and I still get this error.
Also tried to copy the original string to the Dutch version. Still getting the errors in my logs. With every webpage request on my site I get this error in my log.
Really don’t know what to do.
Forum: Plugins
In reply to: [Loco Translate] Many errorsEN:
Administrators and auditors may wish to review Loco's <a href="%s">plugin privacy notice</a>.
NL:
Bestuurders en controleurs kunnen wensen om te beoordelen Loco's<a href="%s">plugin privacy kennisgeving</a>.
This Dutch translation doesn’t make sense. It seems like a bad machine translation. But code wise it doesn’t seem wrong. This does not explain the errors.
Forum: Plugins
In reply to: [Loco Translate] Many errorsI have never translated “Administrators and auditors may wish to review Loco” btw. It might have been done automatically via Translatepress though.
Forum: Plugins
In reply to: [Loco Translate] Many errorsWhat can I do to fix this? I’d prefer to stay with the Dutch admin.
Thanks for the fast reply btw!
Forum: Plugins
In reply to: [Loco Translate] Many errorsWe are using the Dutch language.