WooCommerce is an e-commerce plugin for WordPress developed by WooThemes.
-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 ...
0
votes
1answer
7 views
Customize the Sorting Dropdown in WooCommerce
It would be great if there was a way to change the default sort by dropdown in WooCommerce on the shop page.
Right now the sorting drop down looks like this:
http://cld.wthms.co/OBgj
And I would ...
0
votes
0answers
25 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
32 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
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 ...
-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 ...
-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 ...
0
votes
1answer
27 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 ...
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
1answer
33 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
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
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
22 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
1answer
17 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
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
21 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
1answer
50 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 ...
-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
vote
1answer
84 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 ...
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
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
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
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 ...
-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.
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
1answer
50 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
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 ...
0
votes
0answers
29 views
how to change woocommerce product category layout [closed]
I've been trying to find out how I can change the product category page
layout. So my customer wants that first is coming product title and after
that come product pic and price. Now it's showing ...
0
votes
1answer
91 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 ...
-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 - ...
0
votes
2answers
35 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
0answers
24 views
Editing My Account page in The Retailer wordpress theme [closed]
how can i edit the wordpress theme? I went to the My account page and they only show [woocommerce_my_account] and nth else. How could i edit the "Your text here" so that visitor can create an account. ...
0
votes
0answers
44 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
31 views
Remove limit in characters of blog posts?
Im changing my blog, so its not possible to click on the post, but only see them in the preview. How and where do i remove the limit of characters on the preview page? I'm using the Mystile ...
0
votes
1answer
50 views
Qtranslate + Woocommerce (multiple tinymce)
I am using WooCommerce and qTranslate to develop an ecommerce website. I run into the following problems. I've googled it and days of trying to no avail.
On the top of the product edit pages, the ...
0
votes
2answers
48 views
WooCommerce - how to display product category above product with full details
i'm new in wordpress so please suggest me.
i'm selling ring, earings, chains, ect.
ring, earings "catogry"
and ring-1, ring=2 product.
so i want to show on shop page my catogry and on click catogry my ...
1
vote
1answer
42 views
Renaming a WordPress Admin Menu
I am trying to change the Admin Menu name for "WooCommerce" to "Store Settings".
I tried the other code rename posts to articles, etc. but it did not work for WooCommerce.
WooCommerce's Admin Menu ...
-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 !
0
votes
1answer
38 views
WooCommerce - Conditional loading different header & nav based on product category
All I'm trying to do is conditionally load different items in the header, or, if need be, a different header (header-this_category.php or whatever) for single products in a certain category.
I know I ...
0
votes
1answer
27 views
Override WooCommerce page-specific js in my theme
How can I replace the WooCommerce page-specific .js files with my own versions? For example on the cart page there's /plugins/woocommerce/assets/js/frontend/cart.min.js but I'd like to load
...
0
votes
0answers
48 views
Woocommerce Pages Not Working [closed]
After I created a multisite network on wordpress, my woocommerce pages started malfunctioning. After I click on the pages it says "Safari can't establish a secure connection to the server ...
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
1answer
35 views
how to add product subscription field in woocommerce plugin
i've a site in which a product is available for subscription and plans are 1 month, 3 month, 6 month, 12 month and price is vary according to plan. notify the user before 2 day of expiring of ...
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 ...
-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 ...
0
votes
0answers
20 views
Woocommerce Cart Going toAdmin Login Page [duplicate]
When I try and add/remove something from the cart, it sends me to the admin login page. However, when I go back to the shop page, it shows that the item has been added to the cart. I can't get past ...
-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 ...
0
votes
0answers
32 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 ...



