Jeremiah
Forum Replies Created
-
Hi there! I have no idea what the problem might be. Did you try deactivating the plugin? You can also delete it via FTP and see if the problem persists.
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] Cart Not Showing UpHi there!
Thanks for the message. I see you’re using WooCommerce. Can you take screenshots of both the menu cart settings page and your WordPress menu page and email them to [email protected]?
Thanks!
Jeremiah
Forum: Plugins
In reply to: [Bulk Order Form for WooCommerce] Preload items in formHi there!
Thanks for the message and glad you’re liking it ?? There’s an extension for the pro version that will do that. It’s the prepopulated template: https://wpovernight.com/downloads/wc-bulk-order-form-prepopulated/
You need both the pro version and the pre-populated template, but that should do what you’re wanting. Email me at [email protected] if you have any questions.
Jeremiah
Forum: Plugins
In reply to: [Contact Form 7 Extension For Mailchimp] I added Single Opt-in OptionAren’t those two separate things? What I’m talking about is single-opt in. By default mailchimp API has it set to true, although it does look like you changed it to false in this version:
$result = $wrap->lists->subscribe($listid, array('email'=>$email), $merge_vars, false, false, false, false);
What I did was actually add a single opt in option that allows the user to select single or double (just copied format from your other checkbox in settings) and then did the following (note – it is using the older version’s code):
if( isset($cf7_mch['singleoptinoption']) && strlen($cf7_mch['resubscribeoption']) != 0 ) { $singleoptinoption = false; } else { $singleoptinoption = true; }
and then…
$result = $wrap->lists->subscribe($listid, array('email'=>$email), $merge_vars, false, $singleoptinoption, false, false);
Forum: Plugins
In reply to: [Contact Form 7 Extension For Mailchimp] I added Single Opt-in OptionOh nice! Is that the version you published yesterday or one yet to be published?
Forum: Plugins
In reply to: [WP Menu Cart] Cart Does not Update without Refresh–EDDHi tomsnep,
Can you post a link to your site so we can see it in action?
Thanks!
Jeremiah
Forum: Plugins
In reply to: [Bulk Order Form for WooCommerce] Updated to 4.1 = BrokenHey guys, if you can get me any access info I’ll investigate. Send it to [email protected]
Forum: Reviews
In reply to: [Menu Cart for WooCommerce] Not useful pluginHi proovit09,
I would like to thank you for your message and ask you to re-consider your 1 star rating. The ONLY reason this plugin is maintained and supported the way it is today is because we have a pro version that funds support and development. If you would like to pay an extremely reasonable fee for a copy of the pro version then we are happy to give you the features you desire.
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] fly-out menu not showing upHi Aaron,
Thanks for the message! The flyout requires the pro version found here: https://wpovernight.com/downloads/menu-cart-pro/
If you already have a copy send us an email at [email protected] and we’ll help you get it figured out. ??
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] Cannot Activate After Update To 2.5.7Okay, it was probably a bug. If you’re having problems activating that is almost always an issue with your WordPress install. Could even have just been a server timeout issue or something. Let us know if you need anything else!
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] Cannot Activate After Update To 2.5.7Hey there, thanks for the message!
Does this happen with other plugins as well? It sounds like it might be a problem with your WordPress install.
Forum: Plugins
In reply to: [Schedulicity - Easy Online Scheduling] Max clients per time slotYou should have no problem doing that! If you have additional questions I recommend reaching out to [email protected]
Enjoy ??
Forum: Plugins
In reply to: [Schedulicity - Easy Online Scheduling] Require Confirmation?Hey there!
Could you email that question to [email protected]? They’ll be able to give you a better answer than I can. ??
Forum: Reviews
In reply to: [Menu Cart for WooCommerce] fewer things are more what they claimYou, sir, are awesome. May we use this review on our site?
Forum: Plugins
In reply to: [WP Menu Cart] Cart Does not Update without Refresh–EDDJust a quick update to let you guys know we should have a fix that’s being tested now. We’ll keep you updated.