WooCommerce is an e-commerce plugin for WordPress developed by WooThemes.
-1
votes
1answer
43 views
Stylesheet not being loaded? [closed]
I placed a link for an extra stylesheet in my header:
<link rel='stylesheet' href='<?php echo get_bloginfo('template_url'); ?>/woo.css' type='text/css'/>
Which works fine on my ...
-1
votes
1answer
155 views
Make 2 different WooCommerce checkout pages?
I'm wondering whether it's possible to make 2 different checkout pages for 2 different products?
If a buyer chooses the product #1, he/she will be redirected to the checkout page #1. If he/she ...
-1
votes
1answer
55 views
How to remove a class
Is it possible to remove classes from a plugin and add theme into to theme?
I need to modify Woocommerce WP_Checkout class but I want to move it to my theme folder so if woocommerce will be updated ...
-1
votes
1answer
152 views
HTML in WooCommerce settings
I need to append default text block to each product description (same text for each and every product) in WooCommerce. So I've created simple plugin which adds new settings field as rich text editor ...
-1
votes
2answers
623 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 ...
-1
votes
0answers
12 views
Add product to order via PHP - Woocommerce
I want to add a product to an existing order, I check the WC_Order class, but I didn't see any method to add items to it.
I'm creating a plugin to quote certain productos, and if client and ...
-1
votes
0answers
19 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
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
14 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
-1
votes
0answers
57 views
Remove Menu Item for users other than admin in Woocommerce
I want to remove a few menu items from the Products tab of Woocommerce when anyone below the level of an admin is logged in. Specifically, I would like to remove the categories, tags, shipping ...
-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
0answers
42 views
Wrong Page Title in h1 output, Strange Breadcrumbs
I use Wordpress 3.5.1 .
In origin I have used this template: http://html5blank.com/ .
Now, after modifications, I have a problem.
I use WooCommerce Plugin.
Q : in h1 (<h1><?php the_title(); ...
-1
votes
0answers
30 views
How to add custom jquery to wordpress? [closed]
At my woocommerce site site im getting syntax errors, when im trying to add a custom function, so i must have implemented the function wrong. The code sample below is my functions.php file, where i ...
-1
votes
1answer
65 views
Woocommerce Sidebar issue
I've just installed Woocommerce into my website and it's working great apart from one thing...
Sidebars!
How do I set which Sidebar the Shop page and other WooCommerce pages use?
As part of my ...
-1
votes
1answer
90 views
woocommerce how to get cat id in content-product.php
I installed the woocommerce plugin.
my page url is like this http://sitename.com/product-category/products-and-service/servicecat1/
products-and-service - is the main category
servicecat1 - is the ...
-1
votes
1answer
68 views
Woocommerce - Making product pages child of shop
I'm new to WordPress and trying out woocommerce, but I've ran into a small problem.
Here is my site.
The products pages are no childs of the Shop page, so whenever I click on a product, the active ...
-1
votes
1answer
160 views
Woocommerce price including tax with formatting from options
Af first, I'm not a programmer. In Woocommerce I need to display both product prices, including tax and excluding tax. Code in price.php
<?php if ( $price_html = $product->get_price_html() ) : ...
-1
votes
1answer
92 views
woocommerce retriving category name as div class?
I am trying to retrieve the category name of a WooCommerce product displayed in a WordPress loop and use it as the class for an li (also inside the loop). I've tried this:
<div id="isocontent" ...
-1
votes
1answer
89 views
How I can change PayPal IPN 'custom' field in woocommerce?
I use Woocommerce plugin. All works great, but I need add to PayPal IPN 'custom' field only 1 word instead "order_id" that writes at 'custom' field now.
I trying edit this file:
...
-1
votes
1answer
223 views
Use conditional logic for woocommerce variable product
I have been developing a woocommerce store. Now I have a requirement from client which I can't figure out how to do...
The problem is we can use variable product in woocommerce, it's simple but what I ...
-1
votes
1answer
81 views
Woocommerce - Specific template for product category?
I'd like to create a specific template for specific category (not for single product).
Is it possible and how to do it?
Thanks,
-1
votes
1answer
171 views
How to skip woocommerce PayPal redirection?
I use WooCommerce plugin for my shop. I want to skip the PayPal redirection on the "Thank You" page, where users are redirect to PayPal site. I'd like to add to every order also the shipping prices ...
-1
votes
2answers
113 views
Woocommerce muliple items with same sku
My client needs multiple items with the same SKU. She use to be on Ecwid, and she said they allowed this, and also an "Item Number" to distinguish between different products with the same SKU.
She ...
-1
votes
2answers
299 views
How can I bulk edit variations in woocommerce?
I’m setting up a store selling art prints that have
multiple canvas/paper types, and ten different print sizes for 200 photos.
All prices on all sizes with specified canvas-type are
the same from ...
-1
votes
1answer
286 views
How to exclude the particular category from the woocommerce plugin?
add_action( 'pre_get_posts', 'custom_pre_get_posts_query' );
function custom_pre_get_posts_query( $q ) {
if ( ! $q->is_main_query() ) return;
if ( ! $q->is_post_type_archive() ) return;
if ( ! ...
-1
votes
1answer
99 views
Auto Stock Update after Order cancel from Admin of Woocommerce?
I recently implemented Woocommerce and in trial session I found following issue:
1.
Initially, I provide 10qty for Product1.
2.
place a Dummy Order from front-end of 10qty of that Product1.
3.
Then ...
-1
votes
1answer
244 views
WooCommerce custom query and paging: Not Found error
I'm experiencing a problem with the following piece code:
global $wp_query;
$paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
$filter_args['paged'] = $paged;
...
-1
votes
1answer
188 views
Automate Product Import with WooCommerce?
I'm going to be using the Product CSV Import suite with WooCommerce to import products from a CSV file, but I'd love to have an automated way to do this via Cron if possible.
Has anyone seen examples ...
-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 ...
-1
votes
1answer
250 views
woocommerce features to add product along with link
I have used woocommerce plugin for this site. Now you can see in the home page all the products are placed. At the top section there is one category named as All Products. In that category you can see ...
-1
votes
1answer
613 views
WooCommerce Order Status Displays Twice on Order Page
I modified the woocommerce_custom_order_columns function to make some changes to the WooCommerce Admin Order page. Everything works great, except that Order Status shows up twice (but only for the ...
-1
votes
2answers
643 views
Make thumbnails in woocommerce replace the main image instead of opening fancybox
I would like the thumbnails underneath the main image on the single product page to replace the main image when they are either clicked or on hover, I prefer hover. Right now the thumbnails just open ...
-1
votes
1answer
79 views
I Need To Display A Specific Product (Called By Meta Field) On It's Current WooCommerce Category Page
I am trying to build a little module onto the product-archive template for WooCommerce that will accomplish one goal.
I have included custom meta fields on the category editor page so that I can ...
-1
votes
1answer
252 views
Hide long product description by default on page load (woocommerce)
I can't figure out how to have the woocommerce long product description hidden by default when a product page is loaded. It looks much better, when the visitor has to click on "D
-1
votes
2answers
189 views
I want to take out reviews tab from single product page?
I want to take out the reviews tab from single product page in woocommerce.
I mean i want to display reviews tab below the product description tab in single product page.
Please help me out.
-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 ...
-1
votes
1answer
2k views
get main product category list woocommerce
I am using woo commerce theme for my site. I am trying to display a list of main product category list. I tried this code. But it returns all the main and sub categories.
$product_category = ...
-1
votes
2answers
93 views
How Do I Add Product Pictures To Search Results Of A Custom Wordpress Theme Using A WooCommerce
I made a custom wordpress theme from scratch. I added WooCommerce for the shopping cart and store. When I search products in the store the search results do not show pictures. How do I make the ...
-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 ...
-2
votes
1answer
42 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.
-2
votes
1answer
735 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 ...
-2
votes
2answers
135 views
How to change prices per number ordered in WooCommerce
Does anyone know a way to make the price of a second item different from the first in WooCommerce? I tried setting up the product so the first item was $245, second is an additional $150. I used ...
-2
votes
0answers
20 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 ...
-2
votes
0answers
32 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 ...
-2
votes
0answers
35 views
how i get a plugin “on mouse hover image large on my product image” [closed]
plz suggest me a plugin that works on woocommerce...
i allready used 3 plugin but not work properly
1 : WooCommerce Cloud Zoom Image Plugin.
2 : YITH WooCommerce Zoom Magnifier.
3 : ZWoom - ...
-2
votes
0answers
22 views
Woocommerce one free product for one buy [closed]
Is it possible to get a free product if one other is buy?
I have a long list of product at 14$ if one of this product is buy, you get a free other of your choice.
Thanks !
-2
votes
0answers
36 views
How much can i expect to pay for a few changes to premium woocommerce theme? [closed]
How much would it cost to have some changes made to this premium theme i bought?
http://themeforest.net/item/the-retailer-retina-responsive-woocommerce-theme/4287447
I would like to move the logo to ...
-2
votes
1answer
66 views
WooCommerce Cart not showing up [closed]
I have just installed the WooCommerce plugin on my existing Wordpress theme. I have integrated the plugin using the correct functions as found in the WooCommerce integration guide.
Now the shop ...
-2
votes
1answer
98 views
Woocommerce - Bulk Edit Stock Level
I have 30k products in my Woocommerce store. And I would like to mass edit all products to become "out of stock" before I add new batches of products.
Can anyone please let me know how to do it in ...
-2
votes
1answer
46 views
Filter orders by product in admin
I'm setting up Woocommerce store for a client who is selling tickets to multiple different live shows.
On the night of a show, the box office manager needs to be able to view only orders that contain ...

