Verwandte Produkte in mehreren Zeilen zu je 3 Produkten Verwandte Produkte in mehreren Zeilen zu je 3 Produkten

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

/components/com_virtuemart/themes/default/templates/common/relatedProducts.tpl.php


<table width="100%" align="center">
<tr>
<?php $relItemNo = 0; ?>
<?php
while( $products->next_record() ) {
if ($relItem == 3) {
echo "</tr>\n<tr>";
$relItem = 0;
}
?> 
<td width="33%" valign="top">
<?php echo $ps_product->product_snapshot( $products->f('product_sku') ) ?>
<br/><br/><br/>
</td>
<?php $relItem++;
}
?>
</tr>
</table>

Article is in the following categories:
KB » VirtueMart



Leave A Comment

or close

Email This Article

or close

Existing Comments

There are currently no comments.

myNotes My Notes

You currently have no notes on this article. You can leave your own note on this page, the note can only be seen by you (and our administrators) but not other users.

You need to login first

Verwandte Produkte in mehreren Zeilen zu je 3 Produkten Article Information

Hits:
443
Created:
Dienstag, 01. März 2011
Author:
Administrator
Last Modified:
Dienstag, 01. März 2011
Access:
Public
Version:
6