|
|
|
|
fields['configuration_key']; ?> |
|
fields['configuration_title']; ?> |
|
fields['configuration_description']; ?> |
Execute("select * from " . TABLE_PRODUCT_TYPES . " where type_id='" . $check_configure->fields['product_type_id'] . "'");
} else {
$check_configure_group = $db->Execute("select * from " . TABLE_CONFIGURATION_GROUP . " where configuration_group_id='" . $check_configure->fields['configuration_group_id'] . "'");
}
?>
|
|
|
fields['configuration_value']; ?> |
|
fields['configuration_group_id'] == '6') {
$id_note = TEXT_INFO_CONFIGURATION_HIDDEN;
} else {
$id_note = '';
}
echo 'ID#' . $check_configure_group->fields['configuration_group_id'] . ' ' . $check_configure_group->fields['configuration_group_title'] . $id_note;
?>
|
fields['configuration_id'] != 0 and $check_configure->fields['configuration_group_id'] != 6)) {
echo '' . zen_image_button('button_edit.gif', IMAGE_EDIT) . '';
} else {
$page= '';
if (strstr($check_configure->fields['configuration_key'], 'MODULE_SHIPPING')) $page .= 'shipping';
if (strstr($check_configure->fields['configuration_key'], 'MODULE_PAYMENT')) $page .= 'payment';
if (strstr($check_configure->fields['configuration_key'], 'MODULE_ORDER_TOTAL')) $page .= 'ordertotal';
if ($show_products_type_layout == 'true') {
echo '' . zen_image_button('button_edit.gif', IMAGE_EDIT) . '';
} else {
if ($page != '') {
echo '' . zen_image_button('button_edit.gif', IMAGE_EDIT) . '';
} else {
echo TEXT_INFO_NO_EDIT_AVAILABLE . ' ';
}
}
}
?>
|
' . zen_image_button('button_reset.gif', IMAGE_RESET) . ''; ?> |
|
|
' . zen_image_button('button_update.gif', IMAGE_UPDATE) . ''; ?> |
|
|
|
|
|
|
| ' . zen_draw_separator('pixel_black.gif', '100%', '2'); ?> |
|