WooCommerce Subscriptions - save purchased subscription variation description to user meta - woocommerce

I have been searching and haven't been able to find how I would go about saving a Woo Subscription variation description to the user meta so that I can retrieve it later and show them what subscription variation they have purchased, just the same way the SKU is saved.
I am not a programmer but I can usually update some code so any help/guidance is appreciated!

Related

How to add a subscription product to woocommerce orders after purchase

so I am trying to add an additional product to a customers cart just before he checks out. In the real sense, I am trying to make sure that all my customers are subscribed to the woocommerce membership as soon as they hit the proceed button on the checkout. I have tried creating a subscription product and tied t a membership and attached the the subscription product to the cart via coupon but this does not work.
Anyone has any ideas? Please help.
I have tried creating a subscription product and tied t a membership and attached the the subscription product to the cart via coupon but this does not work.
Anyone has any ideas? Please help.

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.

Generate Email Coupon Wordpress

This might be off topic question but I would like to ask it anyway to the developers out there.
Is there a plugin or whatever, that can enable automatic single use coupon code delivery to a user on wordpress/page?
Basically WordPress will send an email to the customer and then the user takes an action (clicks button, clicks link from email), and can see a unique, single use, coupon code back to the wordpress site? Each user of course would see a unique coupon code because there would need to have been a list of unique coupon codes selected/uploaded to begin with.
Thanks for your kind answers if there is any. Please.
I am not sure if this is what you are looking for:
YITH WOOCOMMERCE COUPON EMAIL SYSTEM

How can i save the user rating of each product in woocommerce?

how can I save user rates for each product in WooCommerce? is there a build in function in WooCommerce or I should do it on my own in my plugin
I don't want to use plugins
WooCommerce saves rating by its own, but still, if you want to add some extra information at the time of rating of products then you may use this comment_post hook.

How does the Stripe payment gateway work for the WP Shopping Cart?

I'm looking at the Stripe Payment Gateway for the WordPress Shopping Cart plugin (http://tribulant.com/docs/wordpress-shopping-cart-plugin/6050#doc2) and I'm wondering if anyone has used this.
The problem I'm anticipating is that Stripe has no support for accepting multiple items. So what will appear on the user's Stripe report?
A single total with nothing itemized?
What happens if the customer wants to return just one item.
Thanks for any insight here.
I like to use Stripe for subscriptions but if you want to work it like a shopping cart I would do:
Check if the Stripe customer exists by retrieving a customer
If the customer exists then add all the items as a new invoice item
If the customer does not exist, create the customer then add the invoice item
Just remember that you don't have to have a plan or a subscription for your customer.
Everything that you need to know can be found in the Stripe PHP documentation.
Good luck and happy coding

Resources