GX-Bug #42667 » print_product_info_product_id_fix.patch
src/system/classes/products/PrintProductInfoContentView.inc.php (revision ) | ||
---|---|---|
257 | 257 |
} |
258 | 258 |
else |
259 | 259 |
{ |
260 |
$this->content_array['PRODUCTS_SHIPPING_LINK'] = $this->products_data['products_id'] . ' ' . SHIPPING_EXCL . '<a href="javascript:newWin=void(window.open(\'' . xtc_href_link(FILENAME_POPUP_CONTENT, 'coID=' . SHIPPING_INFOS) . '\', \'popup2\', \'toolbar=0, width=640, height=600\'))"> ' . SHIPPING_COSTS . '</a>';
|
|
260 |
$this->content_array['PRODUCTS_SHIPPING_LINK'] = ' ' . SHIPPING_EXCL . '<a href="javascript:newWin=void(window.open(\'' . xtc_href_link(FILENAME_POPUP_CONTENT, 'coID=' . SHIPPING_INFOS) . '\', \'popup2\', \'toolbar=0, width=640, height=600\'))"> ' . SHIPPING_COSTS . '</a>'; |
|
261 | 261 |
} |
262 | 262 |
} |
263 | 263 |
} |