WooCommerce is an open source eCommerce plugin available for WordPress.
Im trying to display the product variation price inside the variations dropdown. Im trying to change default behavior where price …
wordpress woocommerceI have started to learn how to create templates with WooCommerce and I had faced with a little problem. For …
php wordpress templates woocommerce hook-woocommerceI 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 woocommerceI'm creating a custom plugin for my website. In some part of this plugin I need to store extra meta …
php wordpress woocommerce metadata ordersi got a little problem with displaying the stock quantity correctly. heres the loop: <?php /** * Loop Price * * @author WooThemes * @…
php wordpress function woocommerce woothemesI have a very simple question. but its bothering me a lot. Can any one please tell me where does …
wordpress woocommerceHaving an issue with a client website where products are randomly displaying "This product is currently out of stock and …
php mysql wordpress woocommerceI'm trying to extract item meta value from Woocommerce's orders by using: $data = wc_get_order_item_meta( $item, '_…
php wordpress woocommerce product ordersI am wondering how you can clear the contents of your cart on page load using woocommerce. I came accross …
e-commerce woocommerce cartIn 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