mailtobb
Forum Replies Created
-
Forum: Plugins
In reply to: [Email Address Encoder] Google Customer Reviews Opt-InMy e-mail address ?? bastian@bey…oil.com
Forum: Plugins
In reply to: [Email Address Encoder] Google Customer Reviews Opt-InIt’s somehow decoded but the result is not the e-mail-address, it’s bastian@beyersoil.com
Forum: Plugins
In reply to: [Email Address Encoder] Google Customer Reviews Opt-Infunction qreuz_google_customer_reviews_optin( $order_id ) {
$order = new WC_Order( $order_id );
?>
<script src=”https://apis.google.com/js/platform.js?onload=renderOptIn” async defer></script><script>
window.renderOptIn = function() {
window.gapi.load(‘surveyoptin’, function() {
window.gapi.surveyoptin.render(
{
// REQUIRED FIELDS
“merchant_id”: 103068797, // place your merchant ID here, get it from your Merchant Center at https://merchants.google.com/mc/merchantdashboard
“order_id”: “<?php echo esc_attr( $order->get_order_number() ); ?>”,
“email”: “<?php echo esc_attr( $order->get_billing_email() ); ?>”,
“delivery_country”: “<?php echo esc_attr( $order->get_billing_country() ); ?>”,
“estimated_delivery_date”: “<?php echo esc_attr( date( ‘Y-m-d’, strtotime( ‘+5 day’, strtotime( $order->get_date_created() ) ) ) ); ?>”, // replace “5 day” with the estimated delivery time of your orders
“opt_in_style”: “CENTER_DIALOG”
});
});
}</script><?php
}
add_action( ‘woocommerce_thankyou’, ‘qreuz_google_customer_reviews_optin’ );Forum: Plugins
In reply to: [Email Address Encoder] Google Customer Reviews Opt-InThanks!
That e-mail address should be your encoded mail-address. I think it’s encoded via your plugin and then handed over to the Google Optin script. I don’t know how to stop encoding this address. But: I see that this is a very special problem, please don’t spend any more time on this, I will find another solution. Thanks a lot!- This reply was modified 4 years, 4 months ago by mailtobb.
Forum: Plugins
In reply to: [Email Address Encoder] Google Customer Reviews Opt-Inhttps://www.beyersoil.com/shop/ If you want to get to the Thank You Page feel free to order with “überweisung”. I will delete that order afterwards.
Forum: Plugins
In reply to: [Email Address Encoder] Google Customer Reviews Opt-InThanks again for your fast answer!
Problem is, I want to obfuscate just one e-mail and exclude all others ??
I am using this script to implement Google Customer Reviews on my Thank You Page https://qreuz.com/snippets/google-customer-reviews-snippet-for-woocommerce/Forum: Plugins
In reply to: [Email Address Encoder] Google Customer Reviews Opt-InThanks a lot for your fast answer Till!
However it didn’t resolve it.
Is there a way to disable the obfuscation on a special page or a special location? Or can I obfuscate just selected e-mail-addresses?
Thanks again for your help!Ok, thanks so much! It strange indeed, I will as you suggested!
Thanks
BastianThanks so much for you help Hannah!
I did that, but it still loads stripe.js on product pages (i.e. /shop/beyers-oil-bartoel-eisenkraut/). I cleared all caches.
Any other things I could try?- This reply was modified 5 years, 2 months ago by Jan Dembowski.
Hi Eva,
it works!
Thanks for your super fast support!
BastianThat solution worked for me, thanks!
Great plugin!
BastianHi Eva,
thanks for your fast answer! I have the latest version 3.3.9 though …
Thanks
BastianForum: Plugins
In reply to: [All-in-One WP Migration and Backup] Stuck at Restoring database…Hi,
I have the same problem and always get one of the following either one of the two error messages in the log file:——————————————–
[Jan 04 2016 22:01:50] ERROR_HANDLER
Number: 2
Message: gzinflate(): data error
File: /usr/www/users/beyersp/wp-includes/class-wp-http-encoding.php
Line: 58
——————————————–
[Jan 04 2016 22:02:10] ERROR_HANDLER
Number: 2
Message: Invalid argument supplied for foreach()
File: /usr/www/users/beyersp/wp-includes/class-http.php
Line: 323
——————————————–Thanks
Bastian