Subversion Repositories wpShopGermany4

Rev

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

Rev 6113 Rev 6165
Line 137... Line 137...
137
							<?php echo wpsg_ff($request_product['price'] * $request_product['amount'], $this->get_option('wpsg_currency')); ?>
137
							<?php echo wpsg_ff($request_product['price'] * $request_product['amount'], $this->get_option('wpsg_currency')); ?>
138
						</td>
138
						</td>
139
					</tr>
139
					</tr>
140
					
140
					
141
					<?php /* Variantenanzeige im Produkt BEGIN */ ?>
141
					<?php /* Variantenanzeige im Produkt BEGIN */ ?>
142
					<?php if ($this->hasMod('wpsg_mod_varianten') && $this->callMod('wpsg_mod_varianten', 'isVariantsProductKey', array($request_product['product_key']))) { ?>
142
					<?php if ($this->hasMod('wpsg_mod_productvariants') && $this->callMod('wpsg_mod_productvariants', 'isVariantsProductKey', array($request_product['product_key']))) { ?>
143
					<tr class="wpsg_row_product_varianten">
143
					<tr class="wpsg_row_product_varianten">
144
						<td class="wpsg_cell_label"><?php echo __('Variante', 'wpsg'); ?>:</td>
144
						<td class="wpsg_cell_label"><?php echo __('Variante', 'wpsg'); ?>:</td>
145
						<td class="wpsg_cell_value" colspan="<?php echo (2 + $this->view['addColspan']); ?>"><?php echo wpsg_hspc($request_product['variantenInfo']['key']); ?></td>
145
						<td class="wpsg_cell_value" colspan="<?php echo (2 + $this->view['addColspan']); ?>"><?php echo wpsg_hspc($request_product['variantenInfo']['key']); ?></td>
146
					</tr>
146
					</tr>
147
					<?php } ?>
147
					<?php } ?>