Subversion Repositories wpShopGermany4

Rev

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

Rev 6053 Rev 6165
Line 29... Line 29...
29
			<td><?php echo $request_product['amount']; ?></td>
29
			<td><?php echo $request_product['amount']; ?></td>
30
			<td class="col_sum"><?php echo wpsg_ff($request_product['price'] * $request_product['amount'], $this->get_option('wpsg_currency')); ?></td> 
30
			<td class="col_sum"><?php echo wpsg_ff($request_product['price'] * $request_product['amount'], $this->get_option('wpsg_currency')); ?></td> 
31
		</tr>
31
		</tr>
32
		
32
		
33
		<?php /* Variantenanzeige im Produkt BEGIN */ ?>
33
		<?php /* Variantenanzeige im Produkt BEGIN */ ?>
34
		<?php if ($this->hasMod('wpsg_mod_varianten') && $this->callMod('wpsg_mod_varianten', 'isVariantsProductKey', array($request_product['product_key']))) { ?>
34
		<?php if ($this->hasMod('wpsg_mod_productvariants') && $this->callMod('wpsg_mod_productvariants', 'isVariantsProductKey', array($request_product['product_key']))) { ?>
35
		<tr>
35
		<tr>
36
			<td colspan="2"><?php echo __('Variante', 'wpsg'); ?>:</td>
36
			<td colspan="2"><?php echo __('Variante', 'wpsg'); ?>:</td>
37
			<td colspan="<?php echo (3 + $this->view['addColspan']); ?>"><?php echo wpsg_hspc($request_product['variantenInfo']['key']); ?></td>
37
			<td colspan="<?php echo (3 + $this->view['addColspan']); ?>"><?php echo wpsg_hspc($request_product['variantenInfo']['key']); ?></td>
38
		</tr>
38
		</tr>
39
		<?php } ?>
39
		<?php } ?>