dragoscristian
Forum Replies Created
-
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Metadata not showingThanks for the fast reply!
The plugin I am using is called Amelia Bookings (wpamelia.com) – it had the booking part and every “product” I create in Amelia I need to connect it to a “Product” in WooCommerce so that it transmits the metadata and price to complete the checkout process in Woo.
And sure, here are a few screenshots for the same order:
Thank you page after purchase: https://i.imgur.com/IoN9crZ.png
In the e-mail: https://i.imgur.com/H8m3V1A.png
In the backend: https://i.imgur.com/VDgOmGr.png
On the invoice: https://i.imgur.com/WOqDMap.pngIf you need anything else, please let me know… it is very important that the invoice is detailed, and not generic with the product name.
Thank you!
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Metadata not showingWell, there are tons of plugins on my website…
No WooCommerce Bookings though. I use a booking software that sends the metadata and price to WooCommerce to complete the checkout process there.But the metadata is available in the WooCommerce e-mail sent to the user as well as in the backend looking at the orders. It just simply does not appear in the PDF invoices…
Forum: Plugins
In reply to: [WooCommerce EU VAT Assistant] Show VAT Field only if Company Name is filledHi Diego,
thank you for your answer! Sadly, I don’t know how to code – I mean I can modify some parameters in a code or script, but generating new code….I woundn’t even know where to start.
Could you please help me with this?
Also, I believe, such a function to hide the field when company name is not filled should be part of the plugin, as an option to ‘The VAT number field will be’ – Hidden when Company Name not filled in, Required when Company Name filled in (EU addresses only).
Thank you so much!
Best,
dragoscristianI believe this will solve your problems. I had a similar issue, and because I wanted all the prices to be the same (with tax or not), I found this line to add to your functions.php:
add_filter( ‘woocommerce_adjust_non_base_location_prices’, ‘__return_false’ );
Hello,
sorry it took a while. I made a zip with three forms, 2 from forminator and the one from hustle. Here is the link: https://drive.google.com/file/d/1h0LvzNUij7vemzoFDzZ77dinbMrkAAAb/view?usp=sharing
Hi Adam,
1. No, none of the Forminator forms have the Ajax option turned on
2. Forminator 1.14.7 and Hustle 7.4.0
3. I don’t have firefox..only chrome and edge. On neither of them is working. It’s not even working in the preview, before I select anything in the Behavior tabHello Nastia,
thank you for the fast reply!
No, this is exactly ehat I don’t want – a fixed number. But a number dependent on another field – so a dynamic field.
Like this: https://i.gyazo.com/8bd9cbc040836ed9125049816344b7dc.png
Fixed values do not help unfortunately…
Dear Nastia,
thank you! DIsabling Ajax did the trick! Thanks a lot!
Best,
Dragos-CristianHello Nastia,
YES, sorry, I needed to remove it to troubleshoot other things, but I made a copy as you instructed and posted it here: https://vasilescu.pro/test2/ (with recaptcha)
The setting to prevent caching was always activated!
Please let me know what you can find, thank you!
Best,
Dragos-CristianFound the solution: the field when checked has the value of “true”
So any logic needs to use that value to work…
Jorge from wpmudev premium support suggested that I can include them and should check the usage guide…which strangely has the words “checkbox” but nothing really about them, just colors and layout….where are the actual input fields?