Jeremiah
Forum Replies Created
-
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] Error after update – Woocommerce 2.0.17Hello! Sorry you had an error. Can you try this version and see if it works for you? http://wordpress.org/plugins/wp-menu-cart/
Also, is this a multi-site installation?
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] Menu Cart Link ProblemGreat, glad to hear it! Enjoy. 🙂
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] Menu Cart Link ProblemI think I know why. The add_filter function is commented out in the example I gave you. Try the following:
/** * Set page url when cart is empty */ add_filter('wpmenucart_emptyurl', 'add_wpmenucart_emptyurl', 1, 1); function add_wpmenucart_emptyurl ($empty_url) { $empty_url = 'https://yoursite.com/empty'; return $empty_url; }Forum: Plugins
In reply to: [Menu Cart for WooCommerce] Menu Cart Link ProblemYep, it has been! Although, you’ll need to download that version from here: http://wordpress.org/plugins/wp-menu-cart/ or search for wp menu cart in your add plugin menu to find it. Delete WooCommerce Menu Cart before activating WP Menu Cart.
Are you familiar with filters? Actually, even if you’re not, it doesn’t really matter i guess. 😉 Take the below code and add it to your theme’s functions.php file:
/** * Set page url when cart is empty */ //add_filter('wpmenucart_emptyurl', 'add_wpmenucart_emptyurl', 1, 1); function add_wpmenucart_emptyurl ($empty_url) { $empty_url = 'https://yoursite.com/empty'; return $empty_url; }Just change $empty_url to be the url that you want. Does that all make sense?
Forum: Plugins
In reply to: [WP Menu Cart] Cart still not updating after including JavaAwesome, glad to hear it! Let us know if you have any other issues!
Forum: Plugins
In reply to: [WP Menu Cart] Cart still not updating after including JavaHello there!
Find the following line of code in /javascript/wpmenucart.js:
$(“div.wpsc_buy_button_container > input.wpsc_buy_button”).click(function(){
WPMenucart_Timeout();
});change it to read:
$(“input.wpsc_buy_button”).click(function(){
WPMenucart_Timeout();
});That should fix it! Also, we’re pushing an update in a few days so I’ll include that in the next update. Let me know if that works!
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] Compatibility with Elegant ThemesHi jahilton2002,
The filters will be available in our next release of the free menu cart version. Let me know if you still want to get this setup and I can send you the info you’ll need.
Jeremiah
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] Shortcode to put in in header?Hello there! Just wanted to let you know that a shortcode will be released in the next version of menu cart pro. If you’re interested let me know!
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] Cart Does Not Appear in MenuHi kcin01!
Thanks for the message and sorry that you’re having trouble. I’m unfamiliar with the U-design theme, but it doesn’t look like it’s incompatible. Two things to help you out:
1. I need a link to your site for better troubleshooting.
2. I need a screenshot of your menu cart settings page.That should give me enough info to start. You can either post the screenshot here or email it to support@wpovernight.com
Jeremiah
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] Cart Does Not Appear in MenuHi Darron,
If you want to receive automatic updates and support for each site, then the answer is yes. You can also purchase the multisite package which will allow you to use it on as many sites as you want. Since you’ve already purchased a single site version I’d be happy to credit you that amount if you upgrade to the multisite version. If you want to do that send an email to support@wpovernight.com and I’ll setup a coupon for you.
Jeremiah
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] Add RequestGreat, thanks for the suggestion. It’s been added to our development board.
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] Shortcode to put in in header?Hi Editora! Would a cart button (in form of shortcode) that opens a lightbox be a good alternative?
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] Translate item/itemsI haven’t heard anything more about this. We’d still love to help you get this resolved. Let me know!
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] Menu Cart Link ProblemHi golfer! Since I haven’t heard anything I assume you got this figured out. Let me know if you need any more help!
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] Cart Does Not Appear in MenuHaving not heard anything I assume this is resolved. Please let me know if that’s not the case!