News:

Support the VirtueMart project and become a member

Main Menu

Product thumbnail in mini cart override

Started by newsomjk, June 28, 2013, 23:16:15 PM

Previous topic - Next topic

newsomjk

I've been trying to figure out how to get these images for hours. Forums and google have yielded no help.

I've tried print_r($data) but it has no reference to any image, only the product sku and the product name, which somehow has a link.

I would search the whole project for a function that makes an image, however I have no clue what function would create an image or thumbnail, and searching "image" yields thousands of results...

Any direction would be nice

K&K media production

you need a sql query to get the thumb url from database

newsomjk

Ok, I got it done over the weekend. I'm just so used to the old VM where most things were in an array, and I could pull them with just a php call, but I'm seeing now most of the custom stuff I gotta do just needs sql queries. Thanks!