BogdanFix
Forum Replies Created
-
Forum: Plugins
In reply to: [WP SendFox] Add WooCommerce compatibility?Hi @wpbluefox Dmitriy!
Thank you very much for these suggestions,
I am definitely adding them to the plugin’s roadmap 🙂Cheers,
BogdanForum: Plugins
In reply to: [WP SendFox] Registration not working :(Hi @stuarthaines2 Stuart!
I’d need the url to the sign-up page on your site,
probably the one created by Ultimate Member.The page where you’re expecting people to sign up
on your site and get into SendFox as well.Cheers,
BogdanForum: Plugins
In reply to: [WP SendFox] Registration not working :(Hi @stuarthaines2 Stuart! Thanks for your feedback.
Could you please also share your registration form url?
Cheers,
BogdanForum: Plugins
In reply to: [WP SendFox] Add WooCommerce compatibility?Hi @wpbluefox Dmitriy 🙂 Thanks for your message.
We’re happy you find this plugin useful.
And, we are absolutely open to feature requests and suggestions.
Could you please tell me more about cart abandonment feature? How would you like it to work exactly?
Cheers,
BogdanForum: Plugins
In reply to: [WP SendFox] How can I integrate it with cartflowsYou’re always welcome @danielgc 🙂
I will mark this topic as resolved.
Forum: Plugins
In reply to: [WP SendFox] How can I integrate it with cartflowsHi @danielgc!
I inspected your page and found out that actually, you have the “checkbox” to subscribe to your SendFox list (added by our great plugin 🙂 ) on your checkout page.
The thing is – it is enabled, but hidden and unchecked.
Here’s how it looks when I “un-hide” it using Dev Tools.
https://share.getcloudapp.com/Qwu0kBjxWhat you have to do here is:
1. Go to your WP admin > SendFox > Integrations > WooCommerce Checkout
2. Make sure you have “Implicit” option disabled.P.S. Though if you want to have it checked already when page loads, use “Pre-checked” option there.
Cheers,
BogdanForum: Plugins
In reply to: [WP SendFox] How can I integrate it with cartflowsHi @danielgc! Thanks for your question!
Is there a chance I could take a look at your checkout page with SendFox WooCommerce integration (on checkout) is enabled?
Respectfully,
BogdanFixForum: Reviews
In reply to: [WP SendFox] Great plugin!Hi @wpbluefox Dmitriy 🙂 Thank you very much for the feedback. Highly appreciated.
Forum: Plugins
In reply to: [WP SendFox] Registration not working :(Hi @matqv! Is there a chance I could get a copy of ARMember for debugging purposes? Is that the right plugin https://wordpress.org/plugins/armember-membership/ ?
Forum: Plugins
In reply to: [WP SendFox] WEBSITE PROBLEMHello @roysnow247! Thanks for your message.
First of all, I just ran a test on your site with contact form and it worked pretty well: https://share.getcloudapp.com/Kouqn1J6
Secondly, since SendFox Forms are something that you embed on your site, they are completely independent of this WordPress SendFox integration plugin. Even if you disable it, the Forms you’ve embedded to your site with SendFox will be working.
The SendFox plugin is mainly used to integrate with WordPress or WooCommerce built-in forms like: WordPress comments, WordPress registration, WooCommerce checkout and so on.
Respectfully,
BogdanForum: Plugins
In reply to: [WP SendFox] Lead Automation from WordPress to SendfoxHi Vijay @globalit0159.
Okay, I understand your request.
You need to add this somewhere to your “submit listing” process,
probably before it goes to payment.$contact = array( 'email' => '', 'lists' => array( 1234 // your SendFox list ID ), 'first_name' => '', 'last_name' => '', ); gb_sf4wp_add_contact( $contact );You need to modify this code and add your data from “submit listing” form.
And you need to have different list IDs for different submissions like Free, Monthly Premium, Yearly Premium.
gb_sf4wp_add_contactis a wrapper function that makes an API request to SendFox and adds a subscriber to the right list.- This reply was modified 6 years, 1 month ago by BogdanFix.
Forum: Plugins
In reply to: [WP SendFox] Lead Automation from WordPress to SendfoxHi Vijay @globalit0159!
Could you describe how the submitting
into your listings works?Is there a checkout process?
Technically, we need to submit different list IDs to
subscribe customers to different lists, when customer
submits to one of your listings.Cheers,
BogdanForum: Plugins
In reply to: [WP SendFox] Lead Automation from WordPress to SendfoxHello Vijay @globalit0159! Thanks for your message.
I’ve watched the video, but I think it’s not uploaded completely as it stops in the middle of your speech for some reason. Maybe you could try and re-upload it for me.
However, I think I understand the general idea behind this issue and I am able to help you 🙂
- This reply was modified 6 years, 1 month ago by BogdanFix.
Forum: Plugins
In reply to: [WP SendFox] How to create registration formHi @gmartinucci. Thanks for your message!
Currently with this plugin you could integrate subscription to SendFox via: WordPress user registration form, WordPress comment form, WooCommerce Checkout form.
You could make it an implicit subscription, where they get added to your list automatically, or make it an explicit one, where they need to tick the checkbox to get subscribed.
If you want to create an opt-in form to collect emails from any other place, you need to use the built-in Form Builder inside your SendFox account:
https://sendfox.com/dashboard/forms/create
Cheers,
BogdanForum: Plugins
In reply to: [WP SendFox] Connection problemThank you very much, @tlembke and @andrewdevis for your feedback. We’ve sorted this out in 1.0.1 🙂
Feel free to share your thoughts on this integration any time. And if you like the plugin, please leave a review, when you have some time. All the best!