VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: rayge on June 04, 2013, 09:01:09 AM

Title: Different noimage,gif for categories?
Post by: rayge on June 04, 2013, 09:01:09 AM
Im wonding how might i use a different noimage for categories than the products?
Title: Re: Different noimage,gif for categories?
Post by: AH on June 04, 2013, 09:41:25 AM
no-image is a fallback position - webshops with this showing look very poor

If you want to change the no-image, then look to see what image is being show on the page using firebug (in firefox) or develper console in chrome
Title: Re: Different noimage,gif for categories?
Post by: rayge on June 04, 2013, 19:44:28 PM
Yeah i guess if i absolutely had to i could use str_replace in the category pages to change noimage.gif to something else before display.