📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv11.demodesign.com.tr
/
system
📝
stokta-yoksa-haber-ver.ocmod.xml
← Geri Dön
<?xml version="1.0" encoding="utf-8"?> <modification> <name>Stokta Yoksa Habere Ver</name> <version>3.8.15</version> <code>isense_notifywhenavailable_3</code> <link>#</link> <author>Artı360</author> <file path="catalog/controller/product/product.php"> <operation> <search><![CDATA[if ($product_info) {]]></search> <add position="after"><![CDATA[ $this->language->load('extension/module/notifywhenavailable'); $this->load->model('setting/setting'); $moduleSettingsNotifyWhenAvailable = $this->model_setting_setting->getSetting('notifywhenavailable', $this->config->get('config_store_id')); $data['nwa_data']['notifywhenavailable'] = isset($moduleSettingsNotifyWhenAvailable['notifywhenavailable']) ? ($moduleSettingsNotifyWhenAvailable['notifywhenavailable']) : array(); $this->load->model('localisation/language'); $current_language = $this->model_localisation_language->getLanguage($this->config->get('config_language_id')); $data['language_code'] = $current_language['code']; $data['NotifyWhenAvailable_Button'] = $this->language->get('NotifyWhenAvailable_Button'); if ($this->config->get('config_theme') == 'journal3'){ $data['current_theme'] = 'journal3'; } else{ $data['current_theme'] = 'default'; } if ($data['current_theme'] == 'journal3') { $this->document->addStyle('catalog/view/theme/' . $data['current_theme'] . '/stylesheet/notifywhenavailable.css'); } else { $this->document->addStyle('catalog/view/theme/default/stylesheet/notifywhenavailable.css'); } $data['modulePath'] = 'extension/module/notifywhenavailable'; // NotifyWhenAvailable ]]></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