Try the Demo

Magento

eCommerce Software for Online Growth

Magento Forum

Our new hosted solution for small & emerging businesses
   
Page 1 of 7
add an Image Upload in the Product view page to attach the image to the product
 
bbepristis
Jr. Member
 
Total Posts:  25
Joined:  2008-04-28
Muskegon, Michigan
 

I have been emailing support and was told to get the functionality i need i had to upgrade to 1.1 beta so I have done this but I dont see an option to add an image upload to a product or how to populate an attribute does anyone know what david is talking about and how to do this. see emails below.

I Posted On: Jul 16 2008 01:13 PM
I have created a block that will allow the customer to upload an image on the product detail page the upload capabilities works fine what I cannot seem to figure out is how to post this image to the product order (IE as a custom product attribute) I cannot seem to find any information on magentocommerce.com on how to create an attribute on the fly and populate that attribute with data. or even create an attribute and populate it on the fly. your help is much appreciated I have two sites that are ready to go live and are just waiting on this capability.
David Mintz
Posted On: Jul 16 2008 06:09 PM

My name is David Mintz and I will be assisting you with this ticket. I understand what you are asking with regard to the images displaying in the completed orders. What I am not so clear about is what you mean by “how to create an attribute on the fly and populate that attribute with data” and “how to create an attribute and populate it on the fly”. Can you please clarify a bit on this point and how it relates to your initial question about displaying images.

I look forward to your reply.

Sincerely,
--
David | Magento Support

I Posted On: Jul 17 2008 01:38 PM
David,
What I am trying to do is create a Custom T-shirt ordering site. The customer will select the style shirt they want. Then the color, size and quantity. Then they will upload the image that needs to be printed on that shirt. I want the file name of that image to go into a product attribute and continue with the order from that point until the checkout.

What I am trying to figure out is
1: what is the best way to do this? Pre-create an attribute or create one via code to be executed during the upload process
2: how to populate that attribute with the file name.

David
Posted On: Jul 17 2008 03:58 PM

Thank you for that clarification. Unfortunately, the result that you are trying to achieve would require advanced customization, and therefore qualifies as Code Development, which is not covered by the Support Scope. The good news is that Magento version 1.1 already has this functionality built into it. A beta version of 1.1 is already available at http://www.magentocommerce.com/download and a stable version of 1.1 will be released in the very near future. Please continue to check magentocommerce.com for updates about the upcoming stable release. Thank you for your patience.

Sincerely,
--
David | Magento Support

 
Magento Community Magento Community
Magento Community
Magento Community
 
joseph_liu
Jr. Member
 
Total Posts:  2
Joined:  2008-07-02
 

I’m pretty much in exactly the same boat.  My client wants to add custom text and images to a purchased product. 

I’m afraid that this is not supported by 1.1.  I think the customer service person was thinking of virtual products feature which is not exactly what we’re looking for.

Does anyone else have ideas about how to accomplish this?

Thanks!
Joe

 
Magento Community Magento Community
Magento Community
Magento Community
 
Michael
Magento Team
 
Total Posts:  826
Joined:  2007-08-31
 
joseph_liu - 18 July 2008 08:04 AM

… to add custom text and images to a purchased product

Adding custom text is available in 1.1 with Custom Product Options.

File upload (e.g. to allow customer to upload his own image) is not implemented yet, most probably it would be available in later updates for 1.1.

 
Magento Community Magento Community
Magento Community
Magento Community
 
JeanJack
Jr. Member
 
Total Posts:  15
Joined:  2008-06-25
 

Hello.

I need also file upload option for my products. If it’s not implemented yet where I must code this option?

I found many files where options are detailled :

app/code/core/Mage/Catalog/Model/Product/Option.php
app/code/core/Mage/Catalog/Model/Product/Option/Value.php
app/code/core/Mage/Catalog/Model/Resource/Eav/Mysql4/Product/Option.php
app/design/frontend/default/default/template/catalog/product/view/options/type/file.phtml

And in these files I can see that the file upload option was coded. Why is not enable?

Thks Michael for the precisions.

 
Magento Community Magento Community
Magento Community
Magento Community
 
Michael
Magento Team
 
Total Posts:  826
Joined:  2007-08-31
 
JeanJack - 22 July 2008 05:53 AM

And in these files I can see that the file upload option was coded. Why is not enable?

Because it is not completed nor tested.

 
Magento Community Magento Community
Magento Community
Magento Community
 
Magento-Fan
Sr. Member
 
Total Posts:  121
Joined:  2008-06-24
Germany, Bavaria, Dachau
 

Hello,

I have found a solution to pictures and text in the “Custom Options display.
However, it is not a workable solution, but a provisional.

simply adds html code instead of a text, for example,

<img src="http://your-domain.com/magento/skin/frontend/default/default/images/media/col_left_callout.jpg" alt="test2"> test2

In table catalog_product_option_type title vchar increase as it only limited to 50 characters and is usually too short for the html code.

The only problem was I could still determine in the shopping cart and order in the completion of the hmtl code.

Here still be like the screen in practice.

Michael when can you expect the upload function that is available to them because I xtcommerce to magento want change and I think a lot more than 1000 of these images in Custom Options include?
Thank you in advance!

Greeting Thomas

Image Attachments
costom otions bilder.JPG
 
Magento Community Magento Community
Magento Community
Magento Community
 
gofreaky
Jr. Member
 
Total Posts:  2
Joined:  2008-08-18
 

Hi,

I also need a file upload option for my products. Are there any news? How long will it take till this feature is available?

Cheers!
gofreaky

 
Magento Community Magento Community
Magento Community
Magento Community
 
Jack Tams
Jr. Member
 
Total Posts:  3
Joined:  2008-08-26
 

Hi,

I am looking for this feature too. Then I can abandon OsCommerce

Thanks
Jack

 
Magento Community Magento Community
Magento Community
Magento Community
 
Barnicus
Jr. Member
 
Total Posts:  4
Joined:  2008-09-02
 

Does anyone have an idea as to when this feature might be implemented in Magento? or any idea’s on another way to implement this same style of functionality?

 
Magento Community Magento Community
Magento Community
Magento Community
 
gofreaky
Jr. Member
 
Total Posts:  2
Joined:  2008-08-18
 

In File .../app/code/core/Mage/Adminhtml/Model/System/Config/Source/Product/Options/Type.php you’ll find this comment section

//            array(
//                'label' => Mage::helper('adminhtml')->__('File'),
//                'value' => array(
//                    array('value' => 'file', 'label' => Mage::helper('adminhtml')->__('File')),
//                )
//            ),

If you uncomment this section, you will activate the file option in “Custom Options” in the product configuration (Backend; upper part of the attachment).
After you configure a file option for a product, you be able to select a file in the product page of this product (Frontend).
In the product page you’ll see a file input field and an Upload-Button. You can use the file input field to select a file.
Unfortunately, the upload-Button doesn’t work.

Until now, I don’t have any solutions for this problem. But I keep on searching.

If you find out more, let us know.

Cheers gofreaky

Image Attachments
Example.gif
 
Magento Community Magento Community
Magento Community
Magento Community
 
Barnicus
Jr. Member
 
Total Posts:  4
Joined:  2008-09-02
 

Hi gofreaky, thanks for the fast resopnse. I suspect the fact the code was commented means that the Magento team havn’t fully implemented the feature yet. Anyone from the Magento team care to elaborate as to how long it might take for the feature to be implemented? It would be great to know as it’s pretty much the deciding factor for me (and I suspect others aswell) as to which ecommerce platform I choose.

 
Magento Community Magento Community
Magento Community
Magento Community
 
aaronmgd
Jr. Member
 
Total Posts:  2
Joined:  2007-12-22
 

Hi the file upload option is also the most important factor for me. I really like the magento layout and all.... but i really need a file upload option to work.
I really hope they make something happen fast. But i gotta say nice job to the magento team.

 
Magento Community Magento Community
Magento Community
Magento Community
 
tartan
Jr. Member
 
Avatar
Total Posts:  25
Joined:  2008-05-09
 

I’m still at 1.1.5.  Does anyone have this working in 1.1.6?

 Signature 

Josh
Denver, CO

 
Magento Community Magento Community
Magento Community
Magento Community
 
JustinZ
Member
 
Total Posts:  36
Joined:  2008-09-17
 

Im using 1.1.6 and theres no file upload

im also waiting for this feature

i could code it up myself but i dont want to mess with magento if the team is goign to implement it soon
please hurry smile

 
Magento Community Magento Community
Magento Community
Magento Community
 
sino
Member
 
Avatar
Total Posts:  34
Joined:  2008-04-22
 

Yea i am also waiting on this,,, with every update, i keep hoping that they implemented it.

 
Magento Community Magento Community
Magento Community
Magento Community
 
QuadraVis
Sr. Member
 
Avatar
Total Posts:  82
Joined:  2008-05-30
D - Erbach
 
sino - 04 October 2008 08:38 AM

Yea i am also waiting on this,,, with every update, i keep hoping that they implemented it.

i couldn’t find this feature on the road map. So let us hope together…

 Signature 

Viele Grüße

Micha
----------------------------------------------------
Computer sind dafür da Probleme zu lösen die wir ohne sie nicht hätten!

 
Magento Community Magento Community
Magento Community
Magento Community
Magento Community
Magento Community
    Back to top
Page 1 of 7
 
© Copyright 2012 Magento Inc.
Privacy Policy|Terms of Service
Magento Community Count
701238 users|1694 users currently online|497335 forum posts