Woocommerce Amazon Pay how to set State Sales Tax - wordpress

In Woocommerce I am using WooCommerce Amazon Payments Advanced Gateway plugin. Everything is working properly. But I want to add sales tax for particular state. In woocommerce Tax settings everything has been set. If user select different payment option and if their shipping state is "Connecticut" then tax is adding properly. But if user select Amazon pay option and their shipping state is "Connecticut" then Tax is not added. So can anyone please help me how can I set state tax for Amazon pay.

You can use Amazon Pay WooCommerce payment gateway for your business
Install and active this plugin for your wordpress site
Amazon Pay WooCommerce payment gateway features and benefits:
Single, Subscription and Recurring Payments
Refund with Amazon Pay option from WP Admin
Add WooCommerce Subscription Products
Revenue with automatic Recurring Payment
Customized Order status "Subscription & Recurring"
Customized "Thank you page" message
Mode of transaction Sandbox and Live
Amazon Pay Transaction ID
Seller Order Reference ID
Next payment date for Recurring Payment
LIVE Payment Status On "Thank you page"
Alert/Notice for subscription product purchase on checkout page
Thanks.

Related

WooCommerce or Stripe webhook for triggering shipping?

I’m selling ditigal goods and I am wondering how to trigger the delivery once the payment has been validated on my Store.
Option 1 : Get webhook from stripe
First option would be to create stripe webhooks and proceed to sending my products once payment has gone through.
But does Stripe have the info of what products have been bought by customer, apart from amount paid?
Option 2: Get webhook from Woocommerce
Second option is that Woocommerce get the info from stripe, then create a webhook there so that I sell the right goods since Woocommerce may have all the infos.
Any ideas of what webhook to create?
But does Stripe have the info of what products have been bought by customer, apart from amount paid?
Yes, it does. The checkout.session.completed event includes the Checkout Session object, which in turn includes (NB not by default) expandable line_items list.

Why would Woocommerce Paypal guest checkout not work for my customers but making payments with a PayPal account does?

I’m using WooCommerce and for some reason, folks can pay with logging in to PayPal but not as guests.
The order shows up in WooCommerce and it’s pending - then it switches to canceled status and payment doesn’t get sent to me. guest checkout is enabled in PayPal.

PayPal not receiving shipping cost: Validation error: PayPal amounts do not match (gross <N>). Order status changed from Pending Payment to On Hold

I have Woocommerce, UPS shipping and USPS shipping plugin activated on site. Things work working perfectly before the latest update of plugins. I am using Woo 2.6.3 and its addons.
After the update PayPal is not able to receive the shipping cost for the order and hence it process only product total without shipping cost and on site we receive an error as:
Validation error: PayPal amounts do not match (gross 2.75). Order status changed from Pending Payment to On Hold.
When I checked the log for PayPal in the request woocommerce does not add shipping cost under "payment_gross" and "mc_gross"
I have posted ticket for same to Woocommerce support but they will take too long to revert and as it's a live site I can't hold that much.
WooCommerce 2.6+ sends shipping costs as a ‘real’ shipping line item via PayPals API.
If your PayPal account has shipping rules setup within it, these will take over and remove the cost WooCommerce sends across.
So You need to remove all the shipping rule set from your paypal account.
Check below link for more details:
https://docs.woocommerce.com/document/paypal-standard/#my-shipping-costs-are-not-transferring-to-paypal

Woocommerce Subscriptions Signup Fee as Installments

I need to implement Installment option for the Signup fee for Subscription products in my woo-commerce store.
I am using "Woocommerce", "Woocommerce Subscriptions", "Woocmmerce Stripe Gateway" plugins.
I have tried Woocommerce Installments plugin. But it just splits the Monthly subscription fee in to installments instead of Signup Fee.
I have even tried setting the signup fee of the item as 0 and sending invoice for installments using WP-Invoice - Web Invoice and Billing plugin. But the issues are there is no option for synchronized payment and setting duration.
I have even tried editing the plugin, but it ended up in a mess.
How can I implement this feature and achieve my goal?

Pass wordpress form data to checkout Page of shopify?

I create shopify shop and integrate it in wordpress website.And now I want to pass the custom form(created in wordpress) data to shopify checkout page.Data such as email,telephone,name etc.IS it possible or not?
Shopify API doesn't allow to create orders from outside services. You indeed can create carts with products / variants in cart (outside Shopify) and force the user to finish the buying process at PCI compliant Shopify checkout, which has 2 steps: (considering s/he is not authed)
A.- Buyer enters billing / shipping info as well as email address.
B.- Buyer enters discount coupon/s, chooses shipping method, enters payment info (credit card, paypal, wire, cod...)
Checkout url will look like: checkout.shopify.com/carts/your_store_id/cart_id

Resources