WooCommerce is an e-commerce plugin for WordPress developed by WooThemes.
0
votes
0answers
15 views
How to make products list horizontally [closed]
I am using headway and woocommerce. I have downloaded headway store front and woocommerce grid mode pluggin and my products still want to list vertical. What/Where do I need to look/change to make ...
1
vote
1answer
44 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
0answers
15 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
1answer
16 views
WooCommerce - PrettyPhoto appending URL with #prettyPhoto
For some reason the PrettyPhoto script that WooCommerce is now using is adding #prettyPhoto to the end of URL's once it's been opened in that page.
See here for an example
Also, when you close the ...
-2
votes
0answers
26 views
Is there a way to integrate QuickBooks POS v11 with Woocommerce?
It seems that there is plugin from 61extensions but it only works with older versions (8, 9, 10) of QB POS software (QuickBooks Point Of Sale from Intuit), however the most recent version is v11 ...
-1
votes
0answers
7 views
Problem after uninstalling woocommerce
I want to completely remove woocommerce from my WordPress site. But the problem is that after the uninstall all the product pages and store page doesn't give 404 not found error. But they open up as ...
0
votes
0answers
12 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 ...
-1
votes
0answers
24 views
How to hook into WooCommerce checkout process?
I need a way to add a hook so when a user completes checkout on WooCommerce, I can grab the user email address and any coupon code used, and do something with some custom PHP code. How do I go about ...
-1
votes
0answers
12 views
How to use multiple domain Woocomerce store with domain based filters
Maybe the title is not very helpful, so this is what we try to get:
Use Woocommerce (or another e-commerce plugin) to get a central repository of products.
Use the same wordpress installation across ...
0
votes
0answers
20 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 ...
1
vote
1answer
34 views
How to disable lightbox popup for “add a review” only?
By default in woocommerce when a user wants to add a review of a product, they click 'add a review' and this opens up a pop-up lightbox.
I want to disable this part and just display the review form.
...
-1
votes
0answers
23 views
Woocommerce reduce stock after click add to cart button
I'm using woocommerce, and I need to reduce stock immediately after clicking on the "add to cart" button . This way I can prevent a double order of a single product, because the product is immediately ...
-1
votes
0answers
18 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 ...
0
votes
1answer
34 views
Display products from specific category in shop page
I know many people asked for this question but I didn't find a proper way to do it. How to add a simple meta_query (product_cat) before the execution of the shop page's query.
Maybe by using a filter ...
-1
votes
0answers
27 views
woocommerce - load product with ajax
Is there a way to properly load product single page with ajax?
I have created "ajax-product.php" which looks like this:
<?php if( !defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?>
...