View Issue Details

IDProjectCategoryView StatusLast Update
0000275OXID eShop (all versions)1.05. Userspublic2008-10-15 17:54
Reporterlars_sobanski Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Fixed in Version4.0.0.0 revision 13895 
Summary0000275: PersParam should be displayed in user-order history
DescriptionPersParam fields should be displayed in user-order history.

Adding following code in the account_order.tpl template dosenĀ“t work, the object seams not to be completly loaded.

[{ if $orderitem->aPersParam }]
<td valign="top" class="edittext">
[{foreach key=sVar from=$orderitem->aPersParam item=aParam}]
  , [{$sVar}] : [{$aParam}]
[{/foreach}]
</td>
[{/if}]

TagsNo tags attached.
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

rimvydas_paskevicius

2008-10-15 17:54

reporter   ~0000182

Bug fixed, but $orderitem->aPersParam is deprecated, so better use getter for persistent params $orderitem->getPersParams()