WooCommerce is an e-commerce plugin for WordPress developed by WooThemes.

learn more… | top users | synonyms

-1
votes
1answer
106 views

Use conditional logic for woocommerce variable product

I have been developing a woocommerce store. Now I have a requirement from client which I can't figure out how to do... The problem is we can use variable product in woocommerce, it's simple but what I ...
0
votes
0answers
55 views

custom styling for woocommerce categories

I am using hooks and customizing the template files to use woocommerce. On my products page I want a list of categories along the top like this. I would even settle for a neat list of them where my ...
0
votes
0answers
48 views

How do I call a custom template for specific Product category and all ancestors in WooCommerce?

I am very new to WooCommerce and Wordpress. I am currently creating a website using both and I'm having trouble assigning a custom template to a specific category and all its ancestor categories. I ...
0
votes
1answer
448 views

Woocommerce add product variations block to my custom template

I'm playing around with woocommerce and I followed their instructions to do my own single-product template by copying to my theme's folder within the structure they recommend. So the thing is that ...
-1
votes
1answer
48 views

Woocommerce - Specific template for product category?

I'd like to create a specific template for specific category (not for single product). Is it possible and how to do it? Thanks,
0
votes
0answers
25 views

Woocommerce Price not displaying correctly if over 999. Reverts to first number [closed]

So I imported some products and the products that I have that are over $999 are not showing the correct prices. They show $1, which a "1" usually the first number in the price. Ex. $1,843 becomes $1 ...
-1
votes
2answers
74 views

Woocommerce muliple items with same sku

My client needs multiple items with the same SKU. She use to be on Ecwid, and she said they allowed this, and also an "Item Number" to distinguish between different products with the same SKU. She ...
-1
votes
1answer
156 views

Woocommerce getting top level category parent and make all sub categories have the same template and menu

I want to get the top level category parent which is "wedgwood" so i give it a different menu and different template that what i wrote so far but it dont apply except on ‘wedgwood’ category wegdwood ...
-1
votes
2answers
265 views

Style product detail page with custom CSS in woocommerce

I am trying to style a single product page with custom CSS in WooCommerce. I managed to get the categories styled with the conditional tag is_product_category in my header file and an php IF ...
-4
votes
1answer
49 views

Woocommerce - adding variations to variations

I am setting up a store whereby I have variations for products. I want to configure it so that when a customer selects a variation they see a range of other variations for that variation. As an ...
0
votes
1answer
1k views

WooCommerce Cart and Checkout Very Slow [closed]

I was hoping to collect some thoughts and ideas to help speed up my cart and checkout page. We're using WP Super Cache, WooCommerce, WooCommerce Stripe, WooCommerce Subscritpions, and WooCommerce ...
0
votes
1answer
117 views

WooCommerce Tabs

In my theme, I have the WooCommerce plugin installed and would like to rename the "Catalog" tab, located under the WooCommerce > Settings submenu page. Am I able to do this from my functions.php ...
-1
votes
2answers
527 views

Make thumbnails in woocommerce replace the main image instead of opening fancybox

I would like the thumbnails underneath the main image on the single product page to replace the main image when they are either clicked or on hover, I prefer hover. Right now the thumbnails just open ...
0
votes
1answer
149 views

Search WooCommerce Products in WordPress

I've noticed that my WooCommerce products are not searched by the default WordPress search function. Any idea how to modify the function to ensure that products and product tabs are searched?
-2
votes
1answer
75 views

Woocommerce - Bulk Edit Stock Level

I have 30k products in my Woocommerce store. And I would like to mass edit all products to become "out of stock" before I add new batches of products. Can anyone please let me know how to do it in ...
-2
votes
1answer
42 views

Filter orders by product in admin

I'm setting up Woocommerce store for a client who is selling tickets to multiple different live shows. On the night of a show, the box office manager needs to be able to view only orders that contain ...
-1
votes
1answer
61 views

WooCommerce Product Search Error

I wanted to display product category,in product catalog on my WooCommerce site.I asked another question earlier to make this code working.I added this code on my content-product.php file. ...
0
votes
1answer
86 views

How to display product categories and number of sales on WooCommerce

I am currently working on a WooCommerce site.I managed to set it up,do some configuration according to my plan.Now i want to display product categories alongside each products in product catalog,and ...
-1
votes
1answer
189 views

WooCommerce: List All Categories

I'm using the WooCommerce plugin with WordPress and within my theme I'd like to list all categories within a navigation menu with PHP. I've tried using woocommerce_product_categories(); but I don't ...
-1
votes
1answer
133 views

How to skip woocommerce PayPal redirection?

I use WooCommerce plugin for my shop. I want to skip the PayPal redirection on the "Thank You" page, where users are redirect to PayPal site. I'd like to add to every order also the shipping prices ...
-1
votes
1answer
151 views

Automate Product Import with WooCommerce?

I'm going to be using the Product CSV Import suite with WooCommerce to import products from a CSV file, but I'd love to have an automated way to do this via Cron if possible. Has anyone seen examples ...
-1
votes
1answer
184 views

How to exclude the particular category from the woocommerce plugin?

add_action( 'pre_get_posts', 'custom_pre_get_posts_query' ); function custom_pre_get_posts_query( $q ) { if ( ! $q->is_main_query() ) return; if ( ! $q->is_post_type_archive() ) return; if ( ! ...
-1
votes
1answer
83 views

Auto Stock Update after Order cancel from Admin of Woocommerce?

I recently implemented Woocommerce and in trial session I found following issue: 1. Initially, I provide 10qty for Product1. 2. place a Dummy Order from front-end of 10qty of that Product1. 3. Then ...
0
votes
1answer
2k views

The hook for the AJAX Add to Cart button?

Anyone here ever had the need to add the AJAX add to cart button (the one located on product archives) on a custom query post output? Do you mind sharing the hook? I can't seem to find the correct ...
-1
votes
1answer
77 views

I want to Add My Product Image to Admin Order Email in Woocommerece

I want to Add my product image (product which is ordered) in a thumbnail form to recognize the product easily by admin, in Admin Order Email.
-1
votes
2answers
165 views

How can I bulk edit variations in woocommerce?

I’m setting up a store selling art prints that have multiple canvas/paper types, and ten different print sizes for 200 photos. All prices on all sizes with specified canvas-type are the same from ...
0
votes
0answers
57 views

Menu item disappears when logged out [closed]

I have a very peculiar issue with Woocommerce products category menu item. The problem is that when I log out the menu item disappears, I can still access the page via categories widget in the ...
-1
votes
1answer
151 views

Loading Canvas & WooCommerce translation file in child theme

I'm trying to localise a site (Canvas child theme). I already have the translated .po and .mo files. I uploaded the WooCommerce translation files to child-theme/woocommerce/i18n/languages/ in the ...
0
votes
0answers
86 views

Sidebar ONLY on Woocommerce shop base page [closed]

I run a Woocommerce site, with the theme bazar from Themeforest. I want to have a sitebar on the shop base page, to put in a ajax filter. But I can't get the sidebar, only on the shop base page. I ...
0
votes
0answers
88 views

How to change Woocommerce shop loop limit vers 2.0.3 [closed]

I'm trying to change the post per page to 5 in the shop-loop.php but nothing seems to change. Where else can I change the loop? Would it be better to write my own shop loop? Because I want to show 5 ...
-2
votes
1answer
443 views

woocommerce product categories in menu [closed]

I am using woocommerce plugin, and added some product categories in appearance->menu. I mentioned that if I logging off, the product categories is not showing at all... please help. sorry for bad ...
-2
votes
2answers
105 views

How to change prices per number ordered in WooCommerce

Does anyone know a way to make the price of a second item different from the first in WooCommerce? I tried setting up the product so the first item was $245, second is an additional $150. I used ...
-1
votes
1answer
186 views

Output dropdown results into Woocommerce Order details

How do I correctly get the data from a drop down (select) output into the Woocommerce Order Details section of the admin? When I do this, I get an output for all my text box questions, but nothing ...
-1
votes
3answers
75 views

How can woocommerce be used in mu-plugins folder?

I don't want clients to deactivate woocommerce plugin even by mistake. And I have recently come across a concept called must use plugins in wordpress. (http://codex.wordpress.org/Must_Use_Plugins) ...
1
vote
1answer
208 views

Trying to reorder posts by custom field

I'm running WooCommerce and am trying to get the default product display to be sorted by the sku field in ascending order. So far I've come up with this: /* Order products by SKU */ function ...
-1
votes
1answer
39 views

Stylesheet not being loaded? [closed]

I placed a link for an extra stylesheet in my header: <link rel='stylesheet' href='<?php echo get_bloginfo('template_url'); ?>/woo.css' type='text/css'/> Which works fine on my ...
-1
votes
1answer
135 views

Make 2 different WooCommerce checkout pages?

I'm wondering whether it's possible to make 2 different checkout pages for 2 different products? If a buyer chooses the product #1, he/she will be redirected to the checkout page #1. If he/she ...
-1
votes
1answer
155 views

Adding a second email address to a completed order in WooCommerce

Before I ask this question, I know there is a (legitimate) hesitation to answer questions here about Woo products since they have their own support and their users should be encouraged to use that. I ...
-1
votes
1answer
51 views

How to remove a class

Is it possible to remove classes from a plugin and add theme into to theme? I need to modify Woocommerce WP_Checkout class but I want to move it to my theme folder so if woocommerce will be updated ...
0
votes
1answer
70 views

Woo Commerce Wrapper Issue

Ive added the support in my functions.php and i have a main wrapper as content (a class), however it appears the the pictures div is appearing outside this and it is not wrapping correctly :S My ...
0
votes
1answer
568 views

WooCommerce: Change default country on the cart page

I'd like to change the default country on the cart page to none, i.e. to have "Select a country…" appear as the default in the drop-down list of countries. I've looked at this WooCommerce Docs ...
-1
votes
3answers
303 views

WooCommerce & Caching

I have a div that displays the total amount of products the customer has in their cart, however this isn't updating as I have caching on (W3 Total Cache). Is there a workaround for this? Cheers, ...
2
votes
2answers
1k views

Different template of products for specific category. WooCommerce

For example i have category coffee machines, and one template for coffee machine single product template, but for category coffee i want to have different single-product.php template, how to implement ...
0
votes
2answers
183 views

How to create custom WooCommerce 2.0 templates

I'm working on a site for a client who is using version 2.0.1 of WooCommerce plugin and I'm lost as to how I can create new page templates for it. With previous versions of the plugin is was simple, ...
-1
votes
1answer
196 views

WooCommerce custom query and paging: Not Found error

I'm experiencing a problem with the following piece code: global $wp_query; $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; $filter_args['paged'] = $paged; ...
0
votes
1answer
248 views

Hide prices and checkout functionality in woocommerce

I know this question might be too broad, but I'm looking for a bit of direction. My client has a woocommerce store with 30-40 products. For whatever reason they do not want to sell online anymore, ...
-1
votes
1answer
283 views

Changing appearance of WooCommerce product layout

I'm new to WooCommerce and my products are currently being laid out with a thumbnail, product title, and price. Ideally I would like to have them horizontal, with a small excerpt to the right of the ...
-1
votes
1answer
368 views

Woocommerce - Print Product's Custom Field In Email

In Woocommerce 2.0, I need to print a custom field on the New Order email. It is a meta/custom field each product has named "longsku" (which is normally hidden.) This needs to be included in the ...
-1
votes
2answers
85 views

How Do I Add Product Pictures To Search Results Of A Custom Wordpress Theme Using A WooCommerce

I made a custom wordpress theme from scratch. I added WooCommerce for the shopping cart and store. When I search products in the store the search results do not show pictures. How do I make the ...
0
votes
1answer
834 views

How to filter all products by products_tag (woocommerce )

I'm trying to retrieve the thumbnails for only certain products of my woocommerce, using products_tag, this code is showing all products : <ul class="products"> <?php $args = array( ...