Production release
This commit is contained in:
1
cart.php
1
cart.php
@@ -181,6 +181,7 @@ $view .= '
|
||||
</td>';
|
||||
}
|
||||
$view .= ' <td class="cart_price product-total">'.currency_code.''.number_format($product['options_price'] * $product['quantity'],2).'</td>
|
||||
<td><a href="'.url('index.php?page=cart&remove=' . $num).'" class="remove">🗑️</a></td>
|
||||
</tr>';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user