bonjour
j'ai eu du mal à trouver, mais en fait il manquait une modification dans un fichier du Core...
Code: Select all
Fichier /templates/default/includes/pages/checkout_shiping.php
ligne en rouge aux alentours de la ligne 46
foreach (($quote['methods'] ?? []) as $method) {
echo (isset($method['detail'])) ? $method['detail'] : ''; //Spécifique
?>
<tr class="table-selection">
<td>
<?php
je l'avais fait pour autre chose, et donc je n'y ai plus pensé... désolé...
j'en ai profité pour faire un package plus récent avec quelques corrections.
il reste :
- un soucis avec la modification du relay quand on revient depuis le checkout_confirmation
- prévenir le client quand on fait l'envoi
à bientôt
Nicolas
Hello
I had trouble finding it, but a modification was missing in a file in the Core...
Code: Select all
File /templates/default/includes/pages/checkout_shiping.php
around line 46
foreach (($ quote ['methods'] ?? []) as $ method) {
echo (isset ($ method ['detail']))? $ method ['detail']: ''; //Specific
?>
<tr class = "table-selection">
<td>
<? php
I've done it for something else, and so I didn't think about it... sorry...
I took the opportunity to make a more recent package with some fixes.
it stays :
- a problem with the modification of the relay when returning from checkout_confirmation
- notify the customer when the shipment is made
You do not have the required permissions to view the files attached to this post.