Product Summary in Woocommerce - woocommerce

I am setting up a woocommerce site for a grocery delivery service and need a way of getting a summary of what has been ordered by customers each day. It needs to be a summary by product (i.e 5 x Bread, 3 x Milk etc) and preferably by supplier.
Ive looked for plugins for woo but cant seem to find anything suitable.

Related

Woocommerce - Is there a way to show/ hide shipping methods based on product brand and stock count?

Looking for help, I have an online shop, and I would like to adjust shipping methods depending on the product the customer chooses. The shop is located in Portugal.
Basically, I would like to create a set of rules:
Products from brands A and B can be shipped everywhere, from brand C only to Portugal.
Product rules: If the product's stock count is more than 0 - local pick-up is available if it's "in stock," there is another method with local pick-up in 5-6 days.
An additional rule for Brand C - If the product's stock count is more than 0 - local pick-up is available, and shipping is available everywhere if it's "in stock," there is another method with local pick-up in 5-6 days and shipping available in a long time.
I'm using flexible shipping ( basic version, can upgrade if needed), and Perfect Brands for WooCommerce.
Do you guys think it can be done by PHP? Or should I mix some kind of coding with other plugins?

Track the quantity of optional services for the products woocommerce

I am trying to solve a dilemma that has been gripping me for several weeks. I will try to explain the problem in the best possible way. I have a website that allows you to request a quote for a cycling tour, choosing the route and optional services. The structure is that of a classic woocommerce product but bookable through the "booking for woocommerce" plugin. I added the "add-ons for woocommerce" plugin to be able to insert optional services within the product, including the possibility of renting a bicycle between two possible models of bicycles. The problem is that I don't have a stock of the bikes that are booked every time. If I only have 5 bikes and one person books a tour for 6 participants and adds 3 bikes, then another person books for 4 participants and adds 2 bikes, then another person can continue adding bikes because there is no warehouse that keeps track of these bikes.
Anyone have an idea how I might structure this thing? I can't really resolve. Thanks in advance.
Url of a single tour: https://www.abybike.it/escursioni-brevi/capodorlandonaso-interagiornata/

Single stock for 2 products Woo Commerce

We are using tickera with woocommerce that used to build an event ticket webshop.
There are a couple of different types of tickets. Early bird VIP, Early bird, regular,... All of them have their own stock. So for Early bird VIP, it will be 100 tickets. early bird will be 300 and regular will be 1000 for example. This all works perfectly and the last year they have been using this without a problem. Now comes the big issue. They introduced Memberships (I am using woo commerce memberships) to handle this so they can buy cheaper merch and tickets. The stock keeping with the membership goes like this: for Early bird VIP it will be 100 tickets. early bird will be 300 and REGULAR & MEMBER tickets will share the same stock of 1000 tickets. So I created 2 products 1 member product and 1 regular product to make sure it is clear on the ticket what type of ticket the user bought. But this fucked the complete stock keeping. Because 2 woocommerce products can not have the same stocks. I can not figure out how I should do this.
I reached out to tickera, They told me to use 1 product with 2 variations.
regular
member
The variation type will be added to the pdf export & ticket itself so it is clear what type of ticket was bought.
In combination with the variations setup you could also use Shared Variation Inventory plugin from the woo-commerce website itself. It makes it easy to sell in bulk.

WooCommerce - 1 (One) product in 2 (two) categories with different price

I have two main categories i.e. Buy and Rent, and both having the same products. Now I want to show different prices for the buy category and a different one for the rent category for all products. Is there any way to do that?
You can't set the prices differently in woocommerce for different categories. You really have a few options:
Don't make rent and buy categories. Make them attributes or variations on products and use conditionals.
Use hooks at pretty much every stage of checkout to adjust the pricing based on a cookie or temp variable. This will be a nightmare for reporting.
Make separate products. You can use hooks to update the inventory levels on the sale/rental of the offsetting product if total inventory is an issue.

WooCommerce, sell by weight and by units

I would like to create a grocery store to sell meat and vegetables using the WooCommerce plugin.
My client wants that the visitors would be able to buy products by units (e.g 5 tomatoes) or by weight (e.g 1.5 KG of tomatoes).
It should be applied for all the products or most of them.
I am using the extension Measurement Price Calculator and it works fine cause I achieve to have a "weight" field where customers can enter an amount and it is converted into money.
But I can't find a way to have both options at the same time, weight field and unit field!
It’s possible to do it with the WooCommerce?
How can I achieve that?
Thank you!

Resources