Questions tagged [woothemes]

WooThemes is a Wordpress theme and plugin development firm. The company is known for their large portfolio of themes including their flagship theme and the highly-customizable ecommerce plugin, WooCommerce.

232 questions
4
votes
1 answer

Sql query to download order report in woocommerce

please help to complete this. I need to download order report of woocommerce in csv format, for that i made the following query: header('Content-Type: text/csv; charset=utf-8'); header('Content-Disposition: attachment; filename=data.csv'); //…
Manik
  • 513
  • 1
  • 7
  • 23
4
votes
3 answers

Calculate different order status count and total cash for each order status in Woocommerce

I need to get the order total of a different status in between some days in woocommerce query. For it to loop through all orders in between some day I use the following query: $args = array( 'post_type' => 'shop_order', 'post_status'…
Manik
  • 513
  • 1
  • 7
  • 23
4
votes
0 answers

Automatically calculate order total in woocommerce

Is there any way to calculate order total when saving the order detail in backend , without pressing calculate total button .? because some time staff's forgot to press calculate total after editing the item price and save the order . It make…
philip
  • 66
  • 4
4
votes
3 answers

WooCommerce search products between price range using WP_Query

I am currently building my own custom advanced search functionality for a WordPress website with Woocommerce. You should be able to search using filter: Category Min/Max price My current progress is attached below. This enables you to specify…
FooBar
  • 5,752
  • 10
  • 44
  • 93
4
votes
1 answer

WooCommerce add to cart products with customized price

I have added number of products using add_to_cart($product_id) function through a template using following code in WooCommerce Wordpress. global $woocommerce; $id_arr = $_POST['up_product_chk']; $i = 0; for($i; $i<=count($id_arr); $i++){ $ids =…
Pramod
  • 43
  • 1
  • 4
4
votes
3 answers

I can't change the product image size for woocommerce

I am trying to change the image size in the individual product page to be 600px X 700px however any changes from woocommerce product settings don't do anything even after I regenerate all thumbnails. I think that something in my theme css is…
user1724434
  • 688
  • 4
  • 9
  • 24
3
votes
2 answers

Woocommerce - External/Affiliate Product Image and title to External Link (New tab)

I'm starting with programming with wordpress and woocommerce. I need help after searching for Stack. I need the images and titles of the products of my store to point to the affiliate link without going through the single post page. And that…
3
votes
1 answer

How to set up WooCommerce per item shipping cost

I want to set up shipping cost on per item basis, but in woocommerce plugin I only get 2 options with flat rate (per class basis & per order basis) there is no per item option. How can i set up per item shipping cost.
Fawad Ali
  • 564
  • 6
  • 11
3
votes
1 answer

Woocommerce order formatted billing address reorder and custom billing field

Thanks to the filter "WooCommerce admin billing fields" I have ordered the billing fields in the notificiación footer by email but when I try to insert my custom billing field does not appear. add_filter(…
3
votes
5 answers

WooCommerce: Can't find woocommerce/templates/ directory

I am trying to set up a shop for my site using WooCommerce. My goal is removing the "Product Categories" (and maybe "Search" box) on product archive/shop base page. I know editing the "product-archive.php" file is required. But I just can't find it!…
3
votes
2 answers

Get WooCommerce products tags for array of products

Is it possible to get a list of WooCommerce product tags, but only if they are associated with an array of specific products? I have an array of product id's but can't fathom out where to start - I have looked at a lot of the get_tag functions in…
Ben Iskander
  • 606
  • 10
  • 22
3
votes
3 answers

WooThemes - Flexslider: Height of flex-viewport

I installed the flexslider from woothemes on my webpage and the
Torben
  • 5,388
  • 12
  • 46
  • 78
3
votes
2 answers

WooCommerce: Add fees to card based on payment gateway selected

I need to add a credit card fee % based depending on what payment method the customer selects at the shopping cart in WooCommerce. This needs to be added to the shopping cart total so that it sends the total amount including the fee to the payment…
Chris Stott
  • 39
  • 1
  • 1
  • 2
2
votes
0 answers

Woocommerce show shipping fields on order-pay page IF cash on delivery (COD) was selected at checkout

My shipping fields are deactivated at checkout because I'm using a payment gateway that asks for shipping data so I do this to avoid asking for the same shipping data twice. I would like to SHOW the shipping fields on the order-pay page which comes…
sebas
  • 722
  • 1
  • 6
  • 21
2
votes
0 answers

Woocommerce version issue with custom payment gateway

for WC version(2.5.3) I see blank page when i go to WooCommerce --> Settings --> Checkout I created custom payment gateway for WC and its working great with WC version 2.5.3 so,for this version in admin-side when I go to checkout tab and hover…
Maher
  • 363
  • 2
  • 5
  • 18
1 2
3
15 16