darkknightt yilmaz70 yigitcankus Snews

1.5.6.4 sürümü kategori sayfası için aşağıdaki değişikliği yapın. Diğer sayfa ve modüllerde benzer kodları arayın ve değişiklikleri uygulayın.

product/category.php dosyasında bu ve değiştirin.

BULUN
if (($this->config->get('config_customer_price') && $this->customer->isLogged()) || !$this->config->get('config_customer_price')) {

DEĞİŞTİRİN
if ($result['price'] <= '0.0000') {
$price = false;
} elseif (($this->config->get('config_customer_price') && $this->customer->isLogged()) || !$this->config->get('config_customer_price')) {