Commit 5f57467bd4601c23b4154ce984ecda80e7f3331b
1 parent
eb74a2bf
14.06.16
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/iam/share.php
... | ... | @@ -46,7 +46,7 @@ $this->registerJs(" |
46 | 46 | |
47 | 47 | <div class="orders_view"> |
48 | 48 | <?foreach($_items as $item_p):if(!empty($item_p->product)):?> |
49 | - <?= print_r($item_p->product); die(); ?> | |
49 | + | |
50 | 50 | <div class="order"> |
51 | 51 | <div><a href="<?=Url::to(['iam/share','deleteID'=>$item_p->id])?>" class="delete_button"></a></div> |
52 | 52 | <div class="pixbox"><a href="<?=Url::to(['catalog/product', 'product' => $item_p->product])?>"> | ... | ... |