Beispiel #1
0
' />
		</td>
	</tr>
	
	<tr>
		<td colspan="2">
		<div style="width: 540px; margin-top: 5px; margin-bottom:4px;" class="mm-divider"></div>
		</td>
	</tr>
	<tr>
		<td>Description<?php 
echo MM_Utils::getInfoIcon("Enter a description for this product. It will be displayed in checkout forms when the [MM_Form_Data name='productDescription'] SmartTag is used.");
?>
</td> 
		<td><textarea id='mm-description' cols='55' rows='3'><?php 
echo $product->getDescription();
?>
</textarea></td>
	</tr>
	
	<tr>
		<td colspan="2">
		<div style="width: 540px; margin-top: 5px; margin-bottom:4px;" class="mm-divider"></div>
		</td>
	</tr>
	
	<?php 
$affiliateProvider = MM_AffiliateProviderFactory::getActiveProvider();
if (!$affiliateProvider->supportsFeature(MM_AffiliateProviderFeatures::COMMISSION_TRACKING)) {
    ?>
	<tr>