﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking
1686	Neuer Hook: Artikelbilder - /admin/includes/modules/product_images.php	web-looks <info@…>	somebody	"Vorschlag für einen neuen Hookpoint zur Erweiterung der Produktbilder Verwaltung im Adminbereich.


1. /admin/includes/modules/product_images.php

Suchen nach:

{{{
<tr>
  <td class=""dataTableConfig col-left""><?php echo TEXT_DELETE; ?></td>
  <td class=""dataTableConfig col-middle""><?php echo xtc_draw_checkbox_field('del_pic', $pInfo->products_image); ?></td>      
</tr>
}}}


DANACH einfügen:

{{{
<?php foreach(auto_include(DIR_FS_ADMIN.'includes/extra/modules/new_product/products_image/','php') as $file) require ($file); ?>
}}}


Suchen nach:

{{{
<tr>
  <td class=""dataTableConfig col-left""><?php echo TEXT_DELETE; ?></td>
  <td class=""dataTableConfig col-middle""><?php echo xtc_draw_checkbox_field('del_mo_pic[]', (isset($mo_images[$i]['image_name']) ? $mo_images[$i]['image_name'] : '')); ?></td>      
</tr>
}}}


DANACH einfügen:

{{{
<?php foreach(auto_include(DIR_FS_ADMIN.'includes/extra/modules/new_product/products_mo_images/','php') as $file) require ($file); ?>
}}}


2. Neue Ordner erstellen

/admin/includes/extra/modules/new_product/products_image/
/admin/includes/extra/modules/new_product/products_mo_images/
"	Neues Feature	new	normal	modified-shop-2.1.0.0	Admin	2.0.4.2					
