635 users online
Register
Log in
Shopping Cart
(0)
Home
Product
Overview
Features
Store demo
Screenshots
Showcase - live shops
Copyright Notice Removal
System Requirements
Roadmap
Contribute
Team Members
License
Downloads
Download nopCommerce
Extensions
Release Notes
Support
Documentation
Forums
Partners
Recommended Hosting
Solution Partners
Become a Partner
Community sponsorship program
My Account
Contacts
Tweet
Home
/
Forums
/
General
/
Development
/
Pictures for each product variant
Pictures for each product variant
Reply
1
2
3
Next
aduarte
Total Posts:
32
Karma:
170
Joined:
9/24/2009
Location:
Colombia
PM
Posted:
2 years ago
Quote
Hello,
I am a .NET developer working with nopcommerce in my next project. One of the requirements I have is that each product variant must have a set of images of its own. Has anybody had any luck in implementing something like this using the existing nop framework????
If you do, do you have any recomendations on how to go about it? Should I just go ahead and code my own image management library and forget about using existing libraries?
By the way I love what you have done with nopcommerce, its great to see well coded .NET open source.
Regards,
Abelardo Duarte
Bogotá, Colombia
1
Please
login or register
to vote for this post.
(click on this box to dismiss)
cboy
Total Posts:
289
Karma:
1763
Joined:
1/26/2010
Location:
United States
PM
Posted:
2 years ago
Quote
I am curious about this too. Please let me know if you find a solution.
Thanks,
Chad
0
Please
login or register
to vote for this post.
(click on this box to dismiss)
venkat
Total Posts:
13
Karma:
63
Joined:
2/22/2010
Location:
United States
PM
Posted:
2 years ago
Quote
I am just confused about your question, you mean 1 product variant to 1 image or 1 product variant to multiple images. Right now we can add each Image for each product variant.
But you can add many images for a product, by selecting the product, and goto Picture tab, add many pictures as you want. Typical example is build your own computer. follow the link
here
or copy paste http://demo.nopcommerce.com/Products/67-build-your-own-computer.aspx
Hope this helps.
Thanks
Venkat
0
Please
login or register
to vote for this post.
(click on this box to dismiss)
aduarte
Total Posts:
32
Karma:
170
Joined:
9/24/2009
Location:
Colombia
PM
Posted:
2 years ago
Quote
Thanks Venkat but yes, I need multiple images for each product variant. The thing is that the products the store sells are shoes, where one model has many colors and sizes. So think of the model as the product and the combinations of products and sizes variants. Example: 1 shoe model, 3 colors, 3 sizes = 9 variants.
But there is a catch I was thinking during the afternoon... I don´t want to have an image upload tab for each variant because, as variants depend on sizes, I would have a separate set of images for every size! Again, lets say that a type of shoe has 3 colors and 3 sizes; the admin would have to add images for every color 3 times, one for each size, for a total of 9... a store admin nightmare if there are 60 products, 6 colors and 6 sizes of each. :s
For that reason I´m thinking it is better to modify the current product image tab so that the software knows that a specific image corresponds to a particular variant color attribute. The new product image upload tab would have extra columns where the admin selects a variant attribute type and value for each image... Something like that.
Abelardo Duarte
Bogotá, Colombia
0
Please
login or register
to vote for this post.
(click on this box to dismiss)
aduarte
Total Posts:
32
Karma:
170
Joined:
9/24/2009
Location:
Colombia
PM
Posted:
2 years ago
Quote
duplicate
0
Please
login or register
to vote for this post.
(click on this box to dismiss)
haydie
Total Posts:
1587
Karma:
11246
Joined:
10/7/2009
Location:
United Kingdom
PM
Posted:
2 years ago
Quote
aduarte,
for your example all you have to do is upload 1 image of each colour (eg 3 colours = 3 images) to 'unnamed product varient'
eg
upload 3 images (one of each colour) to the 'unnamed product variant'
then give that product variant two sets of attributes ie
size drop down list : size 1 , size 2, size 3 etc
color drop down list : brown, red, green
in v1.5 you have a product copy button so if you create the attributes first for one product then you can just copy this product for every shoe in your store - you would need to change the images, but it would be very fast and easy
0
Please
login or register
to vote for this post.
(click on this box to dismiss)
FAQ's and SCREENCASTS : http://www.nopcommerce.com/boards/t/8011/default.aspx
nop SPONSORSHIP: http://www.nopcommerce.com/p/41/default.aspx
NOMINATE nopCommerce http://www.packtpub.com/open-source-awards-home/nominate-best-open-source-business-application
Hillng
Total Posts:
7
Karma:
40
Joined:
7/8/2010
Location:
United States
PM
Posted:
one year ago
Quote
I don't see a way to upload multiple images in 'unnamed product variant'. Can anyone please show me where to do this?
0
Please
login or register
to vote for this post.
(click on this box to dismiss)
spino
Total Posts:
5
Karma:
25
Joined:
3/10/2010
Location:
United States
PM
Posted:
one year ago
Quote
Hi did you find a way to do this? I'm also trying to do the same
0
Please
login or register
to vote for this post.
(click on this box to dismiss)
haydie
Total Posts:
1587
Karma:
11246
Joined:
10/7/2009
Location:
United Kingdom
PM
Posted:
one year ago
Quote
@ Hillng
presume that for 'unnamed product variant' you simply mean that you have only one product variant (the default one)
eg ProductDetails.aspx?ProductID=54
click the pictures tab and use the '+' bedide the 'upload' button
0
Please
login or register
to vote for this post.
(click on this box to dismiss)
FAQ's and SCREENCASTS : http://www.nopcommerce.com/boards/t/8011/default.aspx
nop SPONSORSHIP: http://www.nopcommerce.com/p/41/default.aspx
NOMINATE nopCommerce http://www.packtpub.com/open-source-awards-home/nominate-best-open-source-business-application
spino
Total Posts:
5
Karma:
25
Joined:
3/10/2010
Location:
United States
PM
Posted:
one year ago
Quote
Hi haydie,
The product has one variant. The variant has size and color attributes. Am trying to associate one image for each color. For the life of me i can't see how this can be done.
If you just add pictures to the actual product then it's not really associated with the color which is what i'm trying to do. The only solution i can think of in this scenario would be to modify the source which could get messy.
As an example if you log into the online demo here - http://admin-demo.nopcommerce.com/
and then goto
http://admin-demo.nopcommerce.com/administration/ProductVariantAttributeValues.aspx?ProductVariantAttributeID=18
, this is where ideally i'd like to be able to add an image.
The reason i'm trying to do this is so on the front end (http://demo.nopcommerce.com/products/50-etnies-mens-digit-sneaker.aspx), when selecting a color form the dropdown it will update the main photo with that color.
Any ideas?
thanks
0
Please
login or register
to vote for this post.
(click on this box to dismiss)