Hi,
I have checked the topic mentioned above and I could include the +/- sign and the amount input field, so thanks again. But if you check the link above in my first comment you can see there are additional elements I would show in the product list: custom fields and charcteristics. Can you help me in includinf them also in list view?
I did some experiment and modified listing_div.php where I replaced the reference to listing_img_title with the reference to show_default. I have also added the next line: $this->element = & $this->row;
It worked partly, so I could see a part of show_default view but it seems like the row object doesn't contain every data I need. Is there a method available at this point I can use for creating a proper element object, for example by $this->row->product_id?
Thanks.