I've got an with a site, we've got this shortcode on it: if( !function_exists('show_specific_product_quantity') ) { function show_specific_product_quantity( $a
I'm using polylang plugin to having multi-languages website. Using WooCommerce with polylang demands duplicating each product for each language, so assuming I h
I use this hook to show variations on the shop page. However, the product image does not change when a variable is selected. It works on a Single product page.
Within a plugin how do I get products using wc_get_products()? Or is there another way to do it? if ( in_array( 'woocommerce/woocommerce.php', apply_filters( 'a
I am using dokan for my client's website. they want to show map locations of all the vendors if they are in the same city. For example, if you select London the
I am using paypal plus with woocommerce as you can see here: https://www.pro-hypnose.de The paypal display is working so far. But when I click the buy button (h
I want to modify the subscription string so it only shows the sign-up fee for variations with 0$ recurring fee. I would also like to show that variation price
My woocommerce shop page has a description set up in wordpress backend: pages > shop. Whatever I put there is shows up properly on mydomain.com/shop, but it
I'm currently working with stripe woocommerce for my wordpress project, when I proceed a checkout using saved cards it shown me an error like this No such sour
I use WooCommerce, Woolentor, and WooCommerce subscriptions to construct a website. I'm trying to use the 'WL:Related Product' widget for Woolentor's Single Pro
So, I'm making my own theme from scratch for Wordpress with the Woocommerce plugin. I can seem to find how to add a sidebar widget to my Shop page... There is n
How can I rearrange my-account fields .I want to locate billing_address_1 field after billing_state and billing_city fields. I used woocommerce_form_field_args
I'm trying to remove both padding and the title of the dashboard page of the admin panel of WordPress. The dashboard was redesigned with the "Welcome Dashboard
I want to change every order from woocommerce if the 'PROCESSING' status will automatically be updated to 'COMPLETED'. I have tried writing the function in fun
This question follows How to show a product custom field (custom SKU) in WooCommerce orders answer to my previous question. How do I make a product custom field
I am creating a custom shipping method for Woocommerce using this tutorial https://docs.woocommerce.com/document/shipping-method-api/ but I am having issues deb
I am trying to find a way on how to add the customer phone and email below the name on the WooCommerce order view. See picture for reference where I need to ad
I want to display a cancelled order custom notice as a strip on top of checkout page (like we generally see the order success message from Wordpress). I need to
I own an e-Commerce business and i want to hide the products that have a stock of less than 3. This is what i came up to: add_action( 'woocommerce_product_que
I would like to show some content after the fifth product of a product category. Based on Add content in between product rows in WooCommerce archives answers co