WooThemes is a Wordpress theme and plugin development firm. The company is known for their large portfolio of themes including their flagship theme and the highly-customizable ecommerce plugin, WooCommerce.
Questions tagged [woothemes]
232 questions
1
vote
1 answer
How to duplicate a Woocommerce product and include the WooThemes Per Product Shipping entries?
I am using Woocommerce together with the WooThemes Per Product Shipping plugin.
The problem I have is that when using the “Duplicate” a product feature in Woocommerce, the PPS entries are not copied over to the new product.
Can anyone help in what I…

sk15
- 35
- 1
- 4
1
vote
1 answer
Creating a web application to view and manage woocommerce orders
I'm looking for a way o create my own web interface to view and manage WordPress/WooCommerce orders.
The idea is that I do not want to use the WP backend, this is for a small takeaway shop that wants to simply be able to view just the orders and…

chinds
- 1,761
- 4
- 28
- 54
1
vote
2 answers
Two Place Order Button in woocommerce Checkout page
I am having Issue in my checkout page. I am getting Two Place order button(click here). I tried to fix it in form-checkout.php even I checked in form-pay.php, in wp-content/themes/mytheme/woocommerce/checkout.
I checked in wordpress forum I got…

Bharath
- 15
- 1
- 9
1
vote
1 answer
Removing Composite Product Price on Product Page in WooCommerce
Hoping to get some assistance in removing this "add to cart" button along with the pricing shown here. Documentation on the plugin can be found here as well.
What I currently have to remove pricing within WooCommerce…

Cadaveroth
- 11
- 4
1
vote
1 answer
Unique User Role Report WooCommerce
Two questions involved in my quagmire:
Where do I find 'report functionality' in the woo themes plugins?
How do I implement reporting for a custom user role in the orders section (the custom user role has already been created in…

newneub
- 183
- 1
- 14
1
vote
1 answer
Add custom product to cart in WooCommerce
I am currently developing an interface that allows you to customize a product. I am implementing on Wordpress, but I need to generate an order after you finish the customization process. So it is necessary that the data is added as a product in the…

jesusowins
- 7
- 5
1
vote
1 answer
trigger Flexslider to start slideshow when it enters viewport
I'm using Flexslider on a website, but I don't want the slideshow to begin until the slide container is inside of the user's viewport. How might I go about doing this? Here's a direct link to their JS. And here's my HTML:

agentem
- 651
- 2
- 8
- 17
1
vote
0 answers
How to make my entire Wordpress theme to support RTL direction?
I have purchased a ecommerce theme and I would like to change the direction from LTR to RTL.
I went through "http://codex.wordpress.org/Right-to-Left_Language_Support".
But in there I don't know where to add the attributes exactly!
I would be…

Momed
- 31
- 1
- 6
1
vote
1 answer
Wordpress 'Our Team' Plugin
I currently have the 'Our Team' plugin installed to display team members.
At the moment, the staff description (that appears in the WISYWIG editor area), is pulled through onto the team page along with all the other staff details.
As there is quite…

Will
- 17
- 5
1
vote
1 answer
WooCommerce pagination on single product pages - but only inside parent category
I would like to put pagination on each single product page in WooCommerce so that a user can move between products in that category easier than having to go back out to the main category page every time.
I know it's possible to use the standard…

Ben Iskander
- 606
- 10
- 22
1
vote
0 answers
Issues in generating oauth-signature using filter parameters forWooCoommerce API
I am trying to generate oauth-signature, when i try to create the signature using filter[limit] = 20 i always end up getting "Invalid Signature - provided signature does not match", but when i exclude the filter[limit] = 20, the signature generated…

opensource-developer
- 2,826
- 4
- 38
- 88
1
vote
1 answer
Wordpress : Make a background image responsive
Here's my wordpress : http://shopmanouchek.com
Everything is ok if you look at it in desktop mode but there's a problem in smartphone mode. The header image is not responsive.
Here's the code for the logo :
#header{
background-image:…

Dylan Mura
- 39
- 1
- 9
1
vote
1 answer
wordpress Custom theme should supprot woocommerce
I have the WooCommerce REST API implemented and for themes which have WooCoomerce Support the API works fine, but for themes that dont declare WooCommerce support the REST API fails.
What does it mean when we say that the theme should declare…

opensource-developer
- 2,826
- 4
- 38
- 88
1
vote
1 answer
Updating line items through code in WooCommerce
I'm trying to make an interface where I can edit some of the metadata attached to a lineitem. I've tried using update_post_meta() on the line item itself, however that returns bool(false). How can I update the line item meta data manually?
Thanks!

user2317084
- 301
- 5
- 15
1
vote
2 answers
Using API v2 of WooCommerce
EDIT:
Incase anyone is reading this, I made this post before the v2 api was documented, however documentation is now available, so if you're having issues, refer to: http://woothemes.github.io/woocommerce-rest-api-docs/#introduction
I'm trying to…

user2317084
- 301
- 5
- 15