muleque
Forum Replies Created
-
Forum: Plugins
In reply to: [Germanized for WooCommerce] WertgutscheinGibt es keine billigere Alternative? j?hrlich €100+ für diese panale funktion ist schon etwas viel für einen Hobby-shop. Ich brauche lediglich Geschenkgutscheine die teilweise eingel?st werden k?nnen und mit der Wertgtuschein-funktion kompatibel sind. Kann ja nicht sein, dass diese Funktion so viel wie gro?e Plugins kosten?
Bitte um Rat.LG
Bin auf der Suche nach dem selben Problem. Es muss doch m?glich sein, dass man den Gutscheinwert auch von den Versandkosten abzieht…
Forum: Plugins
In reply to: [YITH WooCommerce Gift Cards] Germanized CompatibilityHi,
everything is fine here, thank.
I am not sure if I understood your solution correctly.
The code I generated with YITH gift cards, I should enter in the standard WC field (in the front end)? If that is what you ment, it does not work. The thing is, when I generate a WC coupon and want taxation correct, I have to check a box, which is by default unchecked. Thus I assume when including the YITH “coupon” in wc it treats the gift card as if the checkbox is unchecked.I have found a germant threat with more or less the same problem. The user wanted to add the check of the checkbox of another plugin (like yours) and the germanized guy asked to try out the following snippet which worked. Maybe you have an idea how to translate this snippet to YITH gift cards? I think only the save_post_shop_coupon might be different:
?php add_action( 'save_post_shop_coupon', 'my_child_after_coupon_save', 10, 3 ); function my_child_after_coupon_save( $post_id, $post, $update ) { update_post_meta( $post_id, 'is_voucher', 'yes' ); }
Best muleque
Forum: Plugins
In reply to: [Germanized for WooCommerce] Wertgutschein bei anderen Pluginsok, ein compatibles Plugin, welches allerdings 120+ € kostet. Gibt es eine Kostengünsitgere Alternative?
unfortunately this does not work for me. Any idea what could go wrong? Neither ‘Administrator’ nor my login name works. The code, however, makes total sense.
Any advice?Forum: Plugins
In reply to: [WooCommerce] E-mail notifications incorrectly sentThanks for the tip. I identified the germanized plugin as causing the issue. But what now? everything is up do date. Probably open a thread in the germanized section?
Best
MulequeForum: Plugins
In reply to: [WooCommerce] Woocommerce emails to customer wrongHi,
thanks for the reply. I checked those settings already. My problem is, even though the status is set correctly, the according messages are not triggered correctly. E.g. When the customer places an order, he should get an order received mail (like I do). When the payment is completed, the order changes to processing and the “processing” email is sent.
But my WC sends an “processing” mail even though payment was not yet completed.
Similar: when the customer chooses the payment method “bank transfer” the status is correctly set to on-hold. But the “on-hold” message is never sent.So for me it looks like the “triggers” (i do not know the proper term) for the emails are not set correctly.
Any further ideas?
Hello @alexmigf
yes that is correct. There are various option to identify these users. An easy solution would be the first and last name. Only some have user accounts, which I manage with the ultimate members plugin.
thx
Forum: Plugins
In reply to: [WooCommerce] PHP WC how to access product units and unit?@yazdaniwp thats the hint. my attribute was named Einheit_pa by myself. And I had to name it pa_einheit_pa to get the attribute correctly.