Subversion Repositories wpShopGermany4

Rev

Rev 6330 | Rev 7824 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6330 Rev 6512
Line 3... Line 3...
3
	/**
3
	/**
4
	 * Template für die Integration der Produktvariablen innerhalb des Warenkorbs
4
	 * Template für die Integration der Produktvariablen innerhalb des Warenkorbs
5
	 */
5
	 */
6
 
6
 
7
?>
7
?>
-
 
8
 
8
<?php foreach ($this->view['wpsg_mod_productvars']['data'] as $pv) { ?>
9
<?php foreach ($this->view['wpsg_mod_productvars']['data'] as $pv) { ?>
9
<div class="product_info">
10
<div class="product_info">
10
	<div 
11
	<div 
11
	<?php if ($this->view['$bPicture'] == true) { ?>class="titlep"><?php } else { ?>class="title"><?php } ?>
12
	<?php if ($this->view['$bPicture'] == true) { ?>class="titlep"><?php } else { ?>class="title"><?php } ?>
12
		<?php echo __($pv['name'], 'wpsg'); ?><?php if ($pv['pflicht'] == '1') { ?><span class="wpsg_required">*</span><?php } ?>
13
		<?php echo __($pv['name'], 'wpsg'); ?><?php if ($pv['pflicht'] == '1') { ?><span class="wpsg_required">*</span><?php } ?>