ucsendre
Forum Replies Created
-
Forum: Plugins
In reply to: [Csomagpontok és Címkék WooCommerce-hez] GLS XXLv4.2 – Köszönöm szépen! 🙂
Forum: Plugins
In reply to: [Wordfence Login Security] Cloudflare Turnstile integrationHi Margaret,
That sounds promisig 🙂
Thank you very much indeed.
Best regards,
EndreHello @priyankajagtap
I have updated the plugin on all sites we are using it and I can confirm it works all fine.
Thank you!
Best regards,
EndreI have sent the theme to your email.
I had to use wetransfer as gmail did not allow this kind of files to be attached.Thank you!
Best regards,
EndreThank you for the positive response.
Yes, I am aware of the drawbacks of custom code modifications. That is why I asking you to include those in the official release if it is possible.Best regards,
EndreI have figured it out:
[alg_product_custom_field name="_global_unique_id" use_parent_id="no"]Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Image in Delivery noteHello @rdmgrl
You should double check the characters you have used, as
”is not equal to''and these‘’are not''.This should be working:
function example_product_image( $product ) {
if ( isset( $product->get_id() ) && ( '' !== $product->get_id() ) && has_post_thumbnail( $product->get_id ) ) {
echo get_the_post_thumbnail(
$product->get_id(),
array( 40, 40 ),
array( 'loading' => false )
); } }
add_action( 'wcdn_order_item_before', 'example_product_image' );Regards,
EndreI have found what the problem is: we have created coutom user roles using the user role editor plugin. Our webshop admin role was based on woo shop manager role, but some capabilities are different (and the role slug is different).
Related problem is that we have a “print order details” button on woo
checkout/order-receivedpage (displayed to customers after succsessful payment). This function also shows a blank page for guest customers. Of course we can hide this button based on user roles, but it would be a step backwards, a missing feature for some of our customers.I will send the email to the address you gave me.
Kind regards,
EndreHi @dinelsonjr
You are welcome. There is a plugin for roll back of plugins and themes available on ww.wp.xz.cn.
You can use it in cases like this: https://ww.wp.xz.cn/plugins/wp-rollback/Best regards,
EndreHello @andry79fi
You will need some power user level knowledge of wordpress to make this.
Please read the information here:
How can I add some more fields to the order info section?
How do I customize the look of the invoice and delivery note?
this FAQ item might also help you.Best regards,
EndreHello @dinelsonjr
This bug comes from changes in the 5.3.0 version.
To fix you can roll back to the previous (5.2.0) version:
https://downloads.wp.xz.cn/plugin/woocommerce-delivery-notes.5.2.0.zipI hope this will be fixed in a future version as shop managers need to access the delivery notes but they can not have admin level access.
Best regards,
EndreHi @priyankajagtap,
The last update (5.3.0) made the invoices unaccessible from the woocommerce backend order editing page (
/wp-admin/edit.php?post_type=shop_order->/wp-admin/admin-ajax.php?print-order=100019567&print-order-type=receipt&action=print_ordershows blank screen).Users with wordpress administrator role can access and print invoices, but users with “store manager” role can not, which is a great problem as they should be able to print out the orders 🙁
So it seems like your fix for the above bug made new problems for us.
Could you please have a look and give me feedback here, I would be more than happy indeed.
Best regards,
EndreI could not find any documentation. I looked up those in the plugin source code.
This is how free, open source, community supported software works. Actually I found the total lack of documentation frustrating this case.
Dear @generosus
Simply copy this line into your wp-config.php file:
define('WPFC_REMOVE_FOOTER_COMMENT', true);You can also remove the
<-- via php -->comment line by adding one more line:define('WPFC_REMOVE_VIA_FOOTER_COMMENT', true);Dear @ywtywt
Simply copy this line into your wp-config.php file:
define('WPFC_REMOVE_FOOTER_COMMENT', true);You can also remove the
<-- via php -->comment line by adding one more line:define('WPFC_REMOVE_VIA_FOOTER_COMMENT', true);