WooCommerce is an e-commerce plugin for WordPress developed by WooThemes.
2
votes
1answer
157 views
How can I customize the wp_list_categories
I have a list of categories in woo-commerce which I'm trying to customize to be displayed to look like the following image.
I created the above image using normal HTML and css however I would like ...
1
vote
1answer
6 views
Adding unit ammount after WooCommerce price. Example $ 24 /m2 and $24 / m
So hey guys,
I'm trying to get my WooCommerce price per unit done.
Some of the items I'm selling are floortiles, and as of such they're sold per square metre.
I have added the following code to ...
1
vote
1answer
85 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 ...
1
vote
1answer
808 views
How to add to cart via AJAX Woocommerce
I have been searching for a while, this. I want to add an item via AJAX. When you add an item to a cart in Woocommerce the page reloads with the GET parameter add-to-cart="The current product ID".
I ...
1
vote
1answer
607 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
...
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 ...
1
vote
0answers
176 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
0answers
351 views
How to create a 'single' category widget for woocommerce plugin
Woocommerce out of the box provides many widgets, however the category widget for providing a product search, groups ALL the categories into one widget.
I want a widget for one category, i.e. 'shop ...
1
vote
0answers
63 views
How to redirect user to first page of product after selecting a new filter
Anyone one know how i could go about changing the loading behaviour of WooCommerce. I'm trying to figure a way to load from page 1 everytime a new filter is selected
At the moment, when a new filter ...
1
vote
0answers
308 views
Custom product slider from woocommerce products
I want to create a custom products slider for my woocommerce theme.
I want to retrieve the thumbnails from my products with a custom taxonomy (product_tag) for example "t-shirt".
I'm calling the ...
1
vote
0answers
189 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
0answers
229 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 ...
1
vote
0answers
53 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
0answers
583 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(
...
1
vote
0answers
229 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
0answers
29 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
0answers
30 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
0answers
33 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
23 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 ...
0
votes
0answers
30 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 ...
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
0answers
23 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 ...
0
votes
0answers
27 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
17 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
0answers
45 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
0answers
45 views
Woo commerce pretty photo in category page.
I would like to show all contents of each product in a category page.
So for example if you click women and then shoes, the shoes page shows all the shoes's contents (check out, variation select bar, ...
0
votes
0answers
23 views
Product Bundles + Gravity Forms=Quantity
We have just bought both Product Bundles and Gravity Forms Add-ons to be able to create packages. The feature we want doesnt seem to be there. We want customers to be able to pick 2 x number one, 3 x ...
0
votes
0answers
33 views
Create Attributes and Linking Attributes to Product
I'm having trouble creating attributes for products using Woocommerce. For example I have products that have different color. So the main attribute is Color and the Variables would be Red, Orange and ...
0
votes
0answers
28 views
WooCommerce: Add 'revisions' support to products
I need to have 'revisions' support for products in WooCommerce. I understand it's not been designed to work properly with revisions (all the custom fields) but really all I need this for is to keep ...
0
votes
0answers
51 views
How do I setup Woocommerce using hooks
I want to use the Woocommerce plugin with my current Wordpress site using the hooks method.
I want to use my own themes of course.
I can usually follow these type of instructions but I don't quite ...
0
votes
0answers
29 views
Test (prior to calling “grouped.php”) if product is_type('grouped')
Long time reader / First time asker!
I am setting up a woocommerce theme, well im extending my current theme. I would like to test to see if the product is a "grouped" product in the ...
0
votes
0answers
41 views
Problems with migrating a WooCommerce orders
I am trying to import/export orders from one WooCommerce website to another. After using the WordPress import/export tool for the "orders", the individual order page no longer shows the product(s) ...
0
votes
0answers
52 views
How to add Fees to product order total in woocommece?
I want to add 20 ruppes fees on COD(CASH On Delivery) Payment & if other payment no fees.This will happend on order review page.I already did this but my total comes wrong when i select different ...
0
votes
0answers
51 views
How to add X number of products to woocommerce cart at once
I am trying to add x number of products input and button to my catalog page so I can select a number, then hit add to cart.
Is it possible to add in this function? The user will provide a number ...
0
votes
0answers
65 views
Woocommerce: Set thumbnail detail (clipping area)
I am using the german Wordpress 3.5.1–de_DE with Woocommerce 2.0.8 and the Woothemes Mystile Theme 1.2.8.
I have a big picture for a product (Jellyfish.jpg) and want to use a specific area of that ...
0
votes
0answers
61 views
Add to cart is not working
When I click add to cart in a product page the product is added to cart but the page redirects me to 404 error page.
The weird part is that while I am in the process of creating this product (this is ...
0
votes
0answers
48 views
Woocommerce order review page is not visible
I am implementing woocommerce plugin in my project.After filling billing address & selecting payment method.The page jump to order review page but it doesn't show that page.I don't know why?
The ...
0
votes
0answers
75 views
woocommerce horizontal menu parent cat and subcategories as vertical menu
I have looked a while to find a solution for this and cant get a clear path on how to do this.
basically i would like the child categories listed as a vertical menu but only the ones who belong to ...
0
votes
0answers
215 views
Woocommerce products per page dropdown
I'm using the following code taken from here-
http://designloud.com/how-to-add-products-per-page-dropdown-to-woocommerce/?showmodaldialog=1#comment-1554
to display a drop down selector so the user ...
0
votes
0answers
114 views
Woocommerce Product Bundles With Dynamic Quantity
I'm looking for a solution to bundle products and then adjust the quantity of one of the bundled items dynamically. For example, I would like to bundle a book with additional pages, then set the page ...
0
votes
0answers
210 views
Caching issue: WooCommerce add to cart doesn't work when logged out on Chrome
Background on the problem
I have a WooCommerce site hosted on WPEngine. Before going live, I contacted support with a list of pages to exclude from caching. I tested the checkout functionality, ...
0
votes
0answers
74 views
custom styling for woocommerce categories
I am using hooks and customizing the template files to use woocommerce. On my products page I want a list of categories along the top like this. I would even settle for a neat list of them where my ...
0
votes
0answers
66 views
How do I call a custom template for specific Product category and all ancestors in WooCommerce?
I am very new to WooCommerce and Wordpress. I am currently creating a website using both and I'm having trouble assigning a custom template to a specific category and all its ancestor categories.
I ...
-1
votes
0answers
13 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
20 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
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
58 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(); ...
-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 ...




