woocommerce Questions
6
Solved
I'm trying to get onsale products in a custom query, anybody can help to form the query or the condition to make it happen...
$args = array(
'post_type' => 'product',
'posts_per_page' => -...
Disbranch asked 14/3, 2019 at 12:29
7
Solved
I've just updated to the version 2.2.7 of Woocommerce (using WP 4.0) and I'm having trouble getting the password reset to work.
Using a test customer account, I use the 'Lost Password' link, and o...
Selfidentity asked 27/10, 2014 at 16:19
4
I'm attempting to replicate the experience from the Shopify checkout in my WooCommerce checkout page by animating the labels when the user focuses on a certain input, just like this:
I've tried ...
Hogback asked 25/1, 2019 at 6:44
3
Solved
I have a problem using woocommerce.
After I add a product to cart the link in browser becomes link/?add-to-cart=72, and if I refresh the page the product is added again in cart.
Every refresh addes...
Toucan asked 23/10, 2017 at 5:27
5
Solved
Do anyone know how I can remove the number of current available stock that is shown on my Woocommerce product page next the the title of the product? I guess this has changed since the recent Wooco...
Bremble asked 7/7, 2016 at 10:36
3
Solved
I would like to update and then reload my cart via AJAX when the quantity of an item in the cart is changed.
I can already successfully load in my cart via AJAX.
To load in my cart my php functio...
Quiberon asked 25/8, 2015 at 5:25
1
The following problem can be considered as a special case of adding categories to posts by SQL query [1], but answers relating to that general case are highly welcome too:
Let’s say we have 10.000...
Shwa asked 23/10, 2017 at 13:44
6
Where do order and everything in it is stored in the database after it is placed from a WordPress woo-commerce website? To be more precise, how can I get my shipping address without using woocommer...
Transfusion asked 1/6, 2014 at 6:26
5
Solved
I uninstalled my WooCommerce plugin and chose to delete all data. When installed it back I cannot see the Introductory Onboarding Wizard. I need it to create my shop and all the pages again. I susp...
Fruit asked 21/8, 2015 at 17:18
2
I'm trying to manage WooCommerce entirely by its REST API but with no luck, i'm trying to insert a product with variations
I can succesfully create a product with a POST to {{url}}/wp-json/wc/v3/...
Mcwhorter asked 23/11, 2018 at 16:21
3
Solved
I want to get all orders made by current user inside a plugin function.
I'm using this:
function get_all_orders(){
$customer_orders = get_posts( apply_filters( 'woocommerce_my_account_my_orders...
Barbee asked 7/3, 2017 at 7:59
2
I'm in need of some help.
I want to display the category image on the current category page, and I have googled this, and each answer I find uses the same code.
They all use get_woocommerce_term_...
Socialite asked 23/1, 2017 at 17:46
5
Solved
I would like to show the stock status (eg. In Stock / Out of Stock) for each product variation shown in the drop down list of variations on the Woocommerce Product Page. I have copied the relevant ...
Burble asked 8/11, 2017 at 12:42
7
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 t...
Dilly asked 9/12, 2017 at 15:34
2
Solved
I am setting up a site for a school that sells both virtual products (fees and excursion payments) and Physical (uniforms) however they would like to have order notifications for each category to b...
Cervine asked 4/1, 2019 at 7:38
3
Solved
How would go about using woocommerce without pricing but keeping the cart functionality? Id like the ability to add products to cart (changing button to to say add to quote) and then when checking ...
Indices asked 23/5, 2013 at 23:17
3
I'm trying to ad a custom fee to the order total upon checkout.
I've added a checkbox within woocommerce
add_action( 'woocommerce_after_checkout_billing_form', 'add_box_option_to_checkout' );
func...
Schultz asked 20/8, 2015 at 13:5
3
I am trying to filter ~30,000 products in a WooCommerce store using WooCommerce's Layered Nav attribute filter sidebar widget. This requires the use of a pre-defined product attribute taxonomy, as ...
Piquet asked 14/8, 2016 at 15:32
5
Solved
I can add an order note (private note) with:
$order->add_order_note($info_for_order);
But when I tried to get the values in some page with:
get_comments(['post_id' => $order_id])
// or
$...
Lcm asked 18/4, 2017 at 3:44
4
When sharing a post to Discord, the preview Discord generates shows the author name and URL. We removed all information about the author but it didn't stop the author tag from showing.
Enharmonic asked 6/3, 2019 at 8:15
5
How would I have Australia selected by default and have the input field not displaying heres an example of what im talking about I am using woocommerce:
I'm sure there is a simple function for ...
Irwin asked 12/4, 2015 at 11:36
2
I am trying to add a select field to Woocommerce Shipping tab and to Shipping Zones section of it while creating a new shipping zone. I found this on official documentation of Woocommerce while sea...
Wringer asked 11/4, 2018 at 6:23
6
Solved
I have a custom template for a woocommerce category page to only display the categories. I have got the system to get a list of the child categories (by using get_term_children($id, 'product_cat') ...
Zsolway asked 28/11, 2012 at 13:25
5
Solved
Which workaround is there for making the woocommerce_update_product action fire only once?
I've read that it fires twice because it needs to save once internally to retrieve an ID for images/varia...
Navicert asked 30/12, 2019 at 8:41
3
I am creating a Woocommerce shop. The client wants to use the payment plugin "Mollie" to accept iDeal payments (Dutch).
When people order items from the webshop, they should be able to order every...
Marniemaro asked 3/11, 2016 at 15:58
© 2022 - 2024 — McMap. All rights reserved.