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

Increase all Woocommerce products prices by a percentage

I am using Woocommerce in my website and I should need to add 24% extra to all my products prices. How this can be done in an easy way? Using a database Query will be the best way my be. Any help is appreciated.
Vachos
  • 347
  • 1
  • 8
  • 17
4
votes
1 answer

Target only single product pages with CSS in WooCommerce

With CSS I am basically hidding quatity fields in WooCommerce using display:none. But it removes quantity fields on Cart and Wishlist pages as well. How can I only target single product pages? I can do it by page ID as well but I have 100's of…
Garry
  • 63
  • 1
  • 5
4
votes
6 answers

Woocommerce REST API Status: 401 - Invalid signature - provided signature does not match

Hello I am using WooCommerce API - Node.js Client https://www.npmjs.com/package/woocommerce-api And I am trying to create a customer which requires a POST request to the server. Here is the code to initialize woocomerece REST API: var WooCommerceAPI…
Saad
  • 1,155
  • 3
  • 16
  • 36
4
votes
1 answer

Exclude product from all coupons in WooCommerce

I have searched all over the internet, but it doesn't seem to be any answer anywhere in spite of countless people asking the question. Is there any way to exclude a specific product from ALL coupons? I understand that you can do it on coupon…
eMikkelsen
  • 407
  • 2
  • 13
  • 27
4
votes
1 answer

Update WooCommerce "flat rate" shipping cost using jQuery

I am trying to update the shipping cost after the address is entered. When the client starts typing the address, and autocomplete function helps the client find the street name, building, floor, and side. Once the address is entered JavaScript…
SorenPeter
  • 243
  • 1
  • 4
  • 9
4
votes
3 answers

Relabel "add to cart" button after add to cart in WooCommerce

I'd like to relabel my add to cart button after click on it and add one item to cart into add one more to cart. Is this possible? I have Child-Theme function.php with a second go to cart button and this is working. But I don't know how to solve…
Christian
  • 41
  • 1
  • 4
4
votes
0 answers

Wordpress/Woocommerce password minimum length

I have a webshop and I received a complaint about the minimum password length. Its minimum length right now is 12 characters. I want to change that to 6 characters. I know it's less safe but I know the risks. I searched through all my Wordpress…
jelly013
  • 41
  • 1
  • 2
4
votes
2 answers

Add Applied Coupon Code in Admin New Order Email Template - WooCommerce

Let me clear my question: I have downloaded & activated WooCommerce Plugin for E-Commerce Functionality. I want to add "Applied coupon code" in Admin New Order Email Template using my custom plugin. Now: Can you tell me that exact Hook or…
4
votes
2 answers

Get the customer user_id in Woocommerce email footer template

I am trying to get current_user_id in woocommerce custom email template but it returns 0. Does anyone know how to get user_id in email template in wordpress. I get the user id when I use this code in any php template. Below is my code:
John Bravo
  • 91
  • 1
  • 2
  • 10
4
votes
1 answer

Sync additional Billing registration fields with default Wordpress fields in WooCommerce

I Have added the below codes into Woocommerce user registration form to get the Billing Details on the registration page. Now what is happening when a new user register, the first and last name will get registered in the database of billing details…
Adnan Ali
  • 61
  • 3
  • 7
4
votes
4 answers

Display product prices with a shortcode by product ID in WooCommerce

IN WooCommerce I am using the code of this tread to display with a short code the product prices from a defined product ID. But it don't really do what I want. Here is that code: function so_30165014_price_shortcode_callback( $atts ) { $atts =…
Gaou
  • 43
  • 1
  • 1
  • 3
4
votes
5 answers

How to fix "Fatal error: Maximum execution time of 30 seconds exceeded"

I am trying to install woocommerce plugin to my wordpress website I get the following error message: Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\apps\wordpress\htdocs\wp-admin\includes\class-wp-filesystem-direct.php on…
Dhrumit
  • 51
  • 1
  • 1
  • 2
4
votes
1 answer

Woocommerce product-category overriding

I have a problem overriding standat Woocommerce template. I have a product category named "Parfyumeriya" on my website, so the link http://localhost/mywebsite/product-category/parfyumeriya/ shows the list of product in this category but it uses…
Danil
  • 176
  • 2
  • 6
4
votes
1 answer

WooCommerce Checkout Template without table breaks JS functionality

I changed the frontend templates (override by copying the file(s) into my custom theme folder) of the cart and checkout page by replacing some table-row-columns-constructs with div containers in order to create a (in my opinion) clearer layout, also…
ILCAI
  • 1,164
  • 2
  • 15
  • 35
4
votes
2 answers

Adding Extra Add to cart button below product summary in Woocommerce

In WooCommerce, I am trying to add an extra add to cart button below product summary. I successfully added an extra button following this code which works for single products: add_action( 'woocommerce_single_product_summary',…
1 2 3
99
100