Questions tagged [woothemes]

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.

232 questions
2
votes
0 answers

Sensei and Woocommerce checkout notices - remove action

First question so please be patient! I'm using Sensei and Woocommerce for an LMS and payment portal site. When the checkout is complete and a course (from Sensei) has been purchased I want to remove the notice created by Sensei and the top of the…
LaurenceA
  • 21
  • 2
2
votes
1 answer

How to create Woocoomerce order query with product name?

Hi i need to get all orders that belongs to or contain A PRODUCT. ie if product1 is my product name then i need to get all orders in the loop that contain this product . For to get order detail i use the following query $args…
Ram
  • 48
  • 4
2
votes
3 answers

Set minimum characters in WooCommerce product search widget

I'm using WooCommerce product search widget and add minlength="17" fragment in this code:
2
votes
1 answer

How to get order->price in woocommerce

I'm trying to get 'order price' and other detail. but the $order->get_order_total return nothing and no error appear. How to get order meta and detail? add_action( 'woocommerce_thankyou', function($order_id){ global $wpdb; global $woocommerce; …
Hamed mayahian
  • 2,465
  • 6
  • 27
  • 49
2
votes
1 answer

Over write plugin templates -- Child plugin concept

Is that possible for overwriting a plugin templates via making a folder in theme file and copy the file in that folder and altering the content [both folder and file name have the same name as arranged in plugin ]. Generally we altering the…
user4700454
2
votes
1 answer

Call a function of Woocommerce plugin from my plugin

I am new to wordpress, trying to develop a wordpress plugin where I need to call a woocommerce method add_to_cart from the class woocommerce/includes/class-wc-cart.php. Is there any way to do that ?
2
votes
0 answers

Unable to show 4 products in row in subcategory/shop page woocommerce

I'm unable to show 4 products in a row, I just put the filter in my themes/functions.php. Code is below: function loop_columns(){ return 4; } add_filter('loop_shop_columns', 'loop_columns',999); When I return 3, all working is fine, but when I put…
Rahul Bajaj
  • 375
  • 3
  • 14
2
votes
0 answers

accessing woocommerce api in wordpress with sub directory installtion

I have wordpress installed in a sub-directory and not on the web-root. I have enabled woocoommerce REST api, but i am not able to access it. What will be my woocommerce rest api end points. When i access using…
opensource-developer
  • 2,826
  • 4
  • 38
  • 88
2
votes
1 answer

Enable local delivery if certain user role is logged in

I'm currently working to create a wholesale option through woocommerce. I have the wholesale infrastructure down when you are logged in and have the user role "wholesale_customer". However I'm one step away from finishing and I can't figure it…
Blake
  • 561
  • 5
  • 14
2
votes
2 answers

WooCommerce Api authentication error using java

​I am facing problem while connecting with WooCommerce API (http://woothemes.github.io/woocommerce-rest-api-docs/#authentication). I am successfully able to generate the signature using java program and also checked the generated signature having…
Archit
  • 57
  • 2
  • 8
2
votes
3 answers

Woocommerce change product style and display it on a page

Sorry in advance for my approximative english. I would like to change product page style on woocommerce for a specific product category (don't display pictures and some other important layout changes). Already made it and it works, the problem is…
Ben
  • 23
  • 1
  • 4
2
votes
1 answer

W3 total cache plugin cdn url not working with woo theme

I am currently trying to get W3 Total Cache to work on a wordpress website and noticed some rather weird behavior with the CDN url request being sent. I am using cloudfront cdn and point it to CNAME (cdn.test.com) pointing to the cloudfront url. Now…
Ikenna
  • 989
  • 4
  • 12
  • 24
2
votes
1 answer

Get Attribute in Woocommerce

I need help to add custom attribute in woocommerce. I'm designing a single product page by adding code form "single-product" one by one code like product title and price.
2
votes
1 answer

WooCommerce Add to Cart animation

Is there a way I can add an animation to Add to cart button on Woocommerce such that the image of the product fly to the basket. PN: I am using my own theme in WooCommerce Shopping Cart.
Vivek S
  • 107
  • 2
  • 13
2
votes
2 answers

Woocommerce shop manager role, hide woocommerce menu

I am using a wordpress theme which supports woocommerce, when adding a user with shop manager role i don't want to show the woocommerce menu. Just need the products menu only. please help.
Hareesh
  • 6,770
  • 4
  • 33
  • 60