thsch
Forum Replies Created
-
Thx Jamie, I’ve posted the ticket.
Thank you, that worked well.
I’d also like to add the following to the instructions for cases where product variants are used:
2a. First, switch to a simple subscription and remove the PayPal connection there.
2b. Then, switch back to the variants.
2c. Save the product.I would like to join this thread as I have the exact same problem.
I sell subscriptions that are not recurring, but end after a year, and users can renew them when they want. I use vaulting, which is approved by paypal.
I have also activated the option in the Woocommerce Subscription settings that you can have several products in a shopping cart at the same time.Suddenly one of my products can only be added to the cart once and no other products can be added to the cart. When I try it, the product is set in the inventory tab to limit sales to 1 item per order (the option “_sold_individually” is then automatically set to checked). I’ve spent hours trying different settings but it doesn’t help, so I think it’s the same bug as mentioned in this thread.
Dear Krystian, thank you very much. These settings have helped me; I chose the vaulting option, requested approval, received it, and it now works. That was a very good tip.
- This reply was modified 11 months, 2 weeks ago by thsch.
Forum: Plugins
In reply to: [License Manager for WooCommerce] License column to Woocommerce backend page?A list of license keys is included, these threads might help:
https://www.ads-software.com/support/topic/license-keys-in-my-account-page/
https://www.ads-software.com/support/topic/license-keys-page-not-found/ (most of the time this is the solution).Of course!
- This reply was modified 4 years ago by thsch.
Thank you very much, this solved the issue.
If anyone should have the same problem, here is my loop for all license keys ($licenses_all is the $response from the request for the list of all license keys https://www.licensemanager.at/docs/rest-api/developer-documentation/list-all-licenses/)
foreach ( $licenses_all as $licenses ) { foreach ( $licenses as $license ) { $order = wc_get_order( $license->orderId ); $data = $order->get_data(); $lmfwc_order_complete = $order->get_meta('lmfwc_order_complete'); if ( $lmfwc_order_complete != 1 ) add_post_meta( $license->orderId, 'lmfwc_order_complete', '1' ); } }
- This reply was modified 4 years ago by thsch.
Forum: Plugins
In reply to: [PayPal Plus for WooCommerce] Doppelte BestellungenErg?nzung nach weiteren Analysen:
Der Fehler taucht nur bei Vorkassebuchungen (Funktion des Plugins “German Market”) auf.
Ein Errorlog ist jedoch nicht erzeugt worden.
Die einzigen ?nderungen, die durchgeführt wurden, waren das Update des PayPal Plus Plugins. Da “German Market” und “PayPal Plus Plugins” vom selben Anbieter stammen, k?nnte hier ggf. ein Zusammenhang bestehen.
Forum: Plugins
In reply to: [PayPal Plus for WooCommerce] Doppelte BestellungenKorrektur: Es scheint so, als ob die Doppelbuchungen nichts mit dem Plugin zu tun haben. Die Buchungen werden bei Paypal richtig verzeichnet.
Nur in Lexoffice tauchten Dopplungen auf. Das Posting kann daher entfernt werden.