Here is what I would like to do. Say, for example I have 3 attributes (Type, Color & Design). Typically the main product image would change as you selected each of the attributes if you have a picture in the variation. Instead of the image changing I would like to display an additional image for each attribute. So in this case, once you selected all 3 attributes you would see 3 different images.
I am just getting started on this project and looking for some direction on how to accomplish this. I couldnt find an extension that did this and google wasnt helping!
Note: I have a license for ACF Pro, not sure if that will be needed though
Related
I know, how can I add images for variable products.
I want to add image in variable product description area, as I can do it for simple product's short description.
How is it possible?
Thanks.
Hy, Please Follow These steps to add images in a variable product.
Go to the product where you want to add an image.
Go the attribute.
Check this Mark
4. If this option did not show then you have to do the attributes.
5. First Creat a parent and select its type as an image and then on that attribute.
6. Make there Child and add images there
7. Then the issue Will be Solve and the Check is shown on there.
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.
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
I am using WooCommerce in my project and would like to display variations in a similar style like http://www.e-rudy.com/en/products/detail/SN220724R1. They have a tab called "other colors". Is it possible to do that in WooCommerce?
Yes, it is possible, but you will have to add a custom template for that to be incorporated in the product tabs. In that template you should pull all the variations information corresponding to the main product.
If you don't do it as parent->variations products, you can still link them in the backend and show those in the template. In short, it's doable but you or someone else will have to code that part. It might also be possible to do it with wp-types views, but I have never used it so I can't comment.
Hope that helps to get you started.
Like this https://woocamp.com/product/classic-wordpress-shirt/ ?
When you click on the additional sizes, nothing visually happens. But the size is registered as a variation. Now, when you select a different color, the image actually changes and the image switches as well!
I did that using WooCommerce Variations and Swatches
I would like to have a different image for the thumbnail than the what the customer sees when he clicks on it.
For example: In my color attribute I want to upload color samples and a preview of that product in that color. I'm sure this is possible somehow but I can't seem to find the proper module or feature. If I have to I will create the module myself but it seems like it should be something that would be in high demand so I can't figure out why I can't find something.
Start with the Imagecache module (http://drupal.org/project/imagecache), you can create a preset that will derive an image from another image field. You could then write your own image cache plugin that could generate a preview for a specified color.
I haven't played with Ubercart so I'm not sure if there are limitations of which I'm not aware, but you should be able to create 2 imagefields in your content type. One called something like "teaser image" and one called perhaps "product image". Set up whatever imagecache presets you need and configure your content type to display "teaser image" in the teaser but hide "product image" and vice-versa for the full node view.