📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv11.demodesign.com.tr
/
system
📝
sepettekalan.ocmod.xml
← Geri Dön
<?xml version="1.0" encoding="utf-8"?> <modification> <name><strong style="color:#409e40;">Sepette Kalan Ürünler </strong></name> <code>Sepette Kalan Ürünler</code> <version>1.0</version> <author>Mağaza</author> <file path="admin/controller/common/column_left.php"> <operation> <search> <![CDATA[if ($catalog) {]]> </search> <add position="before"> <![CDATA[ if ($this->user->hasPermission('access', 'catalog/productInCart') && $this->config->get('module_productInCart_status')) { $this->load->language("catalog/productInCart"); $catalog[] = array( 'name' => $this->language->get('text_mod'), 'href' => $this->url->link('catalog/productInCart', 'user_token=' . $this->session->data['user_token'], true), 'children' => array() ); } ]]> </add> </operation> </file> </modification>
💾 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