borjacachan
Forum Replies Created
-
Forum: Plugins
In reply to: [Google for WooCommerce] google listings and ads plugin is not workingHello,
I have the same problem and even though I disconnect all the services on my website, the Google Ads account continues to appear with infinite load and the products cannot be synchronized in the merchant center.
Additionally, I get this error message: There was an error loading Google Ads account information.
<p>There has been a critical error on this website.</p><p><a href="https://www.ads-software.com/documentation/article/faq-troubleshooting/">Learn more about WordPress diagnostics. </a></p>
On the other hand, in your instructions you comment:
Under Jetpack, click Disconnect Jetpack (If you’ve installed it)
But I don’t have this option available. And I have installed Jetpack and linked my website. But I don’t see the option in https://example.com/wp-admin/admin.php?page=connection-test-admin-page to disconnect Jetpack on my site. It’s very frustrating, I’ve tried it 40 times.
My website is https://maralhome.es
No, no one answered me. I recovered a backup copy of the hosting from which I extracted the pdf generated by the plugin in the uploads folder. That it helped me to know the invoices number of each order.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Invoice number reset 1st January to 1I have had the same problem and, even worse, when I have renamed the invoices for this new year indicating that I want them to start with the current year and a specific number, the thousands of invoices from the previous year have been deleted. The client is asking me to recover those thousands of invoices from the year 2022 and I can’t find a way to do it. What I can do? There are thousands, and those invoices are associated with orders that are included with that invoice name in their ERP program that is not linked. In other words, I need those thousands of invoices that have disappeared from the year 2022 to reappear with the same nomenclature that they had generated until the change. What can we do?
Forum: Plugins
In reply to: [Invoices for WooCommerce] Add customer email to invoiceThanks!
This works for me.
Have a nice day.Forum: Plugins
In reply to: [Invoices for WooCommerce] Add customer email to invoiceHi, I’m using a template based on the SIMPLE/MINIMAL template and I just took the supposedly updated template and it’s the same. In the template information it appears that it is
* @author Bas Elbers
* @package WooCommerce_PDF_Invoices/Templates
* @version 0.0.1
*/In this template PRINTF is used multiple times.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Add customer email to invoiceHi,
I am using the free version and updated to the latest version.
In the case of that code, the phone does display it correctly in the template, but in neither of the following two ways does it display the customer’s email.Forum: Plugins
In reply to: [Invoices for WooCommerce] Add customer email to invoiceHi!
I was looking for this.
I have tried the option you mention but in my case it has not worked.
I have a similar code for the phone and it works, but for the email it doesn’t. I paste the text here. Can you help me?
Thanks<?php printf( __('<br>Telefono: %s', 'woocommerce-pdf-invoices'), $order->get_billing_phone() ); ?> <?php printf( __('<br>Email: %s', 'woocommerce-pdf-invoices'), $order->get_billing_email() ); ?> <?php printf( __('<br>Email: %s', 'woocommerce-pdf-invoices'), $order->get_billing_email() ); ?> <?php echo $this->order->billing_email; ?>
Yes, we are using an external plugin for PDF invoices, but the problem is not in the generation of a PDF invoice, it is in the email that is sent to the customer with the order. Those email are generated by woocommerce. At that point the PDF invoice generator should not be interfering because an invoice has not been generated.
Thank you very much for your answer.
I have tried the code and it does not work.
I get an error when trying to generate the PDF. I don’t know if the code is only usable with the pro plugin, I’m using the free plugin, but according to the indications it should work.