Catalin100 on "[Plugin: WooCommerce - excelling eCommerce] Add to cart button...
Hello, I am using 3.5.1 wordpress and 1.6.6 woocommerce and now i had to add new products that required configurable product, i used varible product feature, i set up atributtes, i did all the steps...
View Articlebolivares on "[Plugin: WooCommerce - excelling eCommerce] Add to cart button...
Having the same issue, discovered it was something to do with my theme because it works fine with a default theme. Not sure how to fix it though.
View Articlesleepymonk on "[Plugin: WooCommerce - excelling eCommerce] How to sell as...
Check the woothemes website - there is an extension for this called Product Bundles (someone else reported it worked well, but I haven't tried it yet
View Articleclamant on "[Plugin: WooCommerce - excelling eCommerce] DISPLAYING MORE than...
Hi, I'm using the replete theme (Kriesi) with woocommerce plugin I want to display my products on 3 or 4 columns in page with up-sells products...
View ArticleCoen Jacobs on "[Plugin: WooCommerce - excelling eCommerce] Problems with...
Have you also updated your theme to a WooCommerce 2.0 compatible version of the theme? What theme are you using? If it's a WooThemes theme, there is a newer version available which has been made...
View Articlechristianvinther11 on "[Plugin: WooCommerce - excelling eCommerce] Problems...
Okay thank you. I'm using a non-WooThemes theme, so guess i just have to contact the author to hear about a new update. Thank you for the answer
View ArticleCoen Jacobs on "[Plugin: WooCommerce - excelling eCommerce] Product reviews"
No, unfortunately we do not have a shortcode that does this.
View ArticleCoen Jacobs on "[Plugin: WooCommerce - excelling eCommerce] quantity/prices...
There is nothing that does this, as far as I know. In fact, the screenshot you linked to looks like custom work to me. I can't imagine that you can write a generic plugin for this, that does work just...
View Articlemariazapata on "[Plugin: WooCommerce - excelling eCommerce] woocomerce 2, tabs"
Hello, I just updated my version of woocomerce to the latest one, and in my old version I added some tabs in the following way: add_action( 'woocommerce_product_tabs',...
View Articlecristianryu on "[Plugin: WooCommerce - excelling eCommerce] Woocommerce...
Thanks Jacobs for your answer, now i know that i have to look for somebody to write some code for my particular issue. bye-bye! Cristian
View Articlekatootje on "[Plugin: WooCommerce - excelling eCommerce] Show result excerpt...
hi, On my woocommerce website I like to add a top-line to my page to show a kind of excerpt of the layered navigation filtering. We have a lot of product and sometimes it's not clear that something is...
View ArticleBavaaz on "[Plugin: WooCommerce - excelling eCommerce] Remove breadcrumb from...
@rconserta, Thanks for sharing, it really worked!
View Articletalbot649 on "[Plugin: WooCommerce - excelling eCommerce] Tax status needs...
Yes that fixed it - thank you! I updated the meta_key from '_tax_status' to '_tax_class' but that's a minor detail. 14,000 products now working :)
View Articlesplashingpixels.com on "[Plugin: WooCommerce - excelling eCommerce]...
You're correct, tabs are now manipulated with filter hooks. So you would need this instead. add_filter( 'woocommerce_product_tabs', 'add_my_tab' ); function add_my_tab( $tabs ) { // add my tab to...
View Articlekatootje on "[Plugin: WooCommerce - excelling eCommerce] Show result excerpt...
Okay, and then you dive into the code of the class-wc-widget-layered-nav.php and find code to show the active choses....to find out there is a widget that shows your choices... live can be far more...
View Articlebolivares on "[Plugin: WooCommerce - excelling eCommerce] Add to cart button...
I too have made sure everything is set in place, there's still some kind of error that seems to be popular but I haven't found the cure yet
View Articledjelder on "[Plugin: WooCommerce - excelling eCommerce] Front Page all...
Okay thanks James, so I should add another page that is a woocommerce.php page? I have the Gigawatt Ecommerce theme which is built in with WooCommerce in mind, but for some reason I cannot get the...
View Articlemuteddesigns on "[Plugin: WooCommerce - excelling eCommerce] Adding permanent...
Hey, So I'm using this plugin in a website that I'm creating for a pawn shop. They were hoping to use the plugin to keep track of inventory, which includes pictures of the items, the details, how much...
View Articledondii on "[Plugin: WooCommerce - excelling eCommerce] Remove "Recent Products""
Hello I cant find out how to remove "Recent Products" and "Featured Products" on my home page ? (www.partybriller.dk) Can anyone tell me how? http://wordpress.org/extend/plugins/woocommerce/
View Articlesplashingpixels.com on "[Plugin: WooCommerce - excelling eCommerce] Adding...
Have you looked into adding custom meta with custom meta boxes? Once you add that meta box, it will appear on every product you create and in there you add your custom meta value. For more information...
View Article