Could it possible be an image protection or hot linking issue?
The reason I'm saying this is because I recall talking with our hosting tech a couple weeks ago. He mentioned that we have the images protected. Then we recently had our store hooked up with a shopping comparison site, but our images do not show up.
The problem now is that for the life of me I can't remember what it is actually called. I looked around in the admin and c-panel and nothing rings a bell. I don't even know what to look for. I will contact our hosting company to find the answer. Searching the forums for something I don't know what it's called is to time consuming.
I just thought I would mention this to possible help you guys from needless changing files/folders if it's just a simple click fix.
Wishing I was Zenned !
It's amazing what happens when I put the files in the right folders !!!
I am also have the problem and have found a close fix but not complete for my system.
Im using:
Zen Cart 1.3.8a
Image Handler 2
The partial fix I found here in the forums is post #2 in thread Facebook Images Meta Tag vs AddThis View Single Post
It works if I use only this one line of code (may need altered for your shop if not in a subfolder:
Placed where post #2 says to post it in file:PHP Code:<link rel="image_src" href="<?php echo "http://" . $_SERVER['HTTP_HOST'] . "/[COLOR="red"]shop/[/COLOR]" . $products_image_medium; ?>"/>
templates/your_template/templates/tpl_product_info_display.php
under text in file:
<!--eof Product description -->
If I placed an image into the /images/medium/trucks folder it works. Since Image Handler 2 does not use the medium or large folder for images this fix is not a real fix for the problem.
I am now considering moving the store to a the root folder rather then the subfolder it is in. Seem the zen cart pro's recommend it.
Good luck to you
Last edited by wcironsales; 16 Mar 2010 at 06:03 AM.
UPDATE & help still needed: I am also have the problem and have found a close fix but not complete for my system.
Im using:
Zen Cart 1.3.8a
Image Handler 2
I just moved the store from subfolder to root and now I get my websites logo images for facebook. The product image is still not working. Can you please assist me with this?
Logo is better then nothing but I would prefer the product image.
http://wcironsales.com
Has anyone ever figured out why Facebook does not recognize the Zen images???
I have been having the same problem. My client's store is NOT in the root directory.
I found when I copied all the product images to a new /images folder in the root directory, this solved the problem. Facebook now finds the product thumbnails when clicked via Share This on the product page (they have the Share This in a box on the left nav bar).![]()
I had this same problem and YES my store is on a subdirectory, but I found an easy solution.
What I do now is that I upload the product image directly to /images using my ftp, and then I put the file name on the listing instead of uploading it directly from the uploader. When I do that, the image shows up on facebook. Apparently Facebook only finds images on the /image folder on the root folder.
Hope that helps someone :)
Try taking a look at our post in http://www.zen-cart.com/forum/showthread.php?t=153316
Hopefully that will help
A little help with colors.
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
I have ImageHandler and zen-Lightbox installed and my zencart is in catalog /store/
I use this code:
In this case facebook catches the main product image, but not additional images.PHP Code:<link rel="image_src" href="<?php echo "http://" . $_SERVER['HTTP_HOST'] . "/store/images/" . $products_image; ?>"/>