Bei Lastschrift von in Bearbeitung auf in Warteschlange
[php]// change COD payment method order status from processing to on-hold
add_action(‚woocommerce_thankyou_cod‘, ‚action_woocommerce_thankyou_cod‘, 10, 1);
function action_woocommerce_thankyou_cod($order_id)
{
$order = wc_get_order($order_id);
$order->update_status(‚on-hold‘);
}[/php]
Related Articles
- WC Attribute Komma durch Linebreak ersetzen
- WC Produkt Kategorie Name vor Bild in Liste anzeigen
- WooCommerce Abgeschlossene Bestellungen bearbeitbar machen
- WooCommerce Button für Anfrage mit Text-Prefill
- Add custom field to order checkout
- WooCommerce Conditional Email Text (User Role, Product Category)
- Fix Elementor fixed Background sizing
- Cronjob Überlappung verhindern – flock()
- WordPress Update Hinweise deaktivieren
- WP Download Manager "attached file is missing/deleted" Fehler