bibberle
Forum Replies Created
-
*this happens once a day, even if I manually move them to another deal stage in hubspot, they will be moved back by an automatism to “abandoned cart”…
thank you, works like a charm <3
Can you please tell me which files I need to edit manually? class-hubwooecommpropertycallbacks.php?
Okay
Somewehere in the code of your plugin has to be an action / function / hook which gets executed as soon as a woocommerce cart gets abandoned.
I want to know where (which PHP file and which line of this file) this function is located, so I can manually implement a single line of code, which sends me an info mail.
Do you understand?
?
I don’t really need an option / feature for this, just the filename and linenumber where I can manually implement my wp_mail(xxxxx) snippet.
Thanks in advance!
Forum: Plugins
In reply to: [Enable Media Replace] Call renew cache function after media replaceSOLVED – THANK YOU!
The mails are definitely unique. I am using this code before opening the “phone checkout” page to make sure the order is trated as “guest order”:
` $user_id = get_current_user_id();
wp_destroy_current_session();
wp_clear_auth_cookie();
wp_set_current_user( 0 );wp_safe_redirect( “CHECKOUT URL WITH AUTO ADD TO CART PRODUCT” );
exit;Is there anything else I can implement in the code to destroy the cookie causing the weird merging issue?
Forum: Plugins
In reply to: [Redirection] Redirect rule for query ParametersSource: /.*&test=.*
Target: $1&utm_source=email&utm_medium=hubspot&utm_campaign=persoenlicher_LinkDid the trick for me!
Forum: Plugins
In reply to: [Redirection] Redirect rule for query ParametersSure. I’ve been trying “/&test=(.*)” as source an “&utm_source=email&utm_medium=hubspot&utm_campaign=persoenlicher_Link&test=$1” as destination.
I thought this would keep the complete source link (including the parameters, since I’ve set the dropdown to keep these) and simply append the utm parameters at the end of the link. But unfortunally, it doesn’t work ??
Forum: Plugins
In reply to: [Redirection] Redirect rule for query ParametersBeen trying for hours now ??
Could you please give me a hint or a quick example?
Thank you so much in advance!
still getting the same issue ??
–>
https://www.traveloptimizer.de/sliderbug/Do you have any suggestion what the problem might be?