Merhabalar ,
Sitede minimum siparş tutarı 300 TL idi.
Catalog-controller - checkout.php
dosyasında
if ($this->cart->getSubtotal() < 300) {
$this->session->data['error'] = 'Minimum sipariş tutarı 300 TL olmalıdır. ';
$this->response->redirect($this->url->link('checkout/cart'));
}
bunu 500 olarak değiştirdim fakat hala 300 hatası alıyorun