View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0002794 | OXID eShop (all versions) | 1.05. Users | public | 2011-04-27 15:08 | 2011-05-09 17:03 | 
| Reporter | tabsl | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always | 
| Status | resolved | Resolution | duplicate | ||
| Product Version | 4.5.0 revision 34568 | ||||
| Fixed in Version | 4.5.1 revision 38045 | ||||
| Summary | 0002794: orderslist in account_order | ||||
| Description | my account --> orders only shows the last order $oView->getOrderList()|count ist right, e. g. 3, but only shows the last one  | ||||
| Tags | No tags attached. | ||||
| Theme | |||||
| Browser | All | ||||
| PHP Version | any | ||||
| Database Version | any | ||||
| duplicate of | 0002843 | resolved | Linas Kukulskis | users order history shows only last order in frontend | 
| 
		 | 
	
	As a workaround, you can move the line [{assign var=oArticleList value=$oView->getOrderArticleList() }] out of the foreach loop to the beginning of the file, above [{foreach from=$oView->getOrderList() item=order }] The products will then be fetched before the orders. Apparently there is some iterator messup because the $this->getOrderList() in account_order is being reused there...  | 
| 
		 | 
	dublicate |