Hi,
Im trying to make latest ads with thumbnail-image on index-page.
Listing is ok > you can check here >
http://www.gebrauchtemoebel.at/But i can only call "fk_i_item_id" - but this is id number for item.
<img style="margin-left:10px; margin-right:10px;" align="left" src="../../../oc-content/uploads/<?php echo $a['fk_i_item_id'] ?>_thumbnail.png">
But images are false here :\
How can i call 'oc_t_item_resource' > "s_path" ?
------------------------------------------------------------
On 'oc_t_item_description' table is > "fk_i_item_id"
On 'oc_t_item_resource' table is also > "fk_i_item_id"
We need to connect them. Then calling "s_path" on 'oc_t_item_resource'.
Thanks,
(Sorry for bad english)
Best Regards.