WooCommerce is an e-commerce plugin for WordPress developed by WooThemes.
-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 ...
0
votes
0answers
13 views
Woocommerce Sorting does not sort the results after page reload
I have code in index.php that shows the Woocommerce products and also provides the dropdown for sorting. Regardless of the option that I choose from the dropdown, the page reloads and yet, it shows ...
0
votes
1answer
30 views
Multiple WP install with same users database
I am creating a e-commerce website. I am using woocommerce with some cool extensions I bought. I need to make 2 websites, but store the users database (purchases, subscription purchases, etc) as well ...
0
votes
1answer
458 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
187 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
24 views
WPMU If MU site has no administrator, deactivate site
So I been tinkering with this thought. Working w/ WooCommerce Subscriptions - if the user is a recurring paid member, they can create and manage their own subsite.
However, say the recurring payments ...
0
votes
2answers
2k views
WooCommerce: multiple input field for multiple product variations
I'm trying to customize the default Woocommerce theme to my needs.
I have a product that comes in two variations:
it's wine, so variation A is a 6 bottle pack, and variation B is a 12 bottle wooden ...
0
votes
2answers
642 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
181 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 ...
1
vote
0answers
172 views
Show category images on single product page and product overview page
I am running a woocommerce shop and I have products which are in multiple categories. I would like to show the category images on the single product pages. And also on the product overview page.
I ...
1
vote
1answer
78 views
Woocommerce custom loop to show all the products
I'm currently working on an e-commerce website and I met an problem.
My client want a page e-boutique with all the product categories displayed, followed by 3 promoted products and a button "show ...
-2
votes
0answers
18 views
How to create a dynamic select menu with woocommerce?
I would like to create a dynamic select menu.
The idea is that there are 2 select menus and the first one has two possible answers. The options within the second select menu will dynamically change ...
3
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 ...
0
votes
1answer
24 views
Woocommerce Product Page edit “from” text
Is there a way to change the "From:" text that denotes the lowest available price for each particular product within the shop?
I'm asking this as, on our shop we offer A4 samples within the Wallpaper ...
-1
votes
0answers
18 views
Woocommerce related items - remove action / add action
I'm working on a Woocommerce plugin to show combo items on the product single page. I'm having some issues removing the action that displays the related items on the product page. I'd like the ...
-1
votes
1answer
98 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
0answers
27 views
Bypass Checkout Page in Woocommerce
Similar questions have been asked, but there haven't been any answers that really address this specific problem.
Background:
I'm using WooCommerce 2.0.10 with Wordpress 3.5.1. Theme is Catalyst
...
0
votes
1answer
29 views
How to show woocommerce product in slidershow?
I have one plugin front slider and I want to show woocommerce product in front slider, so please help me how can I do that??
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
3answers
914 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
1answer
345 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
1answer
28 views
Echo saved data from meta box - woocommerce
function echo_save() {
global $woocommerce;
$user_id = get_current_user_id();
$post = get_post_meta( $user_id, '_last_name', true );
echo $post;
}
why is this not working?
0
votes
1answer
130 views
Set domain level rel canonical with Yoast SEO
i have two single woocommerce installs (not multisite) that publish the same content (products etc). i want to add a cross domain level rel canonical to the second domain, such that -
...
0
votes
0answers
32 views
where is the data saved and how can i access it/ print it out in woocommerce fields
i have came across
http://docs.woothemes.com/document/tutorial-customising-checkout-fields-using-actions-and-filters/
these docs for woocommerce, and they shows you how to create a field using this ...
0
votes
0answers
21 views
Display each custom field value saved in array on woocommerce
This probably sounds similiar, but i have not found a solution for it. I'm using woocommerce and want to display each custom field value saved in a array.
i have this function that updated each value ...
-1
votes
2answers
3k views
WooCommerce - how to display product category above product?
I'm a newbie at modifying wooCommerce.
I hope someone can help me with a problem i'm having while trying to make a minor change to the plugin to fit with a request from my client.
I'm trying to ...
0
votes
2answers
374 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
0answers
29 views
WooCommerce - Bulk Edit Price by Percentage - Error 404
I'm using WooCommerce and I want to bulk edit price by percentage.
However, I always ended up with a Error 404 page.
This is the URL after I click on the Update button (broken after & for ...
-1
votes
2answers
617 views
How does WooCommerce store products / product variations? / Free Script to import product variations?
So I'm just working for a client right now importing CSVs of products to WooCommerce. I've imported a lot of products so far using an existing plugin, but don't want to buy the CSV Product Import ...
0
votes
1answer
16 views
How to create archive pages for each product category in woo commerce?
How to create archive pages for each product category in woo commerce? I am a newbie and not familiar with codes. Here are the product categories that I would like to create archive pages for each ...
0
votes
0answers
18 views
Woocommerce is showing a random number of products per page
I have set the number of products per page to 15 (5 rows, 3 cols) via the filters, and on most pages this is working correctly.
However, on category pages I am seeing 13 products on the first page, ...
0
votes
1answer
48 views
woocommerce add variable after price
I am kind of new to woocommerce but finding this plugin amazing so far..
I am trying to figure out how to add a variable right after the price which will give the buyer additional information about ...
0
votes
0answers
20 views
How to redirect to cart in woocommerce when item is sold individually?
I set up a store with woocommerce to sell items individually, by default when you try to add a product to your cart that's already been added woocommerce shows a warning saying that it has already ...
-1
votes
0answers
11 views
pagination on woocommerce category page [duplicate]
I have:
<?php
query_posts( 'category_name = linee-prodotti' );
if ( have_posts() ) while ( have_posts() ) : the_post();
echo '<li>';
...
-1
votes
0answers
13 views
Discount Based on quantites in woocommerce
Please explain how to discount a product based on quanitites
for eg,
I bought a shoe 3 quantities to discount 10%
In same shoe i bought 2 it discount 5%
i will use woocommerce plugin
0
votes
2answers
397 views
Display price range on woocommerce product variations
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
358 views
How to export/import WordPress woocommerce products
I'm searching a solution to my problem, i have a WordPress website which contains many products so i have created a new one with a new design i have installed the same version of woocommerce as the ...
0
votes
1answer
19 views
Add a subitem to Woocommerce section
I want to add a subitem to "Woocommerce" parent item, below "Orders", this subitem is a custom post type.
I tried to use (in $args):
$args = array('show_in_menu' => ...
0
votes
1answer
23 views
How to make my wordpress site responds for 2 domains
I have a Wordpress Woocommerce site running on www.mydomain.com.br and I'd like it to also respond for the domain srougi.biz/mydomain because my return page (page that users go after payment) must ...
0
votes
0answers
26 views
Enable woocommerce gateway payment only logged users
i want to show "cash on delivery" gateway payment to only logged users. The loop code where show the available payments is this:
<ul class="payment_methods methods">
<?php
...
0
votes
0answers
15 views
WooCommerce, different prices based on location
A client of mine is setting up an e-commerce store but instead of having straight currency conversions for their products ($99.99 = £65.70 for example) they want to be able to set specific prices ...
0
votes
1answer
369 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 ...
-2
votes
1answer
40 views
How to create separate shop pages in woocommerce for each product category
How to create separate shop pages in woocommerce for each product category i.e. computers, cameras, cellphones, software, books, etc.
1
vote
0answers
30 views
Replace woocommerce | (pipe) separator in product variation to , or another character?
How to replace Woocommerce | (pipe) separator in product variation to , or another character?
I use Cyrillic keyboard layout and there is no pipe symbol. To enter that symbol I have to switch to ...
0
votes
0answers
40 views
How to add custom hidden fields to WooCommerce Checkout page to post it securely to external payment gateway?
Because I'm located in the Middle East and my client is having a bank account here in the UAE (where almost all of the known payment gateways are not supported), I should give up all the beautiful ...
0
votes
1answer
47 views
Get main term from a sub term in Woocommerce
I need to show
MAIN term
sub term 1
sub term 2
…
Every time I click on sub term. I mean, I don't want to show the other MAIN terms, just the one I select with the sub terms.
In ...
-2
votes
0answers
31 views
Decreasing Margin/Padding on Mystile Theme [closed]
I currently have the Mystile theme installed on: http://beautenature.biz.
I would like to decrease the white margin/padding from the sides and let the green background image come up right to the page ...
0
votes
2answers
33 views
WooCommerce - Is is possible to replace downloadable file and allow existing customer to get it?
I have a WooWommerce 2.0 shop where I sell downloadables and, from time to time, I have to replace existing files with newer versions. When I replace the file URLs for the downloadable files, ...
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
86 views
woocommerce: How can I show all the subcategories from a specific category?
I need to show all subcategories using
$product_category = wp_get_post_terms( $post->ID, 'product_cat' );
actually I use:
<?php
global $post;
$terms ...




