gmwp1111
Forum Replies Created
-
Yes, this happens only for “Postfiliale” but not for “Packstation”.
Here is a short screencast: https://jumpshare.com/v/9W1U7GbEPj5yZNPIOeow
Hi,
The issue has been solved in version 1.269 of “WooCommerce Gift Cards Pro”.
Best regards,
GeorgSorry, that turned out wrong obviously: I didn’t mean it negative, on contrary: I appreciate your offer to check it for future versions. I just got too often caught in a blaming ping pong between two developing parties in the past ??
Thanks!
Hi,
Thanks for the quick reply! Yes, I reached out to the plugin developer of the Gift Cards plugin too. Unfortunatelly I did not get an answer yet.
However: If I just roll back to version 2.6.9 of CBR without any other change in my environment (or disable CBR) the calculation is done correctly again. This means that something changed in CBR. I think in case of an incompatibility between two plugins both parties could look out for a solution and not try to blame the author of the other plugin. Therefore I am greatful that you will add it to your feature list to check this issue.
Thanks!
Best regards,
GeorgForum: Plugins
In reply to: [Loginizer] How to disable 2FA for own IP address?Sorry for the late reply: yes, the reported issue is solved. Great support!
Forum: Plugins
In reply to: [Loginizer] How to disable 2FA for own IP address?It works, thanks for the quick implementation!
Just a small bug: after changing any other option in the 2FA menu and saving, all set checkmarks in the roles list at the top are removed. The settings are not deleted (if you refresh the site the checkmarks are set correctly again) but it’s confusing since it seems like no role at all would be selected after saving. Here is a screencast where I show what I mean (after the checkboxes are blank I have hit the refresh button in the video): https://jumpshare.com/v/ZQOyrXPU9JanC0TxVYR9
- This reply was modified 4 years, 6 months ago by gmwp1111.
In Version 1.2 now all products are set to “No” (no single checkout), also the ones which where previously set to yes. Setting to yes doesn’t work at all which means that the plugin doesn’t work at all for me anymore ??
Forum: Plugins
In reply to: [DHL Shipping Germany for WooCommerce] “SECURITY_VIOLATION” ErrorProblem seems to be solved!
Forum: Plugins
In reply to: [DHL Shipping Germany for WooCommerce] Move the notification checkboxThe filter has been added as promised, thanks!
With this filter this snippet moves the checkbox in front of the overview table:
add_filter( 'pr_shipping_dhl_email_notification_position', 'custom_dhl_checkbox_position' ); function custom_dhl_checkbox_position( $position ) { return 'woocommerce_checkout_before_terms_and_conditions'; }
- This reply was modified 4 years, 8 months ago by gmwp1111.
You are right! The update has set the selection back to “simple” and I didn’t realize that. Thanks! Problem solved!
Thanks! I have submitted a feature request ??
- This reply was modified 4 years, 10 months ago by gmwp1111.
Forum: Plugins
In reply to: [DHL Shipping Germany for WooCommerce] Move the notification checkboxHi,
I managed to move the checkbox by replacing
add_action( 'woocommerce_review_order_before_submit', array( $this, 'add_email_notification_checkbox' ), 10 );
to
add_action( 'woocommerce_checkout_before_terms_and_conditions', array( $this, add_email_notification_checkbox' ), 10 );
in class-pr-dhl-front-end-paket.php.
Since this will be overwritten with an update: is there a possibility to do this via a PHP snippet?
Help is appreciated.
Thanks!
Forum: Plugins
In reply to: [DHL Shipping Germany for WooCommerce] Move the notification checkboxHi Shadi,
the function is not implemented on my live site, but only on my staging site.
I was able to solve the problem 2 now with this CSS:.pr-dhl-email-notification .checkbox{ font-weight: 100 !important; }
What is still open though is my question on the time scope of the feature to move the checkbox in front of the product table.
Thanks!
- This reply was modified 4 years, 10 months ago by gmwp1111.
Forum: Plugins
In reply to: [DHL Shipping Germany for WooCommerce] Move the notification checkboxHi Shadi,
Could you have a look on my last question?
Thanks!
BestForum: Plugins
In reply to: [DHL Shipping Germany for WooCommerce] Move the notification checkboxHi Shadi,
1. Do you have an idea about the time scope of the version which will include this possibility?
2. I’m familiar with CSS, I just can’t find the CSS selector. I tried following but it didn’t help:
.form-row.pr-dhl-email-notification { font-weight: normal !important; }
Could you help me with the correct CSS code? I know how to implement the rest ??
Thanks!
Best- This reply was modified 4 years, 10 months ago by gmwp1111.