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

learn more… | top users | synonyms

0
votes
1answer
630 views

WooCommerce - Want to show multiple currency for a single product

Am using woocommerce - and want to show multiple currency for a single product. I know there is a currency converter widget extension. But am not able to buy it for now. So if can some one assist me ...
0
votes
1answer
140 views

What is the Javascript event for an item being added to the cart in Woocommerce?

I can't seem to find this in the docs or through google. So basically I'm just looking for the Javascript event that fires when an item is added to the cart. For some reason my default added to cart ...
0
votes
1answer
415 views

Use ACF to display a customizable WooCommerce product add to cart button

WooCommerce is notorious for not being all that customizable (except for templating that is a seriously convoluted process). So, I am attempting to use Advanced Custom Fields (plugin) to create an ...
0
votes
1answer
1k views

Show all products on one page with WooCommerce

I have WooCommerce running on this store. Although the default is to show 12 products on a page the client has asked for a "show all" button that will prevent the user having to use pagination to get ...
0
votes
1answer
350 views

Woocommerce custom emails without header and footer

I'm working on Wordpress / WooCommerce extension plugin to enable Password Reset on the main site (not wp-admin). I want to use standard WooCommerce mailer and email template to send Password Reset ...
0
votes
3answers
62 views

Display additional page templates and a sidebar on plugin activation

I'm developing a child-theme off of the Twenty Twelve (1.1), using Wordpress (3.5.1) and the Woocommerce plugin (1.6.6). I've noticed that the problem with creating the online shop, single product ...
0
votes
1answer
186 views

How to show products attributes in loop?

I added custom attributes to my products, and I would like to show one of these on the product loop page(loop/price.php). The attribue name is: "garan". $garanvalues = get_the_terms( $product->id, ...
0
votes
1answer
139 views

Memberpress isn't cooperating with WooCommerce

I'm working on a site for a client that has a member subscriptions as well as a small store. We're using memberpress to handle subscriptions, and restricting content to certain membership types. For ...
0
votes
0answers
22 views

WooCommerce Featured Slides post documentation? [closed]

I cannot find any documentation on how to use the Featured Slides Post with WooCommerce. Any help greatly appreciated.
0
votes
1answer
172 views

Can't figure out this odd Woocommerce cart issue [closed]

I honestly try to stay away from plugin specific questions on here, but the Woo guys can't figure it out, and I'm losing my mind trying to understand what's going on. First, I have made a page on my ...
0
votes
1answer
260 views

Dynamic price product

I started a wordpress project for a client which has an e-commerce part. So I decided to try Woocommerce. Nevertheless I'm not yet familiar with this "big" plugin. The client has several specific ...
0
votes
1answer
299 views

How to check if I am displaying categories on a Woocommerce page?

I am using the Woocommerce plugin. I am trying to create a different container for when I am displaying multiple products then when I display multiple categories. So far in my archive_products I ...
0
votes
0answers
83 views

Double Titles with Woocommerce and WordPress

My theme is pulling in the post titles so there are duplicates on all the pages and a product title and link on the catalog page (I think it may be pulling the last one entered). Is there any way to ...
0
votes
1answer
465 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 ...
0
votes
3answers
673 views

Woocommerce: Changing catalog image sizes

I'm trying to make the images in my store/catalog bigger, and have succeeded in doing so but not without throwing off the formatting. As it is now, my images are 200px by 200px, but have changed so ...
0
votes
2answers
290 views

woocommerce rss feed option

I want to do an ecommerce in wordpress. So to do that I have installed woocommerce plugin. Now it is working fine. But now I want to put a RSS Feed link in my site. I know about normal wordpress RSS ...
0
votes
1answer
90 views

How to add a custom page template selector to a custom taxonomy?

I am trying to add the custom page template selector that can be found in the "edit page" screen for pages to a custom taxonomy. The custom taxonomy is product_cat created by WooCommerce. I am using ...
0
votes
2answers
550 views

How to order categories in Woocommerce that are spread over multiple pages?

I'm building a store using Woocommerce and need to manage a large number of product categories. I would like to re-order them to appear in alphabetical order. However the drag and drop ordering ...
0
votes
2answers
990 views

Making custom woo themes

I have recently decided to step into WordPress but I am needing to create a few themes for eCommerce that are currently built in Open Cart. My experience from eCommerce comes from Open Cart but I am ...
0
votes
1answer
2k views

Display custom field value on woocommerce product page

I know similar questions have been asked dozens of times but I'm just not understanding how to display custom fields. I'm using woocommerce and want to display a custom field value on product pages. ...
0
votes
2answers
53 views

Do not show a custom post if it belongs to a certain custom taxonomy

I am trying to block the visualization of a custom post, of type 'product', if it is assigned to certain values of the taxonomy 'product_cat'. Strictly speaking, I would like to block the ...
0
votes
0answers
317 views

How To Link Product Thumbnails To Single Product Page in WooCommerce? [closed]

When I updated to 3.5, I noticed that I cannot link images anymore :( So am using the "WP Gallery Custom Links" plugin to place a link for my images, but it does not work for the product thumbnails ...
0
votes
0answers
54 views

Woo commerece Theme conflict(css issue) with frontend submission form of Events Manager plugin [closed]

I want to use woocommerce theme with events manager plugin but when the page is loading it will display those fields but collapses them when it finishes loading the page. I get this ...
0
votes
2answers
168 views

Require Capability to View Woocommerce Product

I am using Woocommerce and I have products in a category called B2B whose single_product.php is only to be shown to people with the capability read_b2b. <?php if ( have_posts() ) : ?> <?php ...
0
votes
1answer
1k views

Woocommerce Product Category Widget - hide categories that have no products in stock

I'm using WooCommerce on my Wordpress site, and have a widget in the sidebar showing all product categories. It's setup to hide empty categories, and that works well. However, it still shows ...
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
76 views

Extending a CPT by Created by another plugin

I'm using WooCommerce for my store, and I need to be able to extend the Coupon post type... I need to add a selectable attribute of membership_term ... How do you extend a CPT created by another ...
0
votes
1answer
850 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( ...
0
votes
1answer
84 views

How to make certain content of the post noindex and no follow. not entire post?

in my woocomemrce website i am trying to embade faqs which are generated using a short cut code . these faqs are common for all products which may lead to serious duplicate content issue . how to ...
0
votes
1answer
472 views

woocommerce product category tabs

Can someone help me how to generate dynamic tabs with product categories in woocommerce. - product category as tab name, and their subcategories thumbnails as tab content
0
votes
0answers
172 views

Affiliate management system + eCommerce plugin for WordPress [closed]

I am looking for an affiliate system for my WordPress eCommerce site. Here is what I want to achieve. I have created a store that sells some products. People purchase through PayPal. Now I want to ...
0
votes
1answer
609 views

Woocommerce pagination problem

I'm working on project that needs to have WooCommerce implemented, and there is a list of products on main page, using a original theme loop. I managed to display all posts and it's data, and now I'm ...
0
votes
1answer
867 views

WooCommerce Grid / List view

Is there any experience with Woocommerce Grid / List view plugin, I set to automatically start the list view but the problem is that while the page is loading initially opens a grid view and instantly ...
0
votes
1answer
313 views

List products from current category

This code is from the archive page and list all products with a certain tag, can someone please help me to modify this code to make listing products only from current category: <?php if ( ...
0
votes
1answer
351 views

Get Tags specific to Category using WooCommerce plugin

Could anyone help me to implement this code in WooCommerce, ie instead of categories to use product categories, and instead of tag to use product tag. In functions.php : function ...
0
votes
1answer
362 views

Using Woocommerce to display price range

I am working on an online store using Woocommerce, many products have variations in size and price. Is there a way to have the range of prices (highest to lowest) of the variations on the product ...
0
votes
1answer
928 views

Categories and products in random order

What I'm trying to do is getting Woocommerce categories and products randomly displayed on one page. The normal settings allow to display categories and products on the same page, but first come the ...
0
votes
2answers
217 views

How do I stop out of stock items from appearing on my WooCommerce site when using the Layered Nav widget

WooCommerce includes a handy Layered Nav widget. This allows you to filter the catalog items based on attributes that you've set, including for variations of items (like different sizes.) However, if ...
0
votes
0answers
838 views

Woocommerce in multisite? [closed]

Does anyone have experience using WooCommerce in a multisite setup? I can't seem to find any discussion anywhere on the matter. I've had a quick play in a test setup and all seems alright but am keen ...
0
votes
0answers
321 views

jigoshop / woocommerce multi step order form [closed]

I am figuring out which one to use, but first i need to figure out how my situation can be handled with these two e-commerce plugins. I know both are almost same, but still they must have some pros n ...
0
votes
2answers
3k views

Get main parent categories for a product

Can someone please help me, I'm looking for a way to find the main parent product category of a WooCommerce product? Say, the product is marked under Gadgets, but the main parent of them all is ...
0
votes
1answer
2k views

Too many variations in WooCommerce

I am working with a woocommerce install, and we have a product that has 2016 variations (between selections for each of 4 variables - size, color, type, and extra). The problem is that woocommerce out ...
0
votes
2answers
556 views

How to use a WooCommerce action hook?

I am wondering how you would implement the following hook. do_action( 'woocommerce_process_product_meta_' . $product_type, $post_id ); What is the correct way to call a call the action from a ...
0
votes
2answers
126 views

How to display full product titles on category page with WooCommerce

My product titles can be quite long. By default, WooCommerce cuts off the product title after 23 characters, ending it with a '...' when viewing the category. How can I get WooCommerce to display the ...
0
votes
1answer
497 views

Woocommerce Customization

I am writing a "bike configurator" plugin for a bike shop that uses Woocommerce to host their product on Wordpress. The idea is to enable the customer to select the parts and colours for their ...
0
votes
2answers
837 views

Is it possible to set individual shipping prices in Woocommerce?

I currently have a store running on Bigcommerce, but unfortunately it doesn't offer the functionality that I require. I am debating whether to use a magento/wordpress install or wordpress/woocommerce. ...
-1
votes
1answer
3k views

How did you incorporate WooCommerce in your own WordPress theme?

This has most probably been asked before, but I really need to show WooCommerce products in my template, but I don't know what hooks to add where. It's my first time working with WooCommerce. Can ...
-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
votes
3answers
322 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, ...
-1
votes
2answers
1k views

Overriding WooCommerce Plugin CSS?

I have Woocommerce installed on a site I am prototyping. I have some Woocommerce CSS I want to change, but when I try to change it via the style.css in my Twenty Eleven child theme, nothing happens. I ...