WooCommerce is an e-commerce plugin for WordPress developed by WooThemes.
0
votes
1answer
783 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:
...
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
814 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 ...
0
votes
1answer
183 views
Wordpress, alternative single post template
For a project of mine I need to define an alternative template for single posts. To be more specific I need each post to be displayed as usual when the website is browsed but I need to create ...
0
votes
1answer
394 views
Woocommerce blank screen variable product attribute image thumbnail
I am using woocommerce, I have setup a variable product. Under each attribute, when I try to add a thumbnail image by clicking on the Insert Into Post button for the Media Uploader dialog, the dialog ...
0
votes
2answers
3k views
Woocommerce permalinks
I got the following question:
When i want to go to a woocommerce category, the link displays like this:
http://www.mywebsite.com/product-category/category/
Where the bold text is the link like it ...
0
votes
1answer
46 views
Woocommerce “out of stock” message
By default the "out of stock" message is being output as a <p> tag after the product description. How can I change the location where this message is being rendered?
0
votes
0answers
15 views
dropkick.js styling of select box in woocommerce?
At my site I want to change the styling of the select boxes. I've tried with the Chosen plugin, but that didn't change anything as it automatically should. Now i've tried to implement the dropkick.js ...
0
votes
0answers
13 views
Whats the Limit to WooCommerce for adding variations to a product? [duplicate]
We have approximately 110 or so color variations for some of our products. we imported the variations with csv import suite. we have our server maxed out with the best memory and highest ini config.
...
0
votes
1answer
24 views
Hooks - Query about WooCommerce plugin integration to non-compatible theme
I am quite new to WordPress and wish to learn more about hooks and how to use them.
Could anyone point out the necessary hooks in this page.php code to replace the markup in the following WooCommerce ...
0
votes
0answers
18 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
16 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
19 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
1answer
26 views
How can I get the quantity of product submitted after it was added to cart?
I'm developing a small plugin for WooCommerce and I've been trying to find out how I can get the number of items submitted from the quantity field on a single-product page after the add-to-cart action ...
0
votes
0answers
24 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
1answer
28 views
WooCommerce checkout gateway creating redirect loop
I have set up PayPal as my payment gateway for WooCommerce, do not have an SSL certificate, and am not forcing SSL. Checkout and payment are set to go to the checkout page. When I try to test the ...
0
votes
1answer
23 views
Search Woocommerce product titles only
Limiting post search to titles only is a breeze, but WooCommerce's post types don't abide by this rule. I have tried modifying the code below to be specific to products but am not having any luck.
...
0
votes
1answer
70 views
Include WooCommerce 2's prettyphoto scripts on all site pages
So when WooCommerce updated to version 2 they replaced the fancybox lightbox scripts with prettyphoto. I would like to use this on all my wordpress site's pages, not just the product pages, but the ...
0
votes
0answers
26 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 ...
0
votes
0answers
26 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
30 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 ...
0
votes
0answers
32 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
41 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
1answer
101 views
Woocommerce customize the product name in the cart and order pages
I am using woocommerce plugin. I got hook to customize the price in the cart page and all other page.
This is the hook to customize the product price
add_action( ...
0
votes
1answer
29 views
Extend WC_Product Class
I'm using Woocommerce, and I want to extend the WC_product class, I tried using
class xxxx extends WC_product { ... }
and hooking it to
add_action('plugins_loaded', 'my_callback', 0);
But using ...
0
votes
0answers
40 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
1answer
124 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
0answers
34 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
52 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
133 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
72 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
2answers
103 views
Changing Woocommerce Product Description
I've been changing the way that the Single product page looks. I've moved a few things about by hooking into Woocommerce and also editing the css.
Out of the box the single product page shows the ...
0
votes
0answers
11 views
Woocommerce live workshop [closed]
I'm trying to set up WooCommerce to sell live workshops from my wordpress site.
What product setup would you recommend to sell "tickets", just a normal simple product?
0
votes
0answers
138 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
55 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
48 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 ...
0
votes
1answer
45 views
Woocommerce: Grab total revenue of a product over all orders
I need to display the total revenue of all orders for my products depending on if the logged-in user is the author of the product or not.
I can't use the Quantity field as a multiplier either because ...
0
votes
0answers
26 views
Woocommerce Price not displaying correctly if over 999. Reverts to first number [closed]
So I imported some products and the products that I have that are over $999 are not showing the correct prices. They show $1, which a "1" usually the first number in the price.
Ex. $1,843 becomes $1
...
0
votes
0answers
57 views
Menu item disappears when logged out [closed]
I have a very peculiar issue with Woocommerce products category menu item. The problem is that when I log out the menu item disappears, I can still access the page via categories widget in the ...
0
votes
0answers
87 views
Sidebar ONLY on Woocommerce shop base page [closed]
I run a Woocommerce site, with the theme bazar from Themeforest.
I want to have a sitebar on the shop base page, to put in a ajax filter. But I can't get the sidebar, only on the shop base page.
I ...
0
votes
0answers
89 views
How to change Woocommerce shop loop limit vers 2.0.3 [closed]
I'm trying to change the post per page to 5 in the shop-loop.php but nothing seems to change.
Where else can I change the loop?
Would it be better to write my own shop loop? Because I want to show 5 ...
0
votes
1answer
70 views
Woo Commerce Wrapper Issue
Ive added the support in my functions.php and i have a main wrapper as content (a class), however it appears the the pictures div is appearing outside this and it is not wrapping correctly :S
My ...
0
votes
2answers
183 views
How to create custom WooCommerce 2.0 templates
I'm working on a site for a client who is using version 2.0.1 of WooCommerce plugin and I'm lost as to how I can create new page templates for it.
With previous versions of the plugin is was simple, ...
0
votes
0answers
139 views
WooCommerce Product Slider from Codecanyon [closed]
I am using the above mentioned slider and no matter what I do, the price of the product shows up as 0 or free?
http://www.beaconmobility.com/wp
0
votes
1answer
122 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
1answer
602 views
WooCommerce - Want to show multiple currency for a single product
Am using woocommerce - and want to show multiple currency for a single product. I know there is a currency converter widget extension. But am not able to buy it for now.
So if can some one assist me ...
0
votes
1answer
136 views
What is the Javascript event for an item being added to the cart in Woocommerce?
I can't seem to find this in the docs or through google. So basically I'm just looking for the Javascript event that fires when an item is added to the cart. For some reason my default added to cart ...
0
votes
1answer
411 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
1k views
Show all products on one page with WooCommerce
I have WooCommerce running on this store.
Although the default is to show 12 products on a page the client has asked for a "show all" button that will prevent the user having to use pagination to get ...
0
votes
1answer
345 views
Woocommerce custom emails without header and footer
I'm working on Wordpress / WooCommerce extension plugin to enable Password Reset on the main site (not wp-admin). I want to use standard WooCommerce mailer and email template to send Password Reset ...

