예제 #1
0
{
    $result = '<h3 style="margin-bottom:0;">Selling Points for OT.DE and ZA.DE:</h3>';
    $result .= '<ul style="margin:0 0 8px 0;padding:0;list-style:none;">';
    foreach ($product_selling_points as $psp) {
        $result .= '<li>&sdot; ' . $psp . '</li>';
    }
    $result .= '</ul>';
    $result .= '<h3 style="margin-bottom:0;">Selling Points for Amazon Germany:</h3>';
    $result .= '<ul style="margin:0px;padding:0;list-style:none;">';
    foreach ($product_selling_points_amde as $psp_amde) {
        $result .= '<li>&sdot; ' . $psp_amde . '</li>';
    }
    $result .= '</ul>';
    return $result;
}
$topic = $class_pm->getTopicList();
$materials_for_name_please = 'Please select an option...';
$materials_for_name_none = '~ Nothing / Blank ~';
$materials_for_name = array();
$materials_for_name[] = $materials_for_name_please;
$materials_for_name[] = $materials_for_name_none;
$materials_for_name[] = '375 Gelbgold/Weißgold';
$materials_for_name[] = '585 Gelbgold/Weißgold';
$materials_for_name[] = 'Diamant';
$materials_for_name[] = 'Leder';
$materials_for_name[] = 'Swarovski Kristalle';
$materials_for_name[] = 'Süßwasserzuchtperle';
$materials_for_name[] = 'Zirkonia';
$improved_image_checked = $product['p']['improved_image'] == '1' ? 'checked="checked"' : '';
$improved_content_checked = $product['p']['improved_content'] == '1' ? 'checked="checked"' : '';
$mfn_icon = drawIconInfo($sop_mouse_over['materials_for_name'], false, 'float-right');