Hi Ann
I have got the additional images working, I have got that configured ans except for a bit of styling, looks ok.
But where I am adding technical info is where I am struggling: I added a custom field so technical info can be added for each product. I followed
http://www.zen-cart.com/showthread.p...82#post1270882 which works ok, but now I have tried to set it up for a <textarea> instead of a normal input field, the information seems to be getting disregarded by the system.
I tried:
Code:
<td class="main"><?php echo zen_draw_textarea_field('products_tinfo[' . $languages[$i]['id'] . ']', 'soft', '100%', '10', $pInfo->products_tinfo, zen_set_field_length(TABLE_PRODUCTS, 'products_tinfo')); ?></td>
MYSQL field is set up as Text, yes and null
I would be grateful of your help/ guidance in helping me resolve this. But if you feel this is irrelevant to the thread then please do feel free to remove this post. I have asked on the same thread but as its several years old, chances are it'll be ignored anyway!

Bookmarks