Merge branch 'ticket-7768-UpdateSAV' into develop

This commit is contained in:
Marion Muszynski 2016-11-24 16:34:33 +01:00
commit d8df8aa34b
2 changed files with 6 additions and 2 deletions

View File

@ -59,7 +59,9 @@ if(isset($_GET['id_order']) && isset($_GET['tokenAddress']) && isset($_GET['toke
}
}
}
$html .= '</div>
$html .= '<h5>Paiement</h5>
<p><span class="anticon anticon-credit-card"></span> <b>'.$order->payment.'</b></p>
</div>
<div class="my-cart">
<h5>Produits</h5>
<ul>';

View File

@ -234,7 +234,9 @@ class BlockOrderSummary extends Module {
}
}
}
echo '</div>
echo '<h5>'.$this->l('Paiement').'</h5>
<p><span class="anticon anticon-credit-card"></span> <b>'.$params['order']->payment.'</b></p>
</div>
<div class="my-cart">
<h5>'.$this->l('My Cart').'</h5>
<ul>';