Top "Woocommerce" questions

WooCommerce is an open source eCommerce plugin available for WordPress.

Woocommerce get variation product price

Im trying to display the product variation price inside the variations dropdown. Im trying to change default behavior where price …

wordpress woocommerce
WooCommerce action hooks and overriding templates

I have started to learn how to create templates with WooCommerce and I had faced with a little problem. For …

php wordpress templates woocommerce hook-woocommerce
Strict Standards: Declaration of ' ' should be compatible with ' '

I just installed woocommerce 2.0 (on Wordpress) on PHP 5.4, and I got this: Strict Standards: Declaration of WC_Gateway_BACS::process_…

php wordpress woocommerce
Add extra meta for orders in Woocommerce

I'm creating a custom plugin for my website. In some part of this plugin I need to store extra meta …

php wordpress woocommerce metadata orders
How to get the stock quantity of an article from woocommerce?

i got a little problem with displaying the stock quantity correctly. heres the loop: <?php /** * Loop Price * * @author WooThemes * @…

php wordpress function woocommerce woothemes
where is a woocommerce order placed in wordpress database

I have a very simple question. but its bothering me a lot. Can any one please tell me where does …

wordpress woocommerce
WooCommerce products showing “Out of stock” message when not actually out of stock

Having an issue with a client website where products are randomly displaying "This product is currently out of stock and …

php mysql wordpress woocommerce
How to get order items ids to get some product meta data?

I'm trying to extract item meta value from Woocommerce's orders by using: $data = wc_get_order_item_meta( $item, '_…

php wordpress woocommerce product orders
How to clear a Woocommerce cart

I am wondering how you can clear the contents of your cart on page load using woocommerce. I came accross …

e-commerce woocommerce cart
Apply a coupon programmatically in Woocommerce

In Woocommerce I'm trying to find a way to apply a 10% discount to an entire customer's order if the weight …

php wordpress woocommerce discount coupon