IgniteWoo Team
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Variations Not Saving on a Clean WordPress installAre you trying this with no other plugins enabled other than Woocommerce?
Forum: Plugins
In reply to: [WooCommerce] Customer Note Field at CheckoutFirst make sure you have Notes enabled in WooCommerce. Navigate to WooCommerce -> Settings -> General and look at the field “Enable customer note field on checkout”
If that is on, then your checkout templates need to be updated to include the notes field if that option is enabled.
Forum: Plugins
In reply to: [WooCommerce] Single Products vs Category based ProductsHave you tried the obvious path of searching google for woocommerce shortcodes ?
Forum: Plugins
In reply to: [WooCommerce] lots of attribute termsCheck the documentation for Attributes, in your case you probably would benefit from using the Attributes menu item under products.
http://docs.woothemes.com/document/managing-product-taxonomies/
Forum: Plugins
In reply to: [WooCommerce] fatal error: Object of class WP_ErrorSome code related to breadcrumbs in your site is loading too soon, or without the proper variables available – or at least that’s my best guess at the moment. An easy way to determine if it’s a plugin or theme issue is to switch to TwentyEleven or TwentyTwelve and see if the problem goes away.
Forum: Plugins
In reply to: [WooCommerce] Customize "New Order" email template of WooCommerceYou can edit the email templates to appear any way you like. See the documentation for help getting started:
Forum: Plugins
In reply to: [WooCommerce] Removing Password Field from RegistrationLeave the password field in place with the field name in tact, but set the field type to hidden and generate some random string to put into that field automatically. That way the form can be submitted without error and the user has no idea what the password is – unless they view the HTML and make note of it.
Forum: Plugins
In reply to: [WooCommerce] Which one is the best???“Best” is a relative term – and only you can define that, and you’d define it based on your personal needs for store software.
Forum: Plugins
In reply to: [WooCommerce] Product ratings in google resultsYou might study this documentation:
http://support.google.com/webmasters/bin/answer.py?hl=en&answer=146645
Forum: Plugins
In reply to: [WooCommerce] Responsive Form FieldsIt’s difficult to make a plugin’s HTML / CSS responsive when the plugin developer has no idea which of 150,000+ themes you might be using – because responsiveness is primarily the theme’s job and is handled differently in various themes. “Responsive” is concept related to adjusting screen elements based on display size, and that is implemented in whatever way a person wants to implement it, and there are many ways to get that done.
Forum: Plugins
In reply to: [WooCommerce] Product Quantity Plus and Minus signs not showingCompare the WooCommerce template file quantity.php to the code used in your theme – there may be difference.
Those + / – buttons are added via Javascript and CSS controls what they look like.
There is a JS error on your single product page related to the Foundation framework that your theme is built upon. You can view the error by using Firebug in Firefox, or in Chrome by looking at the Console tab when loading the page ( right click on the page, select Inspect Element, then select Console ).
Forum: Plugins
In reply to: [WooCommerce] Woocommerce confusionYou don’t need Mijireh, it’s just an option you can use, or not.
Forum: Plugins
In reply to: [WooCommerce] Only Admin user role can complete checkoutSwitch to TwentyEleven or TwentyTheme temporarily to see if checkout works with either of those themes. If so, it’s a problem in your theme. And if not, I’d suspect a conflict with some other plugin on your site.
Forum: Plugins
In reply to: [WooCommerce] Don't show "add to cart" in one productDon’t set any type of price or inventory control. Last time I checked, that prevents the add to cart form from appearing.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce installation is strangeThere should be 2 new top level menus: “WooCommerce” and “Products” — do you not see the Products menu?