WooCommerce is an e-commerce plugin for WordPress developed by WooThemes.
1
vote
1answer
2k views
How to setup a product that has multiple price options?
Still very new to the Woocommerce interface. I'm trying to figure out how to sell 'attendance' to a workshop. So I'm assuming I need to create a 'variable product' and then I need to add the ...
0
votes
2answers
354 views
Target a specific category from a custom taxonomy?
I am trying to target a specific category from a custom taxonomy. This is for WooCommerce.
So, the custom taxonomy is called "product_cat" and the category itself is called "adult-dvds".
This is ...
0
votes
1answer
802 views
WooCommerce: Mass check a certain box in an option panel for 3000+ products?
I am using WooCommerce and have 3000+ products. With WooCommerce, there is an option to enable/disable reviews for each product. The box looks like this on my edit product page:
...
1
vote
1answer
563 views
WooCommerce: Show shipping options on product page
I'm using WooCommerce with shipping tables module. My shipping options are quite basic and are somewhere along these lines. I have 2 shipping zones in which I more-less have the following rules.
USA
...
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 ...
1
vote
2answers
1k views
Hide price & title in store thumbnail dispay?
I'm setting up a WooCommerce site to sell shirts. I have the front page (and the "Store" page" set up to show a grid of thumbnails of the shirt designs. Each item has the price and the title of the ...
1
vote
0answers
519 views
Display products for a category, sorted by post_excerpt
I'd like to display a list of products for a certain category, sorted by the post_excerpt.
The original code I used was this:
$args = array(
'tax_query' => array(
array(
...
0
votes
0answers
324 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 ...
2
votes
2answers
770 views
add a woocommerce shop to every buddypress user
I'm creating a social network site with buddypress and woocommerce.
I want to enable every member to purchase from others and to sell their products online.
That is, every user must assigned to ...
0
votes
1answer
3k views
How to skip woocommerce checkout out page?
I use woocommerce plugin for my shop. I want to skip the checkout page where users give shipping details. So the system will be when they select a product and after go to the cart page they will go to ...
-1
votes
1answer
1k views
MarketPress vs. other WP ecommerce solutions [closed]
What experiences have you had with MarketPress vs. other WP ecommerce solutions? I found a client that wants to use it and I never worked with it before.
How does it compare with WooCommerce or WP ...
2
votes
1answer
879 views
Woocommerce Custom CSV export
I've been trying to figure this out for the past few days.
Is there a plugin that exports CSV with the Order Items all on the same line but not in the same column cell?
Example: Item Name_01, Item ...
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 ...
1
vote
0answers
217 views
How to order posts by meta_value and title
How do you order products in WooCommerce so that products are random, but at the same time featured products show first?
Here is my code:
$args = array(
'post_type' => 'product',
...
0
votes
1answer
3k 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 ...
0
votes
1answer
832 views
woocomerce variations
I am using woocommerce plugin for ecommerce site. Problem is that it allows maximum 50 variations for a product, but my client requires around 350 variations with attributes size, color etc. etc. 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 ...
4
votes
1answer
2k views
Woocommerce - Add a product to cart programmatically via JS or PHP
I am using the Woocommerce plugin to facilitate a small e-commerce part of a site and need to add products to it's cart via some call or function rather than using it's own 'add-to-cart' buttons.
By ...
-1
votes
2answers
2k views
Any way for WooCommerce to regenerate standard shop pages? [duplicate]
I have looked at this question, How do I get WooCommerce to automatically recreate pages?, and it's basically exactly what I want to know, except, will any products be deleted from the system?
Is ...
-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 ...
-2
votes
1answer
2k views
Howto modify WooCommerce input and output
WooCommerce is a nice eCommerce plugin/package for Wordpress.
While dabbling around in it I wondered if certain modifications are possible and how to achieve them:
Simple Examples:
Changing a ...
0
votes
2answers
569 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
1answer
184 views
Wordpress, alternative single post template
For a project of mine I need to define an alternative template for single posts. To be more specific I need each post to be displayed as usual when the website is browsed but I need to create ...
0
votes
1answer
395 views
Woocommerce blank screen variable product attribute image thumbnail
I am using woocommerce, I have setup a variable product. Under each attribute, when I try to add a thumbnail image by clicking on the Insert Into Post button for the Media Uploader dialog, the dialog ...
0
votes
2answers
3k views
Woocommerce permalinks
I got the following question:
When i want to go to a woocommerce category, the link displays like this:
http://www.mywebsite.com/product-category/category/
Where the bold text is the link like it ...
3
votes
4answers
4k views
Jigoshop and WooCommerce differences
I'm aware that WooCommerce is a fork of jigoshop, and there was some controversy, however now that both have had releases since their divergence, how do they differ in features and direction?
0
votes
2answers
9k views
WooCommerce dynamic menus
I have a basic WordPress site set up with the Suffusion theme and the WooCommerce plugin. This is working well for the most part, however when I have folks click / hover over the "Shop" menu icon I ...
3
votes
2answers
690 views
custom XMLRPC method plus authentication of user & WooCommerce order
I'm working with a custom XML-RPC method to capture some information for a plugin I am building. When activated the user has to authenticate themselves by entering there user/password given to them ...
1
vote
1answer
795 views
In woocommerce who is responsible for sending the receipt email?
I'm writing a Paypal Pro woo commerce extension to allow it to accept credit card directly on my websites. When I test things, everything works well. The only thing that I don't get is an email ...
2
votes
3answers
6k views
How do I get WooCommerce to automatically recreate pages?
I had to uninstall WooCommerce plugin (I deleted the tables it created as well) and now I reinstalled the plugin and I doesn't automatically recreate the WooCommerce Pages. Am I stuck having to ...
0
votes
1answer
2k views
Changing settings of WooCommerce
I'm using the recently released WooCommerce plugin for my e-commerce site. In WooCommerce settings, the currency of my country is not listed. So I have to add it manually by coding in woocommerce.php ...