Subversion Repositories wpShopGermany4

Rev

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

Rev 6491 Rev 6493
Line 100... Line 100...
100
						<td class="wpsg_cell_name" colspan="<?php echo $this->view['addColspan'] + 3; ?>">
100
						<td class="wpsg_cell_name" colspan="<?php echo $this->view['addColspan'] + 3; ?>">
101
						
101
						
102
							<?php /* Produktbild BEGIN */ ?>
102
							<?php /* Produktbild BEGIN */ ?>
103
							<?php if ($this->get_option('wpsg_mod_request_requestpageimage') == '1') {
103
							<?php if ($this->get_option('wpsg_mod_request_requestpageimage') == '1') {
104
						
104
						
105
								//if (wpsg_isSizedString($request_product['product_data']['varianten_image'])) $arBilder = array($request_product['product_data']['varianten_image']);						
-
 
106
								//else $arBilder = $this->callMod('wpsg_mod_produktbilder', 'getProduktBilder_MT', array($request_product['product_id'])); 
-
 
107
 
-
 
108
								if (wpsg_isSizedString($request_product['product_data']['varianten_image'])) $arBilder = array($request_product['product_data']['varianten_image']);
105
								if (wpsg_isSizedString($request_product['product_data']['varianten_image'])) $arBilder = array($request_product['product_data']['varianten_image']);
109
								else {
106
								else {
110
							
107
							
111
									if (isset($request_product['product_data']['product_key'])) {
108
									if (isset($request_product['product_data']['product_key'])) {
112
										//$image = $this->imagehandler->getAttachmentID($this->view['product_data']['product_key']);
109
										//$image = $this->imagehandler->getAttachmentID($this->view['product_data']['product_key']);