C S Sultan
Forum Replies Created
-
Hi @blclda , thanks you for looking into Mail Mint.
Let me answer your questions according to the same order as asked, one by one:
- Yes, Mail Mint has integration with WooCommerce, out of which, some are free features and some are Pro.
- Yes, it will work with server cron.
- Mail Mint is a self-hosted email marketing automation tool. It will use the default SMTP setup on your site. On that regard, there is no limit to the number of contacts you can store or the number of emails you can send.
- The abandoned cart email campaign is something we will work on during early Q2 of this year. And we do have automation triggers based on orders placed to let you create email automation flows for WooCommerce orders. However, if you are referring to the ability of customizing the default WooCommerce emails when orders are placed, using Mail Mint, then that is something we are yet to work on.
- Yes you can import contacts in bulk via CSV or manually add them. Or, you may use Webhooks.
Feel free to let us know if you have any more questions.
Thanks.
- This reply was modified 3 years, 3 months ago by C S Sultan.
Hi @nickdgreen , it is still something we are researching on.
We did have the idea of integrating with Elementor’s form, but we will need some time to see if it would be possible anytime soon.
Thanks.
Hi @nickdgreen , do you have any caching plugin on your site that has the option to store backend cache?
Also, by any chance, were you one of the beta testers before our launch?
Do let us know. Thanks.
Hi @prplebuterfly , can you provide us with a screenshot of the automation flow you used?
Also, can you check if the order status is “Completed” or some other status?
Do get back to us and we will assist you.
Thanks.
Thank you @pijag for this detailed review.
We will do our best to develop the plugin into something great.
Cheers.
Hi @venzdev , thank you you so much for your review. This means a lot to our team.
Hi @andyliao , thank you for this review. It will really motivate our team to continue giving quality service.
Hi @cristianciuberea , it’s probably a minor issue with the permalink and can be fixed easily. Follow the steps below:
- Go to Dashboard > Settings
- There go to the Permalink menu
- Scroll down and click on Save Changes
- Then clear your browser cache.
Now check if it is fixed and let us know.
- This reply was modified 3 years, 3 months ago by C S Sultan.
Hi @browntrout , you probably tried to access the website for the short time we went on maintenance mode for updating our site. You should be able to visit our website now without any issues.
Thank you @s4330046 for this detailed review. It will really motivate our team to go the extra mile in making the tool even better.
And as always, we will do our best to maintain high quality support at all times.
Thank you @lsheleskywp for this rating. We are glad we were able to help you out promptly.
We will do our best to maintain highly quality at all times.
Cheers.
Hi @mrtonov , did you also exclude the landing page of your funnel from caching?
If so, please do not do that. Only exclude those pages from caching that have dynamic data, for example, the checkout page, or upsell/downsell pages. So I would advise you not to exclude the landing page from caching.
However, we visited your website, and it appears to have a similar loading speed on the home page for first-time visitors.
Normally, WPFunnels does not run any background processes unless you enter a funnel page. So there is no chance it can slow down other pages of your site.
One way to find out if WPFunnels is causing this is to deactivate WPFunnels and then check your website’s home page on an incognito window to see if it is still slow.
But I believe if you allow caching for the landing page it will speed things up.
Let me know if this works. Thanks.
@va-cape Thank you for this generous review. We will do our best to maintain high quality.
Hi @va-cape , since you are a Pro user, please reach out to us directly.
This forum is for free users. Reach out to us with screenshots of what you see, and what you are trying to achieve, and a link to the page in question. Then we will help you out promptly.
Hope you understand.
Hi @greybarn , to use the snippets, go to Appearance > Customize and then Additional CSS.
There, add the snippets and Publish.
**Remember to replace the color codes with the ones you want.Snippet for Shipping options Radio buttons:
.wpfnl-checkout .woocommerce-shipping-methods li input[type=radio]:checked + label:before { border-color: #bbd342 !important; } .wpfnl-checkout .woocommerce-shipping-methods li input[type=radio]:checked + label:after { background-color: #d39042 !important; }Snippet for Payment options Radio buttons:
.wpfnl-checkout .woocommerce-checkout #payment .woocommerce-SavedPaymentMethods > li > input[type=radio]:checked + label:before, .wpfnl-checkout .woocommerce-checkout #payment ul.payment_methods > li > input[type=radio]:checked + label:before { border-color: #c2d342 !important; } .wpfnl-checkout .woocommerce-checkout #payment .woocommerce-SavedPaymentMethods > li > input[type=radio]:checked + label:after, .wpfnl-checkout .woocommerce-checkout #payment ul.payment_methods > li > input[type=radio]:checked + label:after { background-color: #d35542 !important; }And about the issue with the toggle icons overlapping the Shipping Address title, can you try the following:
- Go to WPFunnels > Settings > Advanced Settings and enable the option “Disable Theme Styles in Funnel Pages.” Then Save changes.
Now clear browser cache and check if it is fixed. If not, let us know what theme you are using. Thanks.