(woocommerce) different shipping method per product - wordpress

Im working with woocommerce but i can not finde the solution for different shipping per product. I have two product.
First one: You can pick up at the store OR express shipping
Second one: You only can pick up at store we can not ship it.
Is there any way to set this ?
Thank you for the answers!

Yes per product shipping is possible in woocommerce, have you read this?
There are also multiple Wordpress plugins to achieve this if the default behaviour doesn't fit your needs. I'm not gonna link them though, it's easeri for you to choose if you Google them :)

Related

How to display specific WooCommerce variable product attribute together with it's related price?

I have a WooCommerce store for footwear with mainly variable products that I used on them (size attribute), I consider the user experience a lot that's why I'm trying to find a way to display each variable product size attribute with its related price" similar to the below images:
Most of the stores that have this functionality are not WooCommerce and were built using other technology and frameworks, I tried a lot to search for something to achieve similar results with WooCommerce but without any luck. Is this possible to be achieved on WooCommerce?
I will really appreciate and help.

How do I get order information from the woocommerce payment screen?

Hi i want to woocommerce checkout page get woocommerce-checkout-review-order-table.
How do I get all the information for that order? The important thing is to be sensitive to situations such as VAT, cargo. I just need information.
You can get all the details of the products you've added into cart on checkout page. Please check if you've added tax(VAT) and shipping (CARGO) class to each product from your WP admin.
Here you can refer WC tax rate docs and you can see here to assign products a tax classes.
Similarly, you supposed to create and assign shipping zones and it's rates as well. You can find docs for creating shipping zone from here
You can find many tutorials to set shipping for your desire requirements however, here is the one for quick reference. WooCommerce Shipping Methods
Hope this may help you in your requirements!
Be noted you can't get order information before you placed order successfully. I answer you based on understanding that your need information of tax, shipping cost on checkout page.

WooCommerce Membership only show highest membership plan discount

I am looking to get a programmatic way to approach this where if a member has multiple membership plans, that only the highest purchase discount applies. This needs to display on the product page as well as at checkout.
Currently, it seems to stack the purchasing discounts if a user has multiple plans. Does anyone have any idea on how to go about? I have explored the plugin and the docs and nothing mentions a clear way to achieve this. I had a look at if there might be a way to create a variant of a membership plan (parent > child) but no such luck.
The plugin I am currently using is
https://docs.woocommerce.com/documentation/plugins/woocommerce/woocommerce-extensions/woocommerce-memberships/
https://woocommerce.com/products/woocommerce-memberships/
Turns out there is a simple way of achieving what I need. All you need is to add the following filter into fubctions
add_filter( 'wc_memberships_allow_cumulative_member_discounts', '__return_false' );

Woocommerce Custom Orders

I am new to woocommerce plugin development. I am making a website for a taylor, in which it is required to have custom sizes for different shirts, etc. My question is that how could I add the custom functionality like this, in which customers could add their own sizes and we can receive their orders.
I have searched all over the internet but could not find the good resource which could solve my problem. For the reference I am uploading the following image of custom order page
Are these measurements automatically incorporated in the price? or is your system just for taking orders online and the tailor replies with a custom price quote?
Easiest way is to just add this to the checkout process.
http://www.globussoft.com/how-to-add-custom-field-on-woocommerce-checkout/

Woocommerce Coupons, Free product on order when code is entered. Possible?

So as the name suggests I would like to know if its possible to Have a coupon set up on woocommerce that when entered at the checkout it adds in a free product to the order.
Can this be done or is this something woocommerce could not handle.
If anyone knows of any plugins etc I would be extremely grateful
From your question, you are asking if there's a way for users to enter a coupon that when entered gives free products?
It is possible with Woocommerce, out of the box it has it's coupon management. You can even exclude products which is useful!
Read more about this here http://docs.woothemes.com/document/coupon-management/
It's very simple to get up and running!
I realize this question is old but figured I would point out there's a plugin available for rather cheap that can handle this. I'm not the author, nor do I use the plugin, but it should take care of this functionality:
http://codecanyon.net/item/woocommerce-free-gift/6144902

Resources