Zen Cart Logo
Forums / General Questions / where insert a defalut image for the product without images?

where insert a defalut image for the product without images?

Locked

Views: 1,056

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
17 Oct 2009, 3:44 PM
#1
giuly avatar

giuly

Zen Follower

Join Date:
May 2007
Location:
Italy
Posts:
438
Plugin Contributions:
0

where insert a defalut image for the product without images?

Hello, I have this question
I have a lot of products, for some of these I don't have images.
So I created an image with written no image availaible.

I upload products via easy populate, so I inserted the number of product like images, f.e.

10000001.jpg for 1 product
10000002.jpg for 2nd product and so on

Where have I to insert the default image, if zencart don't find the relative image?

Please
:flex:

17 Oct 2009, 5:10 PM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: where insert a defalut image for the product without images?

If you peek in the Configuration ... Images ... there is an image setting for Products with a blank field for products_image, if turned on:

Product Image - No Image Status
Use automatic No Image when none is added to product
0= off
1= On

that will use:

Product Image - No Image picture
Use automatic No Image when none is added to product
Default = no_picture.gif

17 Oct 2009, 5:11 PM
#3
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: where insert a defalut image for the product without images?

NOTE: if you are trying to use an override for an image that setup but does not exist on the server, then you will need to update the function for calling the image ...

17 Oct 2009, 5:52 PM
#4
giuly avatar

giuly

Zen Follower

Join Date:
May 2007
Location:
Italy
Posts:
438
Plugin Contributions:
0

Re: where insert a defalut image for the product without images?

Ajeh:

If you peek in the Configuration ... Images ... there is an image setting for Products with a blank field for products_image, if turned on:

that will use:

I have that settings on configuration and I updated image with name
no_picture.gif
in
includes/templates/my_template/images
but the images with a preexistent image (that it isn't on server) and that without image aren't with the image
no_picture.gif
:frusty:

17 Oct 2009, 11:26 PM
#5
giuly avatar

giuly

Zen Follower

Join Date:
May 2007
Location:
Italy
Posts:
438
Plugin Contributions:
0

Re: where insert a defalut image for the product without images?

solved thanks
I was :wacko: because I didn't upload the image no_picture.gif on right path.

Thanks, solved
:clap:

18 Oct 2009, 12:48 AM
#6
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: where insert a defalut image for the product without images?

Thanks for the update and glad you got this working ... :smile: