Variable product with main price and add variant price to main regular price
Is it possible for a Variable product act as a simple product with a regular price and when a variant is selected then the variant price will be added to the main price?
Solutions
Opted to create a product option based on above recommendation
Similar questions
How to display woocommerce sale price or regular price if there is no sale price
I'm using a woocommerce product addons plugin where I would like to display the price of a product in my dropdown section of the addons. Currently the code I have is this I'm using this echo what this does though is display the $"sale price" $"price" but I just want to display just the sale price or just the product price if there is no sale price....
Get the regular price of variable product in Woocommerce
I found a lot of answers, but none works for a variable products. I would like to display both, sales price and regular price for variable products. This is working, but only if it is a normal product. I think there must be a possibility even for product variations, but I don't find it. Any help is appreciated
How to add field 'regular price' and 'sku' of WooCommerce product in title and description with Yoast SEO plugin?
How to add field 'regular price' and 'sku' of WooCommerce product in title and description with Yoast SEO plugin? Tried with custom fields but not working. All fields that I need are here: https://docs.woothemes.com/document/product-csv-import-suite-column-header-reference/
How to add suffix to both regular price and on sale price in WooCommerce?
I want to add ,- after the sale price and after the normale price in WooCommerce. The function I am using right now is: This is working but it only adds after the sale price in WooCommerce. It should be added after the standard price as well. Here is the HTML how its added right now: Thanks for your time!
A/B testing of posts with unique URLs for each variant AND editing in custom fields
I'm wondering if anyone could offer advice on how to think about creating an A/B testing plugin for posts that: A) lets me assign unique URLs for each variant post**1) and** B) is customizable on the frontend (i.e. new-post.php). There seems to be two ways I could go about doing this: The first way: Create three separate posts, use the Shrimptest p...
Variant vagrant using wordmove to deploy and utf8mb4 problems
I try to use variant vagrant and wordmove to deploy my work. VVV Several attempts later, I understand I have a difference of mysql version between VVV - mysql 5.5 and my distant server - mysql 5.1. The problem is utf8mb4 When wordmove dump local database, they create utf8mb4 and of course my mysql distant on 5.1 break the dump. Someone have this tr...