You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by dhilip kumar <dh...@yahoo.co.in> on 2006/09/05 11:41:28 UTC

How to add the image?

I am trying to add the image for the products.
I have given the url as '/images/image1.jpg' for the field 
"small_image_url" in the table "product".
  why does the line "<#assign smallImageUrl = productContentWrapper.get("SMALL_IMAGE_URL")?if_exists>"
not considering the image?
  should I need to do anything else for this?
  Thanks

 		
---------------------------------
 All-new Yahoo! Mail - Fire up a more powerful email and get things done faster.

Re: How to add the image?

Posted by dhilip kumar <dh...@yahoo.co.in>.
Thanks Phani

"G.Venkata Phanindra" <ph...@gmail.com> wrote:  Hi, Dhilip,
r u able to view ur image in Product content tab i.e on the left
side of text box,where u added image.If its working then i donnot see any
problem.
The location u specified for image is not the usual one we see with ofbiz in
genral i get the location as follows
"/images/products/small/atlasmajor.jpg".Please check the process u r trying
to upload images.

regards
phani.

On 9/5/06, dhilip kumar wrote:
>
> I am trying to add the image for the products.
> I have given the url as '/images/image1.jpg' for the field
> "small_image_url" in the table "product".
> why does the line "<#assign smallImageUrl = productContentWrapper.get
> ("SMALL_IMAGE_URL")?if_exists>"
> not considering the image?
> should I need to do anything else for this?
> Thanks
>
>
> ---------------------------------
> All-new Yahoo! Mail - Fire up a more powerful email and get things done
> faster.
>



-- 
G.Venkata Phanindra
Mob:: 9849852989


 		
---------------------------------
Get your email and more, right on the  new Yahoo.com 

Re: How to add the image?

Posted by "G.Venkata Phanindra" <ph...@gmail.com>.
Hi, Dhilip,
          r u able to view ur image in Product content tab i.e on the left
side of text box,where u added image.If its working then i donnot see any
problem.
The location u specified for image is not the usual one we see with ofbiz in
genral i get the location as follows
"/images/products/small/atlasmajor.jpg".Please check the process u r trying
to upload images.

regards
phani.

On 9/5/06, dhilip kumar <dh...@yahoo.co.in> wrote:
>
> I am trying to add the image for the products.
> I have given the url as '/images/image1.jpg' for the field
> "small_image_url" in the table "product".
>   why does the line "<#assign smallImageUrl = productContentWrapper.get
> ("SMALL_IMAGE_URL")?if_exists>"
> not considering the image?
>   should I need to do anything else for this?
>   Thanks
>
>
> ---------------------------------
> All-new Yahoo! Mail - Fire up a more powerful email and get things done
> faster.
>



-- 
G.Venkata Phanindra
Mob:: 9849852989

Re: How to add the image?

Posted by Chris Howe <cj...@yahoo.com>.
I've found that most of my troubles with images is an
incorrect path.  The good thing is that it usually
still parses.  After your screen outputs, right click
in your browser and choose "View Page Info" (in
firefox anyway, there's probably an equiv in IE) find
the "Media" tab and that lists all of the locations of
the images on the page, even if they didn't render in
the browser.  From there, you can generally figure out
what's wrong with your path.

--- dhilip kumar <dh...@yahoo.co.in> wrote:

> I am trying to add the image for the products.
> I have given the url as '/images/image1.jpg' for the
> field 
> "small_image_url" in the table "product".
>   why does the line "<#assign smallImageUrl =
>
productContentWrapper.get("SMALL_IMAGE_URL")?if_exists>"
> not considering the image?
>   should I need to do anything else for this?
>   Thanks
> 
>  		
> ---------------------------------
>  All-new Yahoo! Mail - Fire up a more powerful email
> and get things done faster.