Woocommerce show product combination without selecting all combinations - wordpress

I'm developing an e-commerce using Wordpress and I'm having a problem with product variations. I have about 40 photographic works
and each of them has different options:
print support
frame color
dimension
Currently only if a user selects all the choices the image is updated and a price is displayed based on the choices.
I would like a user to see the updated image and price even by selecting one or two of the options.
Is it possible to create a product variation by setting only one or two variations?
Here is a sample product that I would like to change already from the first or second choice of the user. (at the moment the image and the price are updated only by setting all three variations).
product link -> https://www.italiansummer.it/product/addaura/
Thanks in advance for any help

Try using the gravatar form plugin.

Related

Woocommerce: Autoselect Variation based on Attribute Filtering

I already managed to pre-select the first on-stock variation as soon as you load the single product page. Now I wanted to take a step further, I wanted to make woocommerce pre-select a variation selected through filtering on Archive pages and Shop page if a choice has been made obviously. Like: On shop page I filter Size M and after I select the product that has Size M avaiable, make it already selected and not the first one that could be like an XS. For instance I'm using the Stock Woocommerce Filtering Widgets with Attributes.
Is it possible?
Thank you so much!

WooCommerce Single Product Page Seperate Cost

I'm trying to add a second button to a product page with a updated price.
For example I'm using [add_to_cart id='$product->id'] which displays correctly, but I would like to assign this short code a custom price.
The results should show two buttons on a single product page. One with the regular price value and the other with the custom price value.
I tried doing this through variables, but need them in two buttons instead of a drop down.
Thanks for the help!

Product attributes in wordpress

I have created two attributes for products in wordpress (Height and Width) having different variation in feet. Every variation has different cost. Everything is working file. My problem is variations are not displayed as drop down list rather they are displayed in the form of table like:-
Size
2ft2ft
2ft4ft
etc.
How to fix this?
please check this link
http://kb.oboxthemes.com/articles/woocommerce-how-to-setup-products-with-multiple-optionsvariations/
video :
https://www.youtube.com/watch?v=nw74z4UCke4

Two Quantity Selectors in Woocommerce Add to Cart

I am trying to create a "Contact Lenses" Online store using WP and Woocommerce.As you know Woocomerce generate one default quantity display for each product as:
but in my case I need to have TWO Quantity Selectors for each product , one for Right Eye and second for Left eye as:
can you please help me to figure this out how to have two selectors and eventually add the sum of these two into the Cart or display both quantities in the Cart?
Thanks
Why dont you use the built in variation functionality? This way you can then have as many "quantity" fields as you like.
You could setup 2 variations of the product called Right OD and Left OS and have a drop down with the quantities.
This will be by far the best solution for your scenario.

woocommerce: how to add new fields to variations form and show them on frontend

using last versions of wordpress, woocommerce and cheope (theme).
the question: how to
add some extra fields in variations form (text and image field types)
show them on frontend so that their values change accordingly on changing of attributes-select values.
e.g.: the site sells candles and uses variable products, for each kind of candle has several dimensions (with specific different prices), each of which has different duration.
The duration is an important element that I want the user to be informed about.
The same to show the available colors all together.
Unluckily in the standard variation form there is no field where I can insert these or other features.
some help please?
updated 07-August-2013
I succeeded in adding to variations form a new field displayed on back-end, as you can see here, by inserting the code you can find here (please see the comments too) in the function.php file of the theme.
Now, what I’m not able to do is get this field to display with each proper value on front-end (please take a look to the last comment in the above linked page).
Any tip or trick?
thanks
1)Add product attribute and check checkbox Used for variations and Visible on the product page
2)go to variations and add new and fill all fields price and stock must add on them
Your producr display variations and their data

Resources