@bing4
Unfortunately, This plugin is specialized in determining the customer’s location on the map, not the products.
Hello Sven
The plugin does not modify the email sender. By default, WordPress uses “wordpress@yourdomain” as the sender email for all outgoing emails. If you want to customize the sender email address, you can use the following code snippet:
function custom_email_from( $email ) {
return 'you@yourdomain.com';
}
add_filter( 'wp_mail_from', 'custom_email_from' );
However, I would recommend using SMTP for emails instead of relying on the default WordPress email function. SMTP can improve email deliverability and ensure that your emails are not marked as spam.
Hello @tomdhu
Agora abandoned carts plugin works only with logged-in customers.
about IP address, Yes we can added it