Questions tagged [woocommerce]

WooCommerce: a WordPress plugin. For how-to-use questions, ask their support team. It's mostly open source. On-topic questions: programming which changes or extends WooCommerce behavior. Questions about 3rd party plugins should be asked directly to the plugin support.

is a commercially supported open source available for .

It allow you to freely sell products from your WordPress site. WooCommerce is enterprise-level quality and is built in , , and .

WooCommerce It is now owned by its parent company Automattic.

Before submitting a question

  • Ensure you have the latest versions of WordPress, your theme and all plugins.
  • Check for theme or plugin conflicts. This includes switching to a default WordPress theme such as Twenty Seventeen and disabling all other plugins.
  • Remember, Stack Overflow is not an official support channel for WooCommerce. That support channel is here.

System Status Report
It may help to have a look at the System Status Report to detect some problems and warnings. This can be found in your WordPress dashboard and going to WooCommerce > System Status.

Useful Links


Related Tags

32907 questions
4
votes
1 answer

Meta box with a wysiwyg field displayed on Woocommerce single product custom tabs

Need to display a custom fields in the related products on a single product page. I would like to add a meta box to the Add New Product fields and display results on custom tab on single product page under reviews.I tried using code but nothing…
Amit
  • 81
  • 1
  • 8
4
votes
1 answer

Add dropdown list of cities in Woocommerce checkout page

I want to add specific cities list in dropdown in checkout page of Woocommerce. Any best solution to add a dropdown of specific cities. I want to add dropdown on this website http://www.pkbrand.com
Muhammad Riaz
  • 403
  • 3
  • 8
  • 23
4
votes
2 answers

Woocommerce WC_Cart->fees and WC_Cart::get_checkout_url are deprecated

I was wondering what happened to my Woocommerce or something after I updated the plugin. Some deprecation error occurs. Kindly see attached image below. How can I solved this thing?
4
votes
1 answer

Woocommerce display custom field data on admin order details

I am using a custom checkout field to give my customers a 'Ship to a business address' option on the checkout page of my woocommerce store. Most of the code is working properly, but I am unable to display whether or not they checked the box in the…
4
votes
1 answer

Add an image on Woocommerce payment method title

In Woocommerce, I plan on adding images before bank name plugin BACS. at now I'm already input bank name and other setting and already try inputting HTML before bank name but it does not work.
Hasan Kamal
  • 69
  • 1
  • 1
  • 7
4
votes
2 answers

How to generate woocommerce coupon code dynamically using programming code

I want to generate woocommerce coupon code dynamically. My requirements is that after complete the order automatically generate one coupon code in admin side woocommerce coupon code list for particular product. So any one know my above requirement…
Ketan
  • 579
  • 3
  • 11
  • 31
4
votes
1 answer

Show or hide checkout fields based on shipping method in Woocommerce 3

I'm trying to hide checkout fields based on shipping method. function premove_billing_checkout_fields($fields) { global $woocommerce; $chosen_methods = WC()->session->get( 'chosen_shipping_methods' ); $chosen_shipping =…
Nikolay Fomin
  • 43
  • 1
  • 5
4
votes
1 answer

Display Woocommerce notices on a page

I have created a function to display some products with a shortcode, but the problem I am having is that the errors messages are not shown on that page. For example if some fields are required then it's only displayed on the cart/checkout…
Abu Nooh
  • 846
  • 4
  • 12
  • 42
4
votes
1 answer

Get all WooCommerce customers paid orders with a SQL query

I need a query that returns me all the users with orders with payment approved. I'm having a hard time finding where in the db this is stored. I found only post_status 'wc-complete', but I don't think this is the right info. SELECT a.post_status,…
lufizi
  • 403
  • 2
  • 7
  • 14
4
votes
1 answer

products "read more" button is not working in woocommerce store

I recently added code snippet to my functions.php child theme file which task is to echo a "Read More" button under all products which leads the user to the click product page. The product-id link is not working. Here is the code: /*-ADD NEW BUTTON…
Umair Rasool
  • 41
  • 1
  • 8
4
votes
1 answer

How to manage woocommerce subscription with api?

I'm trying to get all subscriptions from php with this code:
4
votes
1 answer

React + Wordpress + Woocommerce REST API 401 - get products without AUTH

I am building a webshop with React, Wordpress v4 and Woocommerce Rest api v2. I am a bit confused on how to proceed with authentication. I understand that for some requests like place an order or create a new product I need to authenticate. But I…
Felix Hagspiel
  • 2,634
  • 2
  • 30
  • 43
4
votes
3 answers

Navigation arrows in Woocommerce 3.x product gallery slider

Has anyone been able to add navigation arrows for Next/Prev slides in the new woocommerce slider? The thumbnail navigation particularly on mobile/table is great, but having arrows as well for desktop users would be a dream! Arrows on the main…
Black Pudding
  • 43
  • 1
  • 1
  • 3
4
votes
2 answers

Hide payment method based on product type in WooCommerce

In WoCommerce, I would like to disable particular payment methods and show particular payment methods for a subscription products in WooCommerce (and vice versa). This is the closest thing we've found but doesn't do what I am expecting. Yes,…
Jeff W
  • 147
  • 1
  • 2
  • 13
4
votes
2 answers

WooCommerce discount: buy one get one 50% off

I wish to set up a specific discount on a particular variable products, if customer buys one product they get the another(same) on 50% discount(Buy one get another for 50% off). I've tried many discount plugins buy the closest that I have found…
abdul
  • 133
  • 3
  • 13
1 2 3
99
100