Home › Forums › Plugins › Add to Wishlist › Support › [Resolved] Wrong images on wish list url page › Reply To: Wrong images on wish list url page
September 16, 2010 at 2:03 pm
#6443
cyhwebby
Participant
I’ve been working on this awhile tonight and I think it’s due to this bit of code:
$image_path = “index.php?image_id=”.$product_id.”
On my installation of WP e-commerce, the image IDs are not the same as the product IDs. I am running WP 3.0 and WP E-commerce 3.7.6.7. I do have Gold Cart with multiple thumbnails enabled.
I tried to dig into the code that is in the WP shopping cart as it loads the images properly, but it wasn’t a simple cut and paste operation, and that’s as far as I get in php code at the moment.
What can I do to fix this? Thank you!