woocommerce payment plugin adding tax detail on checkout page - wordpress

I am trying to add payment plugin to woocommerce.I am very new on woocommerce.
I followed this plugin example : https://github.com/wp-plugins/woocommerce-payment-gateway/blob/b1d2a53ea1a71aaa6eb404af1efd2148afe2b257/gateway-inspire.php
When user write credit card first 6 number I want to show tax details on checkout page.I am calling service for taking taxes. Here is my related checkout page:
I am confusing about that how can I show tax details when first 6 digits is on input.
What is true way for showing tax? I didnot find any example like this.
I am sory for bad English.
Thanks in advance.

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!

Creating a form with will fill up checkout and cart details on woocommerce

i would like to create a form in which after a client fills in the form and mentions how many units of a product (for example soft toys) he would like, then we could proceed into checkout where he can make the payment.
its basically going to be a random selection page, given that all toys are the same price. If someone goes into the page and fills the form he can select how many he wants and put in his or her details then we will proceed to payment.
I am using wordpress and woocommerce.

Why does my email shows up in Woocommerce check out page?

I am newbie in Woocommerce.
I filled out profile information in WordPress "Customer Billing address" and "Customer Shipping address"
And when I checked the "Checkout" page, all my information was filled out.
So, I removed all my information which was in Profile, the information was gone in Checkout page. (Which is good!)
However, the email did not remove. (The profile states email is required, and whenever I go for checkout, my email shows up.)
Can anyone know how to fix this problem?
Also, what plug-ins are there that if the customer buy multiple products and calculate the shipping costs at proceed to check out page?
For example, I want to set $9.45 for maximum weight/ dimension we set and if customer buy more products, I want to add percentage more for the weight/ dimension.
Thanks,
Hi happy to read your question .
As you are seeing your profile details on checkout page because you are logged in your site as administrator so .
log out from your wordpress site then check checkout page
Regarding second issue you need add variable products in site or else use below plugin - http://codecanyon.net/item/woocommerce-shipping-calculator-on-product-page/11496815

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 add delivery date as hidden product in checkout (Third party payment gateway)

Im developing an e-commerce site with wordpress and woocommerce 2.1. Im using a third party payment gateway (Klarna Checkout) which doesn't offer the customer to specify a delivery date/time. I need to make this feature available but the problem is that the gateway only sends the order-meta from their form, which doesn't offer a date field, when the order is completed. In other words, the standard checkout fields in woocommerce won't be passed to the final order.
My idea of solution is to add a hidden free product called Time, with variations for different time spans, on the checkout page and automatically add this product(with selected variation) to the cart when a customer selects a variation. The specified time would then show as a ordered product when viewing the order in wordpress. How could i do this?
If anyone has a better idea of how to solve this problem feel free to contribute :)
Thanks!
Try this free plugin that adds a delivery date on the checkout page: http://wordpress.org/plugins/order-delivery-date-for-woocommerce/

Resources