GX-Bug #43862 » UpcommingProductsDateFix.patch
| src/system/classes/listing/UpcomingProductsMainContentView.inc.php (revision ) | ||
|---|---|---|
| 84 | 84 |
$this->content_array['module_content'][] = $coo_product->buildDataArray($coo_product->data); |
| 85 | 85 |
$this->content_array['module_content'][sizeof($this->content_array['module_content']) - 1]['PRODUCTS_TAX_INFO'] = ''; |
| 86 | 86 |
$this->content_array['module_content'][sizeof($this->content_array['module_content']) - 1]['PRODUCTS_SHIPPING_LINK'] = ''; |
| 87 |
$this->content_array['module_content'][sizeof($this->content_array['module_content']) - 1]['PRODUCTS_PRICE'] = xtc_date_short($t_upcoming['date_expected']);
|
|
| 87 |
$this->content_array['module_content'][sizeof($this->content_array['module_content']) - 1]['PRODUCTS_DATE'] = xtc_date_short($t_upcoming['date_expected']);
|
|
| 88 | 88 |
$this->content_array['module_content'][sizeof($this->content_array['module_content']) - 1]['PRODUCTS_NAME'] = $t_upcoming['products_name']; |
| 89 | 89 |
|
| 90 | 90 |
$this->content_array['showManufacturerImages'] = gm_get_conf('SHOW_MANUFACTURER_IMAGE_LISTING');
|