📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv11.demodesign.com.tr
/
catalog
/
model
/
extension
/
total
📝
tax.php
← Geri Dön
<?php class ModelExtensionTotalTax extends Model { public function getTotal($total) { foreach ($total['taxes'] as $key => $value) { if ($value > 0) { $total['totals'][] = array( 'code' => 'tax', 'title' => $this->tax->getRateName($key), 'value' => $value, 'sort_order' => $this->config->get('total_tax_sort_order') ); $total['total'] += $value; } } } }
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula