Tagged Questions
-1
votes
0answers
15 views
How to add second email into billing page in WooCommerce?
I'm new to WooCommerce and PHP, so I've faced problem. Now by default after user has checkout he recives a latter with a list of things he ordered. Now I need to give a customer abuility to send that ...
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 ...
-1
votes
1answer
77 views
I want to Add My Product Image to Admin Order Email in Woocommerece
I want to Add my product image (product which is ordered) in a thumbnail form to recognize the product easily by admin, in Admin Order Email.
-1
votes
1answer
83 views
Auto Stock Update after Order cancel from Admin of Woocommerce?
I recently implemented Woocommerce and in trial session I found following issue:
1.
Initially, I provide 10qty for Product1.
2.
place a Dummy Order from front-end of 10qty of that Product1.
3.
Then ...
0
votes
1answer
377 views
Sorting Woocommerce products with numeric titles
Just started playing around with Woocommerce, ran into a problem. I have a bunch of items (100+) and all of them only have a number as product title, 1,2,3 etc. The problem is that Woocommerce outputs ...
1
vote
0answers
216 views
How to order posts by meta_value and title
How do you order products in WooCommerce so that products are random, but at the same time featured products show first?
Here is my code:
$args = array(
'post_type' => 'product',
...