How to change Paypal item name from WooCommerce order? - woocommerce

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.

Related

How to add payment link in invoice and pay later option in woo commerce

Is there anyway to send payment method option in order invoice to the customer so the customer can checkout without making any payment in WooCommerce website.
And afterwards customer can do payment through invoice or any button on the invoice that can take them to payment methods option.
I'm using multiple payment methods and I want to show all of them in the invoice.
Also advices if there's any paid or free plugin.
Right now I'm using Rapyd payment gateway with my website (Just for info)
Also please let me know if we can do same thing by using some forms like Gravity etc
Thanks in advance :)
I did tried a lot of free plugins but none of them are working. Right now I'm able to send invoice to the customer without making any payment but it doesn't show any sort of payment options in it.

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

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!

Want to use woocommerce payment gateways out of woocommerce

I have a question regarding to the woocommerce payment gateways. I have a scenario in which I have to create the packages which are being saved into the options table, these are not related to any post types but are purchasable by users.
What I need is the payment gateways the woocommerce is using, I needed to know if there is any hook, any class that I can extend or any other way that I can use the woocommerce payment gateway to buy my packages.
What I wanted is that I simply pass through few parameters like (Amount, quantity, Package Name and return URL) to a function and it should return me the transaction ID on return page. I don't want to use the products and orders for this because I am already using them on my site also the current functionality is working fine I just need to change the gateways so it uses the woocommerce.

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/

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