WooCommerce is an e-commerce plugin for WordPress developed by WooThemes.
2
votes
3answers
7k 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 ...
-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 ...
5
votes
1answer
3k 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 ...
2
votes
2answers
2k 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 ...
2
votes
1answer
495 views
Change Label for field used in Woo Commerce
I'm using WooCommerce, and using a BACS Payment method which is actually Bank Trasnfer. The fields account details are fine, but for Indian context.. i need to change following two fields labels to ...
2
votes
1answer
599 views
Woocommerce: assign an “author” to a product
I'm developing my first theme for woocommerce.
I need to be able to have "authors" (really "designers") assigned to woocommerce products. Is that feasible? I was thinking of using the wordpress ...
1
vote
1answer
145 views
Combine two taxonomies in a hierarchical tree
For example, I have WooCommerce products that have taxonomies:
brand (e.g. Converse, adidas, D&G) (taxonomy id: product_brand)
category (e.g. Boots, Sneakers, Sandals, Heels) (taxonomy id: ...
0
votes
1answer
900 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
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
3answers
660 views
Check out Attribute on WooCommerce
I am using WooCommerce on one of the site. I need to add one more field at the time of checkout to ask buyer wheteher to issue Invoice on his name or the name of his business?
Any advise how to do ...
0
votes
1answer
1k views
How to split the categories of subcategories with thumbnails
This is the code I use to display all product categories with thumbnails:
<?php
$cats = get_terms('product_cat', array(
'hide_empty' => 0,
'orderby' => 'name'
));
?>
<div ...
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 ...
-1
votes
0answers
35 views
Woocommerce Cart Problem
When I go to add/remove a product to the cart, it redirects me to the admin login in page for wordpress. However, the product still ends up in the cart.
Is there a way I can fix this?
-1
votes
2answers
2k views
Incorrect sidebar showing on WooCommerce Store page
I am developing a refresh of my site on a new VPS plan and on of the main changes is switching from the dreaded wp e-commerce to WooCommerce.
The URL to the WooCommerce store page is ...
-2
votes
1answer
749 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 ...