Multiple product images error

Display several small images against a main product. Clicking these images swaps the main product image.
Post Reply
a.g.r.c
Posts: 9
Joined: Fri Mar 07, 2008 8:18 pm

Multiple product images error

Post by a.g.r.c »

Hi,

Having installed this neat little plugin, it works for one image but for images 1 and 2 i get this error;

"image1: Error copying mtempimage.jpg to AutoScaledImages/mpm_2a25.jpg!"

Any help with this, thanks!

a.g.r.c
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Re: Multiple product images error

Post by norman »

Have you created a folder called AutoScaledImages within your site folder? This folder is necessary for the patch to work.

If that's not the problem, please post your O/S version, Actinic version and the location of your Site folder within your filesystem.
Norman
a.g.r.c
Posts: 9
Joined: Fri Mar 07, 2008 8:18 pm

Re: Multiple product images error

Post by a.g.r.c »

Hi Norman,

Thanks for the reply that fixed the problem allright.

I was wondering by the position of the icons what file you would need to alter to change these. You can see here

http://2shades.net/tech/mpi.jpg

The positioning is not flush to the left hand side. Whats a work around for this if you could be so kind?

Thanks again

Alistair
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Re: Multiple product images error

Post by norman »

Hi, Alsitair

Look in the Product Layout Standard Layout Using CSS Extra Images Below Main Image and you'll see that I've put the Product Image and the Multi Product Image icons into a table. I.e.

Code: Select all

	  <table cellspacing=0 cellpadding=0 align=left>
	   <tr>
	    <td>
		  <div class="image_product"><actinic:variable name="ProductImageLayout" /></div>
		 </td>
		</tr>
		<tr> 
       <td align=center>
        <actinic:variable name="Extra Image Layout" />
 		 </td>
      </tr>
     </table>  
Adjusting that <td align=center> to <td align=left> should fix things.
Norman
a.g.r.c
Posts: 9
Joined: Fri Mar 07, 2008 8:18 pm

Re: Multiple product images error

Post by a.g.r.c »

Thanks Norman,

Will sort this out in a bitty and let you know how it goes. Collapso is giving me a bit of the yips too. Back on the other post.
a.g.r.c
Posts: 9
Joined: Fri Mar 07, 2008 8:18 pm

Re: Multiple product images error

Post by a.g.r.c »

Worked a charm.

Thank you
Post Reply