<?php if( !defined( '_VALID_MOS' ) && !defined( '_JEXEC' ) ) die( 'Direct Access to '.basename(__FILE__).' is not allowed.' );
mm_showMyFileName(__FILE__);
?>
<?php echo $buttons_header // The PDF, Email and Print buttons ?>
<?php
//$manufacturer_link=substr($manufacturer_link, 2);
//$manufacturer_link=substr($manufacturer_link, 0, -2);
option=com_virtuemart&page=shop.browse&manufacturer_id=11&Itemid=1&keyword=%D0%96%D0%B5%D0%BD%D1%81%D0%BA
$manufacturer_link=str_replace("( ","",$manufacturer_link);
$manufacturer_link=str_replace(" )","",$manufacturer_link);
$manufacturer_link=str_replace("window.open('","",$manufacturer_link);
$manufacturer_link=str_replace("onclick=\"void ","",$manufacturer_link);
$manufacturer_link=str_replace("'_blank', 'status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=640,height=480,directories=no,location=no');return false;","",$manufacturer_link);
option=com_virtuemart&page=shop.browse&manufacturer_id=96&output=lite&option=com_virtuemart&Itemid=1', //'_blank', 'status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=640,height=480,directories=no,location=no');return false;"
$manufacturer_link=str_replace("&output=lite&option=com_virtuemart&Itemid=1","&Itemid=1",$manufacturer_link);
$product_name=str_replace("&","&",$product_name);
$navigation_pathway=str_replace("&","&",$navigation_pathway);
$navigation_pathway=str_replace($product_name ,"",$navigation_pathway);
if( $this->get_cfg( 'showPathway' )) {
echo "<div class=\"pathway\">".$navigation_pathway." ".$product_name."</div>";
}
if( $this->get_cfg( 'product_navigation', 1 )) {
if( !empty( $previous_product )) {
echo '<a class="previous_page" href="'.$previous_product_url.'">'.shopMakeHtmlSafe($previous_product['product_name']).'</a>';
}
if( !empty( $next_product )) {
echo '<a class="next_page" href="'.$next_product_url.'">'.shopMakeHtmlSafe($next_product['product_name']).'</a>';
}
}
?>
<br style="clear:both;" /><div id="black_conteyer">
<table border="0" style="width: 100%;">
<tbody>
<tr>
<?php if( $this->get_cfg('showManufacturerLink') ) { $rowspan = 5; } else { $rowspan = 4; } ?>
<td width="33%" rowspan="<?php echo $rowspan; ?>" valign="top"><br/>
<?php echo urldecode( $product_image )?><br/><br/><?php echo $this->vmlistAdditionalImages( $product_id, $images )?><?php echo $product_sku ?></td>
<td rowspan="1" colspan="2">
<h1><?php echo $product_name ?> <?php echo $edit_link ?></h1>
</td>
</tr>
<?php if( $this->get_cfg('showManufacturerLink')) { ?>
<tr>
<td rowspan="1" colspan="2"><?//php echo $manufacturer_link ?><br /></td>
</tr>
<td colspan="2">
<?php echo $product_s_desc ?><br /><br>
<?php echo $addtocart; ?>
</td><br>
<?php } ?>
<tr>
<td width="33%" valign="middle" align="left">
<?php echo $product_description ?><br/><br>
<?php echo $product_price_lbl ?><br />
<?php echo $product_price ?><br /><br>
</td>
<td valign="top" align="right"><?php echo $product_packaging ?></td>
</tr>
<tr>
<td colspan="3">
</td>
</tr>
<tr>
<td colspan="3">
</td>
</tr>
<tr>
<td><?php
if( $this->get_cfg( 'showAvailability' )) {
echo $product_availability;
}
?>
</tr>
<tr>
<td colspan="3">
</td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td><td colspan="2"><?php echo $ask_seller ?></td>
</tr>
<tr>
<td colspan="3"><?php echo $product_type ?></td>
</tr>
<tr>
<td colspan="3"><hr /><?php echo $product_reviews ?></td>
</tr>
<tr>
<td colspan="3"><?php echo $product_reviewform ?><br /></td>
</tr>
<tr>
<td colspan="3"><?php echo $related_products ?><br />
</td>
</tr>
<?php if( $this->get_cfg('showVendorLink')) { ?>
<tr>
<td colspan="3"><div style="text-align: center;"><?php echo $vendor_link ?><br /></div><br /></td>
</tr>
<?php } ?>
<?php if( isset($paypalLogo)) : ?>
<tr>
<td colspan="3" align="center">
<?php echo $paypalLogo ?>
</td>
</tr>
<?php endif;?>
</tbody>
</table></div>
<!-- недавно просмотренные товары-->
<?php
if( !empty( $recent_products )) { ?>
<div class="vmRecent">
<?php echo $recent_products; ?>
</div>
<?php
}
if( !empty( $navigation_childlist )) { ?>
<?php echo $VM_LANG->_('PHPSHOP_MORE_CATEGORIES')?><br />
<?php echo $navigation_childlist ?><br style="clear:both"/>
<?php
} ?>