Uh Oh Spaghetti Os on "[Plugin: WooCommerce - excelling eCommerce] Remove...
Hi there, Might be a little too late, but for anyone wondering: You can find woocommerce-template.php under wp-content/plugins/woocommerce The line of code you're looking for from this thread...
View Articleatoompjenl on "[Plugin: WooCommerce - excelling eCommerce] How to put ,-...
Hello WooCommerce users. first of all I think its a great store add on for wordpress. so mi question is can anyone tell me how I can get ,- after all the prices in my store. I think that I need some...
View Articleterrytsang on "[Plugin: WooCommerce - excelling eCommerce] How to put ,-...
Hi, you can paste below code at the bottom of your theme functions.php file: This will apply changes to product details page only add_filter( 'woocommerce_get_price_html', 'custom_price_html', 100, 2...
View Articlejameskoster on "Custom products loop breaks woocommerce template"
In content-product_cat? Are you sure? That is the file for displaying a single product cat within the product archives (loop). Loops within loops can get a bit hairy. I'm assuming you're either editing...
View Articlejameskoster on "woocommerce pagination"
Hey, You'd need to edit woocommerces/templates/loop/pagination.php. Revert to using next_posts_link() and previous_posts_link(). If you edit a template, please be sure to copy it to your theme so...
View Articlejameskoster on "[Plugin: WooCommerce - excelling eCommerce] Show several...
Hey, In your theme css you have; .hentry { clear:both; } This is the problem. Either remove that or add; ul.products li.product.hentry { clear:none; } Thanks
View Articlejameskoster on "[Plugin: WooCommerce - excelling eCommerce] Add new Products...
That is the problem. WooCommerce 2.0+ requires WordPress 3.5+.
View Articlemekun on "[Plugin: WooCommerce - excelling eCommerce] Add new Products did...
ok than i'll go to update WP. Thank you
View Articlegopeter on "Custom products loop breaks woocommerce template"
Yes, i want to list all products under each single category in the product archive, so i have to create a new loop in this file.
View Articlecokeyblokey on "[Plugin: WooCommerce - excelling eCommerce] Hiding "Install...
I'm pretty sure this isn't the most fool proof option but if you add: .fade {display: none;} into the woocommerce menu.css file, found in plugins/woocommerce/assets/css/menu.css This is a good idea but...
View Articleatoompjenl on "[Plugin: WooCommerce - excelling eCommerce] How to put ,-...
Hello terrytsang. You are my hero thanks. can I ask you another question. when you look at this url http://www.romanza.nl/product-categorie/grafmonumenten/ you see at the left the menu when u push on...
View Articleparaffine9208 on "[Plugin: WooCommerce - excelling eCommerce] users can add...
How to make it so that users could add a product? Thanks http://wordpress.org/extend/plugins/woocommerce/
View Articleerodwordpress on "[Plugin: WooCommerce - excelling eCommerce] Centering...
Morning... I have 3 products on my site, but they all display left justified. Does anyone know how to center all three products? Any suggestions would be greatly appreciated. Thank You...
View Articlenikalsystems on "[Plugin: WooCommerce - excelling eCommerce] Centering Products"
Go to the page your have the products on, edit it, change to html view Add <div align="center"> *Add your product short code here </div> Job done
View Articlenikalsystems on "[Plugin: WooCommerce - excelling eCommerce] users can add...
I would go buy this plugin: http://adminmenueditor.com Edit the menu to just include the add product function. Give your users some instruction on how to add products and away you go.
View Articlenikalsystems on "woocommerce pages broken"
I would speak to your hosting company, doesn't sound like a woocommerce issue
View ArticledEM0nsTAr on "[Plugin: WooCommerce - excelling eCommerce] Piwik integration...
As you can see on this ticket the Piwik integration seems to be broken. The author of WP-Piwik doesn't use WooCommerce so there is nothing he can do:...
View Articlenikalsystems on "[Plugin: WooCommerce - excelling eCommerce] Change...
I would use this plugin in combination with gravity forms http://www.woothemes.com/products/gravity-forms-add-ons/ http://www.gravityforms.com/purchase-gravity-forms/ In gravity forms you can use...
View Articlenikoza on "[Plugin: WooCommerce - excelling eCommerce] Free shipping after a...
Hello IgniteWoo!!! You helped me a lot and I was amazed that it was already in place! How I would like to ideally set up my woocommerce woulf be to have flat rate for everything below the 100dollars...
View Articlemac-d on "[Plugin: WooCommerce - excelling eCommerce] Allowed Countries in...
I have similar problem. But with physical products. Some products - in selected countries only. Others - worldwide. I would be great to have functionality to add shipping rules. And to post a notice...
View Article