WooCommerce is an e-commerce plugin for WordPress developed by WooThemes.
0
votes
1answer
470 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
167 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
2answers
253 views
Wordpress apply_filters() Arguments Missing
I'm customizing a Woocommerce Wordpress site.
In the Woocommerce product class (class-wc-product.php) the get_price function applies a filter as follows:
function get_price() {
return ...
-2
votes
1answer
459 views
Paypal integration with woo commerce plugin [closed]
first Please have look at my site.
http://demo.therealworkfromhomemom.com/
This site is run by woo commerce plugin which is integrated by Abandance theme.now i want to integrate with paypal.I have a ...
0
votes
1answer
604 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
855 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 ...
1
vote
0answers
165 views
WordPress Query wp-terms SLOW
I've got a very large database in WordPress with lots of products in WooCommerce along with quite a bit of taxonomies. When querying the products on the front end it takes 1 minute or more.
Here is ...
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
vote
0answers
219 views
Woocommerce checkout error using cardsave extension
I am having a problem when integrating the cardsave payment gateway to the woocommerce plugin for WordPress.
On the checkout page, I review my cart and select place order and the following error ...
0
votes
1answer
306 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
518 views
show category in woocommerce
This code show tags from a specific category such as id = 3. I want to make automatically check which category I am. Can someone please help me ?
$args = array('categories'=> '3');
$tags = ...
0
votes
1answer
159 views
How can I get someone to checkout as soon as they add a product to cart?
Take a look at http://www.passgotutoring.com/shop/product-category/ucla/ucla-14a/ and add a product.
I would like it to go directly to checkout as soon as anything is added to cart.
Ideas on how to ...
0
votes
1answer
348 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
375 views
Filter WooCommerce Orders
I am using woocommerce for a "multi-seller" system. Meaning one site (no multi-site), but many sellers with different products.
To let each owner only manage it's own orders, it would like to filter ...
1
vote
1answer
78 views
How to change how many list item show in category generated by file edit-tags.php
It's always been a pain in the @$$ to see only 20 item in category. If i have 30, it paged on 2 pages, i hate that. If WordPress had a preference for that. So the question, Hot to list ALL the ...
0
votes
1answer
1k views
Given the ID of a product in woocommerce, how can I get its URL?
Say I have the ID of a product in wooCommerce; can I generate its URL somehow? (example /shop/fresh-apples)
0
votes
1answer
495 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 ...
4
votes
2answers
2k views
WooCommerce with thousands of products - site is very slow - optimize db queries?
So far I've got around 8,000 products in my WooCommerce and the product page on the front end takes several seconds to load, even after caching.
My VPS host says that I should have multiple ...
0
votes
1answer
355 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
5answers
2k views
Woocommerce showing images blurry in description page
I am doing an E-commerce website using Woocommerce plugin. Most of the things working fine with little bit changes. But I am facing a problem regarding images. I have uploaded the image for featured ...
0
votes
1answer
919 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
1k views
Woocommerce product page is not showing custom css
I am using woocommerce plugin for wordpress to make an eCommerce website. It is working fine with little bit customization. As I have configured shop page as the default product page so that in that ...
0
votes
1answer
668 views
WooCommerce currency converter support [closed]
I am using WooCommerce Plugin to make a website. Everything is working fine with this plugin but when I wanted to implement currency converter, there is no such facility is available there. I really ...
1
vote
1answer
8k views
How to Display Product specific to a category with WooCommerce Plugin?
I'm using plugin Woocommerce to do shop online.
I have many categories for example shoes, clothes and so on. How can I display the products of specific category?
I see such product loops of on the ...
0
votes
1answer
212 views
Woocommerce - looping product images
How can I loop the product images as a list?
Apparently, Woocommerce has two php files for this. One is for the featured product, and one is for the product thumbnails (product-image.php & ...
1
vote
2answers
567 views
woocommerce and is_user_logged_in() if not redirect to homepage
I am currently using woocommerce and would like to redirect none logged in users to the home page, however i am having a little trouble determining where i should implements this
I have done research ...
0
votes
2answers
215 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 ...
1
vote
0answers
49 views
How to call a funcion via a dropdown or a input? (Woocommerce funcion)
This is the function I want to call
function test() {
echo "test";
add_filter('loop_shop_per_page', create_function('$cols', 'return 24;'));
}
And I call it like this
<?php test() ?>
So ...
1
vote
2answers
2k views
WooCommerce change number of columns in the frontpage
I've been looking for an answer for a couple of days now. I've tried every snippet possible, changing the functions files, creating a separate template for content products but I can't change the ...
0
votes
2answers
830 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.
...
0
votes
0answers
828 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 ...
1
vote
1answer
2k views
WooCommerce Product Page Loop - Output All Product Thumbnails
http://69.89.31.200/~horologi/shop/
I'm working on the site above and the client has requested that on the shop page, all the product information is displayed on that page, including all product ...
2
votes
4answers
2k views
WooCommerce store with ~30,000 products
I'm investigating WooCommerce as a potential e-commerce solution, however my immediate concern (which I haven't been able to find information on) is the number of products.
The proposed store needs ...
1
vote
2answers
878 views
Woocommerce Change placement with wrapper
I am trying to change placement of Price from top to beside the Add to Cart button and want to wrap Price and Add to cart button (form) both with one div.
I dont know either it is bad way or correct ...
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
347 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
781 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
544 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
500 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
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 ...
2
votes
2answers
752 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
858 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
216 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
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 ...
0
votes
1answer
813 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 ...