olgaboca
Forum Replies Created
-
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] logos and all other images not loadingHello Hannah,
I don’t have a lazy load on the website, but maybe I am missing something.
Any other ideas on how to fix it?
thank you,
OlgaForum: Plugins
In reply to: [Kadence WooCommerce Email Designer] logos and all other images not loadingHello,
I have the same issue, using The Rey theme.
Please let us know if you found a fix.
thanks,
OlgaForum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Canada, Quebec Bill 64Yes, sure
- This reply was modified 2 years, 4 months ago by olgaboca.
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Canada, Quebec Bill 64Thanks a lot for such a detailed reply.
That helps a lot.
Best regards,
OlgaForum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] custom checkout fieldsIt’s working!
Thanks again for your amazing support! Much appreciated.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] custom checkout fieldsHello,
I finally made it work with this code
if ( $nomepesonreceivfr = $order->get_meta(‘_wccf_cf_nomepesonreceivfr’) )The only issue is that the custom fields are displayed above the table, while I am trying to display them after the table (total price, etc), before the footer.
It is possible with a free plugin or do we have to upgrade?
thank you so much for all the help.
OlgaForum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] custom checkout fieldsThank you for your reply. Appreciate your help with the code.
I tried to place it in functions.php and it doesn’t work. The custom field is not showing up on the invoice.
I placed a test checkout order to make sure that I am not missing anything, still, the custom fields are not showing on the invoice.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] custom checkout fieldsHello,
Thank you for your reply and the link for the documentation.
As I understand I have to modify the PHP code with my meta keys. Woocommerce plugin is generating meta keys here https://snipboard.io/yGQRAE.jpg
I tried to replace ‘custom_field_name’ with my meta key ‘nomepesonreceivfr’
but it didn’t work.Can you please help me modify the PHP code with my meta keys: ‘nomepesonreceivfr’, ‘cartedeveauxcheckoutfr’, ‘numerotelephonefrcheck’, ‘messagesouhaitfrcheck’
add_action( ‘wpo_wcpdf_after_order_data’, ‘wpo_wcpdf_my_custom_field’, 10, 2 );
function wpo_wcpdf_my_custom_field ($template_type, $order) {
if ($template_type == ‘invoice’) {
?>
<tr class=”custom-field”>
<th>Custom Field:</th>
<td><?php echo $order->get_meta(‘custom_field_name’); ?></td>
</tr>
<?php
}
}Forum: Reviews
In reply to: [WPZOOM Social Feed Widget & Block] It worksThanks a lot for the new feature! I will update to the 1.8.0 version this week.
Forum: Plugins
In reply to: [YITH WooCommerce Brands Add-On] Hierarchy accordionHello, Yes, sorry for the late reply as well:)
Yes, it’s fixed – it was a theme issue. And it was fixed in the last theme update.
Thanks for the follow-up.
Forum: Reviews
In reply to: [Gutenberg] Why force people?Making it Default was a terrible decision!
At https://gogutenberg.com/disable-gutenberg/ they even dedicated a page on how to disable a plugin…
There are few comments on that page on how to disable the plugin using code.
https://prnt.sc/st50djForum: Reviews
In reply to: [Gutenberg] Gutenberg Editor is not user friendlyWhat is most interesting is that the WordPress platform, being famous for the user-friendliness goes against its own principles and against the whole WordPress community.
Thank you for your work and support!
Really disappointing that people leave bad reviews without even trying to fix the issues first!
The plugin is working!Agree, please remove your one star review! The support is more than willing to help your specific case.