wp_user1
Forum Replies Created
-
I made some tests and there are 2 problems – the pdf should be PDF/A1 (at the moment it is PDF/A3).
Regarding UBL:
ZUGFeRD XML does not contain <rsm:CrossIndustry>, <rsm:SCRDMCCBDACIOMessageStructure>, or <rsm:SCRDMCCBDACIDAMessageStructure> and can thus not be valid.
It appears that my UBL file does not meet the required ZUGFeRD format. Specifically, it is missing the necessary XML elements such as <rsm:CrossIndustryInvoice>, which is essential for ZUGFeRD compliance.
I understand that ZUGFeRD is based on the Cross Industry Invoice (CII) standard, and the XML must be structured accordingly.
Thank you for your assistance!
Perfect, thanks!
Forum: Reviews
In reply to: [WooCommerce] PerfectHey there WooCommerce experts,
I am trying now for hours, but no idea what’s wrong.I simply want to send the WC_Email_New_Order mail manually via source code. I am using this code:
$post_id=346;
$order = wc_get_order( $post_id );
$mailer = WC()->mailer();
$email = $mailer->emails['WC_Email_New_Order'];
$email->trigger( $order->get_id(), $order );Nothing happens.
When using the same code for WC_Email_New_Order everything works fine:$post_id = 346; // Order ID
$order = wc_get_order($post_id);
$mailer = WC()->mailer();
$email = $mailer->emails['WC_Email_Customer_Completed_Order'];
$email->trigger($order->get_id(), $order);Also when sending WC_Email_New_Order again via order details in WordPress backend. So mail configuration, template and recipient are okay.
Any ideas what could be wrong here? ??Wow, thanks for the great help.
That was the solution – the post form was saved as US-form (dont ask why). After changing in the postmeta-table, it is working perfect!
Thanks!!
I get “key” in one browser and “truck” in other. You can overwrite Cache by adding a parameter (like ?test=123). But the text is still english, even it is German in the po/mo files.
Forum: Plugins
In reply to: [Payment Plugins for PayPal WooCommerce] tax is not submitted to PaypalAh thats interesting input! On our side the tax is included even in the screenshot you made.
But it seems like it is a regional problem, that if you not in Germany, the tax is not included. And perhaps Paypal then get the wrong value. We changed the setting to “always include tax”, it looks better now.
Forum: Plugins
In reply to: [Payment Plugins for PayPal WooCommerce] tax is not submitted to Paypalit first did Not work at all. Thats true.
Perhaps my english is Not good enough.
We have This Problem:
User has to Pay 34,90€
via Paypal it only demands 29,33€
The tax is missing.
Forum: Reviews
In reply to: [Payment Plugins for PayPal WooCommerce] greatYeah I already saw ur answers to critical comments, thanks for that.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] How to edit old invoicesSame question, but I need to generate the invoice with the new invoice sum
We had a discount that was added later. But when I regenerate the invoice, I have the new look & feel, but not the new data. Invoice number should be the same. How to solve that?
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] notification mail shows html source code??PS: we are using Easy WP SMTP plugin for sending mails.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] notification mail shows html source code??Still having this problem. No idea at all??
Already tried to re-save the mailtexts a few times, no change.
Also new subscribers do not get a double opt in mail notification at all….
- This reply was modified 4 months ago by wp_user1.
Forum: Plugins
In reply to: [WooCommerce] Digital products: no address data fields neededBut I do not understand, that you cannot archieve that goal on the block editor, which is the standard installation. Will this be implemented soon?
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Status “completed” after paymentbut I already have Ticket Codes I need to Import.
i don’t need them to get generated by System.is this possible?
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Status “completed” after paymentThanks for the Box Office idea, although it is quite expensive together with the barcode option :O
We have following case: we are selling amusement park tickets and get the ticket numbers from the park. So we are not able to add own numbers or ticket codes.
They give us a CSV file with individual numbers which we want to sell.
We just have to send the codes like a license code with some instructions. We do not need a pdf file or QR code there.
Another case is: we get individual tickets in form of individual PDF files which we need to send out if the client buys a ticket or more..
Is this possible with the plugin?Forum: Plugins
In reply to: [Digital Goods for WooCommerce Checkout] No change on address fieldsI guess the problem is that the plugin does not work with the block editor, which is standard setting for WooCommerce checkout page now.