Hallo zusammen,
ich sitze seit 2 Tagen an einem PHP code und komme nicht weiter...
Mochte gerne das zum schluss das ganze so angezeigt wird:
und das ist der bisherige Code
<?php if( !defined( '_VALID_MOS' ) && !defined( '_JEXEC' ) ) die( 'Direct Access to '.basename(__FILE__).' is not allowed.' );
mm_showMyFileName(__FILE__);
?>
<div class="browseProductContainer">
<h3 class="browseProductTitle"><a title="<?php echo $product_name ?>" href="<?php echo $product_flypage ?>">
<?php echo $product_name ?></a>
</h3>
<div class="browsePriceContainer">
<?php echo $product_price ?>
</div>
<div class="browseProductImageContainer">
<s***** type="text/javas*****">//<=!=[=C=D=A=T=A=[
document.write('<a href="javas*****:void window.open(\'<?php echo $product_full_image ?>\', \'win2\', \'status=no,toolbar=no,scrollbars=yes,titlebar=no, menubar=no,resizable=yes,width=<?php echo $full_image_width ?>,height=<?php echo $full_image_height ?>,directories=no,location=no\');">');
document.write( '<?php echo ps_product::image_tag( $product_thumb_image, 'class="browseProductImage" border="0" title="'.$product_name.'" alt="'.$product_name .'"' ) ?></a>' );
//]=]=>
</s*****>
<nos*****>
<a href="<?php echo $product_full_image ?>" target="_blank" title="<?php echo $product_name ?>">
<?php echo ps_product::image_tag( $product_thumb_image, 'class="browseProductImage" border="0" title="'.$product_name.'" alt="'.$product_name .'"' ) ?>
</a>
</nos*****>
</div>
<div class="browseRatingContainer">
<?php echo $product_rating ?>
</div>
<div class="browseProductDes*****ion">
<?php echo $product_s_desc ?>
<a href="<?php echo $product_flypage ?>" title="<?php echo $product_details ?>"><br />
<?php echo $product_details ?>...</a>
</div>
<br />
<span class="browseAddToCartContainer">
<?php echo $form_addtocart ?>
</span>
</div>
Biiiite um Hilfe sonst sitze ich noch 2 Wochen dran