Product attributes in wordpress - 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

Related

Variable prices and gallery images do not display when selected

So I discovered on the single product page, when variable options are selected the prices do not display when selected and likewise the thumbnail images in the gallery. And also, the footer bar is missing on the single product page as well the related products in the same category.
I created attributes for each variable product and setup different prices for the various variations.
I tried switching themes but I still experienced the same effects.
I equally tried deactivating plugins but that didn’t work either.
I double checked to see if I missed something when creating the attributes and variations but all information when correct, so I don’t know.

Woocommerce show product combination without selecting all combinations

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.

Display different image for different url

I have a WordPress Woocommerce e-shop.
In every product category, I want this to have a different top image.
The Woocommerce category pages are automatically created so I can't edit them individually.
I have managed to find a way to have my own image on top but I want this image to be different for different categories.
So I thought that if I could handle the images displayed inside this by referring to their URL this would solve the problem.
So let's say for URL
example.com/category/category1
display image-1 and so on.
Something like a CSS selector
div[this-url-1] {background-image:url(.image-1..);}
div[this-ur2] {background-image:url(.image-2..);}
You can use this plug in to do what you want.
https://wordpress.org/plugins/woocommerce-category-banner/
This will allow you to use custom images and positions of images for each category.

My Woocommerce shop page doesn't show correctly. Products are not arranged in similar pattern?

My shop page look like this https://ibb.co/bBfEdF
It is showing like this here because some products have long product name & some have short. In the same way some products are having price mentioned and some are without price.
I have tried so many thing but couldn’t figure it out to set it automatically in same pattern, when I am making changes in the CSS files the changes are modifying other pages too, so I need to resolve this by without affecting other pages.
Can I set product names to be displayed always in one single line, weather the name is too short or long.
Either can I fix the box size for each row so that it look like similar for each product along with name.
Its one of Woocommerce flaws. The fast solution is to give the product titles a similar word count

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