qhiliqq
Forum Replies Created
-
I changed line 169 in classes/class-otfw-ajax.php
toif ($product->managing_stock() and false == $variation_product) {
.Now it seems to work again.
Forum: Plugins
In reply to: [Wholesale Order Table for WooCommerce] Multi category doesn’t workYes that’s it.
I have 6 products in the “zubehoer” category but if I search them in woocommerce, the category is empty.
Don’t know why but yes thats the problem.//EDIT:
Found my probelm and it’s fixed now!- This reply was modified 3 years, 6 months ago by qhiliqq.
Forum: Plugins
In reply to: [Wholesale Order Table for WooCommerce] Multi category doesn’t workHi,
thats not the problem.This works:
[ordertable show_categories="true" categories="montagematerial"]
This not:
[ordertable show_categories="true" categories="montagematerial,zubehoer"]
I checked your class-otfw-shortcode.php in line 92.
The explode works as expected and give me an array with0 = montagematerial
and1 = zubehoer
Forum: Plugins
In reply to: [Mollie Payments for WooCommerce] SEPA Bank Transfer not sending mailI checked that with a live payment.
In the WooCommerce Logs I find only this for banktransfer payments:2021-01-29T10:12:27+00:00 DEBUG mollie_wc_gateway_banktransfer: Mollie payment object tr_XXXXXXXXXX (live) webhook call for order 3761. 2021-01-29T10:12:27+00:00 DEBUG Mollie_WC_Gateway_Abstract::orderNeedsPayment mollie_wc_gateway_banktransfer: Order 3761 orderNeedsPayment check: yes, order not previously processed by Mollie gateway. 2021-01-29T10:12:27+00:00 DEBUG Mollie_WC_Payment_Payment::onWebhookPaid called for payment 3761 2021-01-29T10:12:27+00:00 DEBUG Mollie_WC_Payment_Payment::onWebhookPaid WooCommerce payment_complete() processed and returned to Mollie_WC_Payment_Payment::onWebhookPaid for payment 3761 2021-01-29T10:12:27+00:00 DEBUG Mollie_WC_Payment_Payment::onWebhookPaid processing paid payment via Mollie plugin fully completed for order 3761
paypal, sofort, creditcard does exactly the same but with sending a “payment received” mail… weird…
Forum: Plugins
In reply to: [Germanized for WooCommerce] Tracking-Code ImportDanke!
Eigentlich sogar ziemlich einfach…
Erst per DB Insert den Trackingcode hinzufügen und danach den Status der Bestellung auf “Versandt” via WC-API setzen, dann wird die Mail wie gewünscht verschickt.