I wanted to post this just in case others are stuck and clueless like I was yesterday without help!
It works now using one size image at 72dpi and 800px wide to get the zoom effect.
I had to move the jquery:
from:
PHP Code:
includes/modules/pages/product_info/"jscript_jquery-1.6.js
to:
PHP Code:
includes/templates/MyTemplate/jscript/jscript_jquery-1.6.js
And removed the following call for JQuery used in another plugin (this plugin still functions on all pages. The way it meant to work.)
PHP Code:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js" type="text/javascript"></script>
from:
PHP Code:
includes/templates/MyTemplate/common/tpl_main_page.php
The sequence of uploading the images when you setup and upload your products were as follow: (ie. if you have four images to upload)
Image1_3.jpg
Image1_2.jpg
Image1_1.jpg
Image1.jpg This being the last and main image for the product.
Only problem is that images can only be uploaded to the main image directory, otherwise the code breaks!
Thanking for hard work of Nick, Phil and Chad.
Bookmarks