Woocommerce checkout add information after country - woocommerce

maybe you can help me. I am looking for a way to add an extra field or div-container with additional information after the country selection in the checkout section.
"for shipping to other countries, please contact us at..."
is there a way to do this in the functions.php?
Thanks in advance!

I don't know about functions.php, but if you don't mind to use jQuery you can add some code to your scripts
$('#billing_country_field').after('<span>for shipping to other countries, please contact us at...</span>');

Related

Woocommerce: How to customize Pay Page "order-pay endpoint" content

I'm using a payment gateway that sends me to the checkout payment end point of woocommerce. But woocommerce presents its content in a very simplified way and I need to add some additional information like custom text, summary of ordered products.
I'm using Elementor Pro for the checkout page, but it only allows me to customize the "Order received (thanks)" endpoint!
I've searched a lot for a solution, but I can't find how to do it!
Can anyone help me please?
Thank you!

I need to hide shipping class from shop page

Anyone could help me with shipping classes?
I need to hide them from shop page, but to show on product page.
I'm using "Show Shipping Class in Product Page" plugin to show it in product page, but its automatically shown in the shop as well. I need to hide it from the shop view.
https://wordpress.org/support/topic/display-shipping-class-at-single-product-page/
So, maybe you should post your question at the wordpress community. It seems like other people have a similar problem.
For your next question you should try to be more specific; e.g. use specific tags like wordpress php, phrase your question more specific, try to give us more information about the problem so it will be easier for us to help you.
https://stackoverflow.com/help/how-to-ask

Woocommerce multistep shopping cart

I need to create a woocommerce multistep shopping cart. I tried to use this plugin(Woocommerce multi step checkout) but It's working only on checkout process. I need to add it on shopping cart as well. Please follow this image. This is how my shopping cart looks like.
1) I'm selling perfumes. so when someone adds a product to cart I need to display a popup to choose free sample of that product.It also need to add to the cart as a free item.
2) and then I need to follow those 5 steps like this image.
Can someone help me ? Your help is highly appritiated.
Thanks.
I know this is an old post but have a look at the following extension by WooCommerce:
http://docs.woothemes.com/document/product-add-ons/
Might not be a full solution to your requirements but would at least provide you with the functionality you require.

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

WooCommerce: Add meta on checkout (for the product)

I have a question regarding WooCommerce.
In the last step of the checkout, I want to add some meta information to the product. Basically, at the end of the checkout process the user can choose to offer the product to a friend. He will enter fields such as friend's email, name...
I want to be able to retrieve this information in the admin panel when I click on the details of the order, in the "product" block.
... And I have to idea how to do that. I found some information on how to add custom fields to the order, but how do I add information to the product in the order and not the order itself?
Thank you. I'm in a bit of a blur right now.
Mike Jolley posted the complete code you can insert in your theme's functions.php
I recently used it and works like a charm.
https://gist.github.com/mikejolley/1604009
I think the Woothemes Product Add-ons plugin may be exactly what you are looking for. You can use it to add custom fields of nearly any type to your individual products. It will display them on the cart page and save them in your admin.
Woocommerce allow some hooks and filters to add fields on checkout pag, but yes it requires strong php knowleget. However there is plugin available here: Checkout option manager plugin

Resources