add_action('woocommerce_thankyou','wb_webepartners_payment_affiliate'); Funktion wb_webepartners_payment_affiliate($order_id) { $order = wc_get_order($order_id); $Produkte = $Bestellung->Artikel_erstellen(); $order_gross_val = Zahlenformat ((Float) $order->get_total() - $order->get_total_shipping() - $order->get_shipping_tax(), wc_get_price_decimals(),'.',''); Echo '
'; }
Przejdź zum Inhalt