Say I have 10 products and want to offer them in a subscription.
Product 1 ($10) - 1st Month
Product 2 ($15) - 2nd Month
Product 3 ($20) - 3rd Month
.
.
.
.
So on...
As you can see, the price is different per month. Is that possible in WooCommerce? (Subscribed to a product/Plan but pays varying amount each month)
I can't find anything in the WooCommerce docs that discusses this scenario.
Thanks.
You can set subscription price as 0 and then manually add products for each month. This way the monthly price wuld be the product price only. You can also add shipping cost or any other fee you want to charge.
Instructions on how you can do this are here : https://docs.woocommerce.com/document/subscriptions/add-or-modify-a-subscription/
To automate, you can use the "Subscription Product" as product type.
(Subscription Product is an extention to the default product types in WooCommerce)
Related
I would like to increase the price by $20 of all products after every new sell in woocommerce
Exemple:
Starting prices $50
First order : all products prices become $70
Second order : all products prices become $90
Third : all products prices become $110
and so...
I believe this plugin should give you what you want it is a bit outdated so use at your own caution
https://wordpress.org/plugins/raise-prices-with-sales-for-woocommerce/
Problem: When setting up a site I forgot to activate taxes. My accountant asked me to correct it so I tried the Woocommerce recalculating button on completed (older) orders. Unfortunately, it ignores the setting that VAT is included in the product price and adds tax to product price (increasing the total order amount incorrectly)
Activated taxes for new orders
Now when placing a new order, the tax (21%) gets show correctly on checkout and invoice. The tax is included in the price & order total.
Product price 14,95
Tax 3,14 (product price excl. tax 12,35)
Total: 14,95
Recalculating old orders
For older orders when tax was not enabled however it is a different story:
Woocommerce offers the ability to recalculate orders. If I do this for an old order: the tax is added to the product price instead of shown to be included in the product price.
Product price 14,95
Tax 3,14
Total: 18,09
As you can see recalculation ignores the setting that the product price includes VAT.
Have you seen this behaviour, or do you have an idea how to solve this problem?
I have a property site, I have rooms as products in WooCommerce. There is an option to rent the room whether for 6 months or 12 months. I did a workaround and for 6 months the product quantity will be 1 and for 12 months the quantity will be 2.
E.g
For 6 months price is 2000 (quantity 1)
For 12 months price 4000(quantity 2)
Now what I want is to restrict the product (room) to be purchased only once.
Link : https://heyrooms.com/property/morden-apartment-balham-london-6/
The book now button add the product in the cart according to the time period in the drop down above.
Edit: I can't use a variable product options. Because it's not the case here.
I would propose a different approach to solving the problem.
Why don't you create the products as variable instead of simple. You can then set the price accordingly for 6m/1y. Then just make the stock quantity as 1.
You should then be good to go.
I want to apply coupon per product basis, not on whole complete cart. So that my coupon could subtract that specific amount form all item one by one.
Pretty straight forward if your woocommerce is up to date. When you go to Dashboard > Woocommerce > coupons and add new. You can select from several options including Cat Discount, Cart % Discount, Product Discount, Product % discount. You just select either product or product % and you're good to go. Only that product will be discounted leaving the rest of the cart at full price.
I have a client who asked this.
The original product price is $26. But when we order 2nd product and after that is going to be $22 per item.
So if I order 3 products the total would be 26 + 22 + 22 = $70
Is there a module that can do this or any workaround ? I have searched and I could find a solution for this.
I believe this does what you're looking for, set a price and a min quantity to get that price
Ubercart Volume pricing
You can do a product quantity discount with this module:
https://drupal.org/project/uc_coupon
This module is also another possible solution:
https://drupal.org/project/uc_discounts_alt