View Single Post
  #21  
Old 09-27-2008, 12:21 PM
 
PHPdev PHPdev is offline
 

Member
  
Join Date: Oct 2003
Posts: 18
 

Default Re: free Dynamic Images module released

tomcoleman,

I just installed a clean version of X-Cart 4.1.11 and was able to get this module working. I did have to code all the changes and run the DB script by hand, but since there are only three files to modify it was not to bad.

I'm not sure how much you know so I'll start basic, if this is below you, then please do not take it as an insult...

The default_image.gif is what X-cart uses when an image can not be found, unless you changed this image in the image settings of the admin. Therefore it seems as if you may have not done the coding by hand correctly.

The only thing I had to change to get this working was on the product.tpl I had to use $product.image_url instead of $product.thumb_url as the img src when displaying the image.

Not sure what X-carts default is on this page to show the thumb again or the actual product image... I did not see the thumbnail available to display in the $product options.

Hope this helps...
__________________
PHPdev

---------------------
X-Cart: 4.1.11
OS: Linux
Apache: 2.0.61
Reply With Quote