Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

jqZoom


Guest

Recommended Posts

  • 3 months later...
  • 1 month later...

 

The addon is not working. I sent you a email.

 

I followed the instructions perfectly until I reached the line:

"Once done, you have to move the picture and the description" - from there the instructions are wrong.

 

Also the instructions for new_products.php are wrong.

 

Please review the installation tutorial, it's a excellent addon that deserves to work at full.

 

Looking forward to your reply.

Edited by bogdansbg
Link to comment
Share on other sites

  • 3 months later...

Hello,

 

I wonder if you can help me.

I installed your contribution JQzoom_v1.1, worked perfectly, but the zoom does not change almost anything in the original image, is zooming?

 

Thank you so

Rafael

 

Consegui instalar com exito em uma loja nova, porém estou com uma loja com a contribuição Additional Images v2.2.0 instalada e já não consegui fazer funcionar.

Vocês teriam uma solução para que funcione?

Link to comment
Share on other sites

  • 3 weeks later...

Consegui instalar com exito em uma loja nova, porém estou com uma loja com a contribuição Additional Images v2.2.0 instalada e já não consegui fazer funcionar.

Vocês teriam uma solução para que funcione?

 

 

I installed with success in a new store, but I'm in a store with the help Additional Images v2.2.0 installed and no longer able to accomplish it.

You have a solution that works?

Link to comment
Share on other sites

  • 2 months later...

Hi,

 

I have installed this lovely contri on my local store for my moms webstore.

Wow what a great contri.

 

I have also installed the contri: Product extra images.

I can't use the zoom function on the extra images and that made me sad.

I have tried for hours and hours butt i can't made this work.

 

I hope that you can help me made this work on the product extra images.

The file : includes/products_extra_images.php

 

<?php
 /*
 osCommerce, Open Source E-Commerce Solutions
 http://www.oscommerce.com

 Copyright (c) 2002 osCommerce

 Released under the GNU General Public License

 Based on Extra images 1.4 from Mikel Williams
 Thanks to Mikel Williams, StuBo, moosey_jude and Randelia
 Modifications: Xav [email protected]

 */


$products_extra_images_query = tep_db_query("SELECT products_extra_image, products_extra_images_id FROM " . TABLE_PRODUCTS_EXTRA_IMAGES . " WHERE products_id='" . $product_info['products_id'] . "'");
if (tep_db_num_rows($products_extra_images_query) >= 1){
$rowcount_value=4;  //number of extra images per row	
$rowcount=1;
?><body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
     <tr>
       <td></td>
     </tr>
     	<TR>

 <TD class="Kopgroot60"><?php echo TEXT_PRODUCT_IMAGES; ?></td>
   </tr>

<TR> 
 <TD>
<table width="100%" border="0" cellpadding="0" cellspacing="2">
</table>
<table width="90" border="0" class="extra" cellpadding="3" cellspacing="3">
     <TR>
<?php	

//$products_extra_images_query = tep_db_query("SELECT products_extra_image, products_extra_images_id FROM " . TABLE_PRODUCTS_EXTRA_IMAGES . " WHERE products_id='" . $product_info['products_id'] . "'");
while ($extra_images = tep_db_fetch_array($products_extra_images_query)) {
?>
	<TD CLASS="" align ="center">
       <?php echo '<a href="'.tep_href_link(DIR_WS_IMAGES . $extra_images['products_extra_image']).'" onMouseOver="javascript:ChangetheLink(\'' . tep_href_link(DIR_WS_IMAGES . $extra_images['products_extra_image']) . '\', \'' . DIR_WS_IMAGES . $extra_images['products_extra_image'] . '\', \'' . $product_info['products_name'] . '\');">' . tep_image(DIR_WS_IMAGES . $extra_images['products_extra_image'], $product_info['products_name'], 35,35, 'name="prodimg2"') . '</a>' ;?>
                </td>
<?php
if ($rowcount == $rowcount_value){echo '</tr><tr>'; $rowcount=1;}
else {$rowcount=$rowcount+1;}
}
?>	
   </tr>
</TABLE>
 </td>
   </tr>

<?php
}
?>    

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...