Payments - Place order on WooCommerce and in Mollie or both via rest api? - wordpress

I found out that you can place an order via WooCommerce but also in Mollie. See links below:
Mollie: https://docs.mollie.com/reference/v2/orders-api/create-order
WooCommerce: https://woocommerce.github.io/woocommerce-rest-api-docs/#create-an-order
What is best practice when using an API call? Create an order in Mollie, or WooCommerce, or both? I am not sure what happens if you place an order via the website... I also cannot test that.
Edit: I could test in on the website. The Wordpress WooCommerce website makes an order on both platforms, Mollie and WooCommerce.
Thanks!

Related

Woocommerce Subscriptions pay without logging in

I'd like to allow anyone to pay for their initial subscription order without having to log in.
I've tried adding this snipet to my website but it doesn't work:
https://www.businessbloomer.com/woocommerce-allow-to-pay-for-order-without-login/
It works for orders but not for parent orders of a subscription.
After exploring WooCommerce Subscriptions Core code I'm convinced that this it not possible. The plugin enforces that the user needs to be logged in to pay for the parent order of a subscription.
See wcs-cart-initial-payment
The solution mentioned in the article you linked to only works for regular WooCommerce orders and not for subscriptions, which are a separate product type in WooCommerce and have different payment requirements.
You may find this guide on guest checkout for WooCommerce subscriptions helpful:
https://simongondeck.com/woocommerce-subscriptions-guest-checkout/
Or, if you are more of a visual learner, follow along with this video tutorial that outlines everything described in the article:
https://www.youtube.com/watch?v=twqdtHu5TqQ&ab_channel=SimonGondeck

How to change Paypal item name from WooCommerce order?

I am using WooCommerce and Paypal gateway. I would like the Paypal order details to be different (best would be just the order number) from the item on the WooCommerce store. I tried codes i found on this website from 2+ years ago but they are not working.
There might be an invoice prefix setting, within the settings of the PayPal payment method you are using in WooCommerce.
If there isn't such a setting, you will need to edit code to change it. What exactly will depend on what PayPal payment method for WooCommerce you are using. There are many available.

How to set woocommerce product wise Mailchimp list

How to set woocommerce product wise Mailchimp list? anyone know solutions for this them please update me.
Thanks,
Ketan.
First off, make sure your WooCommerce is integrated with your Mailchimp using WooChimp plugin. Now, as per my understanding you want to set WooCommerce product wise Mailchimp list.
Under Settings, you can create any number of sets and add the products in the condition for which you want it to be activated.
You can create any number of combinations and sets for your WP site.
Install "WooCommerce MailChimp" Plugin.
Integrate it using Mail chimp API key. I hope u know how to do.
Create lists in mail chimp account.
Subscribe mails into lists according to the products with plugin settings or programmatically using mailchimp subscription API. For more info check: https://developer.mailchimp.com/documentation/mailchimp/guides/manage-subscribers-with-the-mailchimp-api/

How to set multiple currency and geo location with algolia search in woocommerce?

We're using algolia for our website with woocommerce. We've used currency switcher plugin on which works with geolocation but on search and category pages where data comes from algolia it doesn't change the price there and show base currency.
So, how can we enable geolocation with algolia and set multi currency based on Geo location?
I've tested most of the plugins. they work but just not on the algolia result page. so looking for a solution which can also work on algolia result page.
Unfortunately the Algolia plugin doesn't support any multi-currency plugin. If you want to make it work you will have to edit Algolia's plugin.
The solution would really depend on how the multi-currency plugin works:
if the plugin is able to figure out the conversion in the browser, then chances are you can work something out quickly by editing the template file.
If everything happens in the backend, you would need to figure out how to get all currencies and push them along every product record.
In general, I think it's easier to index the price in each currency and display it without calculation in the template.

Wordpress Woocommerce option plugin

I make a e-commerce website with wordpress woocommerce. my client want subscription option like this page option a link.
is it already exist simlilar with this plugin?
There are plugins out there that can provide that functionality, Woocommerce Subscriptions is one of them
WC Subscriptions makes it easy to create and manage products with recurring payments. Create a subscription product just like any other WooCommerce product, and you’re ready to start selling subscriptions.
WooCommerce doesn't have this feature in its original WooCommerce plugin, however you do have two options. You can add a custom function in your child's theme to implement and organize subscriptions, or you can add WooCommerce Subscriptions (among many other plugins, but I would recommend using WooCommerce's own plugins as they work well together).
If you need any help with either of these feel free to ask and I can help.
I would also recommend using MailChimp along with MailChimp for WooCommerce
(By MailChimp). This allows you to add all your subscribed email addresses to a campaign and send a mass email to all your customers with a newsletter, advert, updates etc. With MailChimp you also get some Analytics showing you the amount of emails that were successfully sent, how many bounced, how many were opened, how many clicked a button in the emails to take a look at your site, and how many purchased directly from your email. Which allows you to keep track of your email success!
Hope this helps!
You can use this link to create woocommerce campaign without plugin
Woocommerce Campaign List

Resources