browse page help - Joomla! Forum - community, help and support


hi,

i edited browse page removing 'product details' , replace 'add cart', alignment went crazy.

here original script

code: select all

<div class="browse-page-block">
   <div class="browse-page-block-inner">
      <div class="home-featured-blockimagecontainer">
         <?php echo ps_product::image_tag( $product_thumb_image, 'class="browseproductimage" border="0" title="'.$product_name.'" alt="'.$product_name .'"' ) ?>
      </div>
      <a href="<?php echo $product_flypage ?>" class="browse-product-title"><?php echo $product_name ?></a>
      <div class="home-featured-productprice">
         <?php echo $product_price ?>
      </div>
      <?php echo $product_s_desc ?> <a href="<?php echo $product_flypage ?>"> <?php echo $product_details ?></a>
   </div>
</div>


i removed

code: select all

      </div>
      <?php echo $product_s_desc ?> <a href="<?php echo $product_flypage ?>"> <?php echo $product_details ?></a>
   </div>


and replace

code: select all

</div>
  <div style="float:left;width:32%"><?php echo $form_addtocart ?>
  </div>


can correct me adding script please.

thanks






Comments

Popular posts from this blog

CS5 Adobe Media Encoder: Encode failed because the source duration is nil.

cf_sql_integer vs cf_sql_bigint vs cf_sql_int??

localhost/joomla15/administrator doesnt work - Joomla! Forum - community, help and support