Merge branch 'ticket-7768-UpdateSAV' into develop
This commit is contained in:
commit
d8df8aa34b
@ -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>';
|
||||
|
@ -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>';
|
||||
|
Loading…
Reference in New Issue
Block a user