MVC 2.0 Upload product picture issue

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 年 前
Hello,

thank you very much for the MVC release!

1. nopCommerce version - 2.0 BETA
2. Any private modifications you made to your nopCommerce - NO
3. The version of MS SQL database you're running nopCommerce with - 2008 R2

I'm not able to add a product picture:

When I click on Edit product details -> Pictures Tab -> Add product picture, I get a JS alert: "Upload picture first".
The "Add a new picture" doesn't work as a link. It's just plain text.

Where can I upload the pictures?
When I remember right, there was a way to upload pictures in the pictures tab in V. 1.90

Thanks & beste regards,
kob
12 年 前
Hmmmm......did you see the button just above and to the right of "Add Product Picture" labelled upload? Try clicking on that - it worked for me!
12 年 前
Sorry, neither the text "Add Product Picture" nor a "Upload" button. Here is a screenshot:

http://imageshack.us/photo/my-images/21/unbenanntlkp.jpg
12 年 前
Do you have Flash installed?
12 年 前
No flash, this was it.
Thanks
12 年 前
a.m. wrote:
Do you have Flash installed?


which version of flash?
12 年 前
ashwini wrote:
which version of flash?

minimum flash version is 9.0.24 according to the following topic http://www.uploadify.com/forums/discussion/213/for-the-flash-version-which-version-is-lowest-needed/p1
12 年 前
Im woriking on a project in MVC.I want to display 3 images per row.I have used nopcommerce datalistentender.cs.

as given below but its not workimh please help me.
   @{
                
      

      
        
      List<Hotel> comment = Hotel.Gethotelview();
        
           @(Html.DataList<Hotel>(comment, 3,
        
                    
                       @<a href="javascript: void(0)" onclick="window.open('Createnewpartial/@comment.Hotelid', 'windowname', 'width=753, height=467',scrollbars='Yes');  return false;" class="more01"><img src="../../Subcategoryimages/@comment.Subcategoryimage" width="172" height="124" alt="devanshi hotel view"/></a>
                    
            
    
                  



                      ))
           }
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.