View Single Post
  #329  
Old 02-06-2008, 03:13 PM
  TelaFirma's Avatar 
TelaFirma TelaFirma is offline
 

X-Adept
  
Join Date: Nov 2002
Location: North Carolina USA
Posts: 930
 

Default Re: TelaFirma - X-Cart Dynamic Image Generator

Quote:
Originally Posted by simonv74
Hi Steve,

Yet another query I'd like your assistance on!

When trying to insert/update category images, the default 'no image available' does not show, nor does the image uploaded show when editing in admin.

The image uploads, yet won't show on the customer side either.

Reversing the action in step 6 (
/skin1/main/edit_image.tpl) removes the problem, however, once doing that the rest of the product adding/editing won't allow the upload of one image for dynamic images.

Help!


On step 6 change the line

Code:
{if $active_modules.Dynamic_Images}

to

Code:
{if $active_modules.Dynamic_Images && $main ne "category_modify"}
Reply With Quote