Top "Woocommerce" questions

WooCommerce is an open source eCommerce plugin available for WordPress.

WooCommerce Notice Messages, how do I edit them?

I'm trying to figure out where WooCommerce creates it's messages for when there is a success, error or notice in …

wordpress woocommerce
Woocommerce - Product Page - How to create AJAX on "Add To Cart" button?

I want to make an "Add To Cart" button on a product page that would work with AJAX. How can …

php ajax wordpress woocommerce
Woocommerce add to cart button redirect to checkout

I created an ecommerce using the plugin woocommerce. I am selling only a subscription so the "/cart/" page is useless. …

php wordpress woocommerce
woocommerce get_woocommerce_currency_symbol()

I am developing an extension for woocommerce WordPress plugin. I would like to display the currency symbol outside of the …

wordpress woocommerce
Woocommerce - Getting the order item price and quantity.

Using Woocommerce 2.6.8 , I can't get the Order Item Data information as described in the docs and here on SO. All …

php wordpress woocommerce items orders
woocommerce variations

I am creating a woocommerce theme and I have product variations i.e. size which is displayed on product details …

php wordpress woocommerce
How to install missing woocommerce pages from tools menu in woocommerce 2.1.5

I have recently installed WooCommerce 2.1.5 that skipped logout and change password links during pages install. In WooCommerce documentation, the WooCommerce …

wordpress woocommerce woothemes
How do you add the star ratings for products in woocommerce?

I have a woocommerce store and I want to add star ratings to each of the products when you see …

wordpress e-commerce rating woocommerce
WooCommerce: Add product to cart with price override?

$replace_order = new WC_Cart(); $replace_order->empty_cart( true ); $replace_order->add_to_cart( "256", "1"); The above code …

php wordpress class woocommerce
WP_Query Woocommerce products that belong in distinct multiple categories only tax_query

I'm using WP_Query for Woocommerce products in attempt to query products in a particular category. This is the syntax …

wordpress categories woocommerce