View Issue Details

IDProjectCategoryView StatusLast Update
0001038OXID eShop (all versions)1.05. Userspublic2010-04-08 10:54
Reportermarco_steinhaeuser Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.1.3 revision 19918 
Fixed in Version4.1.3 revision 19918 
Summary0001038: deleted product still appears in order history
DescriptionWhen I bought an article, it appears in order history.

Deleting this article in backend and looking at the order history (recent orders on top), the deleted product still appears but not that products ordered before. Also, the layout is blown.

From
http://www.oxid-esales.com/forum/showthread.php?t=1595
not reproduced
Additional Informationworkaround uncommenting lines 100 - 104 in account_oder.tpl:

100 [{* if $oArticle->isBuyable() *}]
101 [{if $oArticle->oxarticles__oxid->value }]
102 <a id="test_accOrderToBasket_[{$order->oxorder__oxordernr->value}]_[{$smarty.foreach.testOrderItem.iteration}]" href="[{ oxgetseourl ident=$oViewConf->getSelfLink()|cat:"cl=account_order" params="fnc=tobasket&aid=`$oArticle->oxarticles__oxid->value`&am=1" }]" class="tocart" rel="nofollow"></a>
103 [{/if }]
104 [{* /if *}]
TagsNo tags attached.
Theme
BrowserAll
PHP Version5.2.6
Database Version5.0.33

Activities

birute_meilutyte

2009-06-25 12:02

reporter   ~0001114

problem was fixex in eShop 4.1.3 version