bera_ramazan Posted July 17, 2009 Share Posted July 17, 2009 Bildiğiniz üzere bu modül v 1.2 var ama 1.1 e uyarladımKurulum :Öncelikle admin/modüles e girip Emaille uyarı (Mail alerts) i kaldırmanız gerikir.sonra ftpnizden /modules e girim Mailalerts kalasörünün adını herhangi bir isim olarak değiştirin.zipten çıkan dosyaları kök kalasöüne atın ve admin/modules den kurabilirsiniz. Mailalerts.zip Link to comment Share on other sites More sharing options...
rockman Posted July 18, 2009 Share Posted July 18, 2009 teşekürler kardeş elline kolluna sağlık Link to comment Share on other sites More sharing options...
bera_ramazan Posted July 18, 2009 Author Share Posted July 18, 2009 teşekürler kardeş elline kolluna sağlık saol kardeşim Link to comment Share on other sites More sharing options...
FaTaLiTe Posted July 18, 2009 Share Posted July 18, 2009 Güzel paylaşım kardeşim saol... Satsak kaça satardık acaba :D bu foruma girince insan böyle düşünceleremi kapılıyor nedir Link to comment Share on other sites More sharing options...
bera_ramazan Posted July 18, 2009 Author Share Posted July 18, 2009 Güzel paylaşım kardeşim saol... Satsak kaça satardık acaba :D bu foruma girince insan böyle düşünceleremi kapılıyor nedir burada herkesin parası var Link to comment Share on other sites More sharing options...
medes Posted July 31, 2009 Share Posted July 31, 2009 Modül için teşekkürlerModülü kurduğumda ve kullanmaya başladığımda bir hata farkettim. Stoğa girince haber ver'e tıklandığında listeye kayıt olunuyor. Kayıt olduğunuz ürünlere girilip silinmeye çalıştığındada hata veriyor ve silmiyor.Böyle bir sorunla karşılaşan arkadaşlarımız varsa çözümü ;/modules/mailalerts/ içindeki myalerts.php dosyası içindeki <?php include(dirname(__FILE__).'/../../config/config.inc.php'); include(dirname(__FILE__).'/../../header.php'); $errors = array(); if ($cookie->isLogged()) { if (Tools::getValue('action') == 'delete') { $id_customer = intval($cookie->id_customer); if (!$id_product = intval(Tools::getValue('id_product'))) $errors[] = Tools::displayError('You need a product to delete an alert'); $id_product_attribute = intval(Tools::getValue('id_product_attribute')); MailAlerts::deleteAlert($id_customer, $id_product, $id_product_attribute); } $smarty->assign('alerts', MailAlerts::getProductsAlerts(intval($cookie->id_customer), intval($cookie->id_lang))); } else { $errors[] = Tools::displayError('You need to be logged to manage your alerts'); } $smarty->assign('id_customer', intval($cookie->id_customer)); $smarty->assign('errors', $errors); $smarty->display(dirname(__FILE__).'/myalerts.tpl'); include(dirname(__FILE__).'/../../footer.php'); ?> kodu aşağıdaki ile değiştirin <?php include(dirname(__FILE__).'/../../config/config.inc.php'); include(dirname(__FILE__).'/../../header.php'); $errors = array(); if ($cookie->isLogged()) { if (Tools::getValue('action') == 'delete') { $id_customer = intval($cookie->id_customer); if (!$id_product = intval(Tools::getValue('id_product'))) $errors[] = Tools::displayError('You need a product to delete an alert'); $id_product_attribute = intval(Tools::getValue('id_product_attribute')); $customer_email = intval(Tools::getValue('customer_email')); MailAlerts::deleteAlert($id_customer, $customer_email, $id_product, $id_product_attribute); } $smarty->assign('alerts', MailAlerts::getProductsAlerts(intval($cookie->id_customer), intval($cookie->id_lang))); } else { $errors[] = Tools::displayError('You need to be logged to manage your alerts'); } $smarty->assign('id_customer', intval($cookie->id_customer)); $smarty->assign('errors', $errors); $smarty->display(dirname(__FILE__).'/myalerts.tpl'); include(dirname(__FILE__).'/../../footer.php'); ?> Değişen kısım; $customer_email = intval(Tools::getValue('customer_email')); MailAlerts::deleteAlert($id_customer, $customer_email, $id_product, $id_product_attribute); Link to comment Share on other sites More sharing options...
bera_ramazan Posted July 31, 2009 Author Share Posted July 31, 2009 Eywallah saol Link to comment Share on other sites More sharing options...
marvinaxe Posted January 16, 2010 Share Posted January 16, 2010 Bu modül hangi versiyon için?Kullanımı hakkında bilgi verebillirmisiniz? Link to comment Share on other sites More sharing options...
Recommended Posts