kirilkirkov / Ecommerce-CodeIgniter-Bootstrap

Responsive, Multi-Vendor, MultiLanguage Online Store Platform (shopping cart solution)
MIT License
1.3k stars 949 forks source link

e-mail or sms notification #143

Closed aswinsasi closed 5 years ago

aswinsasi commented 5 years ago

sir, how we know when someone order for a product..can you give a notification option wehn someone book a product..

kirilkirkov commented 5 years ago

@aswinsasi You allready have. In application/controllers/Checkout.php find method sendNotifications() and there you can find the logic of notifications. The query is "SELECT email FROM users WHERE notify = 1". You admin account must have notify value 1 and you must have configured email server in - application/libraries/SendMail.php

aswinsasi commented 5 years ago

thank you sir but now an eroor occuered sir in admin/orders new orderid not confirmed msg shown what is that sir

On Tue, Feb 19, 2019 at 9:04 PM Kiril Kirkov notifications@github.com wrote:

Closed #143 https://github.com/kirilkirkov/Ecommerce-CodeIgniter-Bootstrap/issues/143 .

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/kirilkirkov/Ecommerce-CodeIgniter-Bootstrap/issues/143#event-2149231180, or mute the thread https://github.com/notifications/unsubscribe-auth/AdGuQSbgBuNpjk7nnmaGeUNF3lU-OOEbks5vPBl4gaJpZM4bCKMv .

aswinsasi commented 5 years ago

thank you sir but now an eroor occuered sir in admin/orders new orderid not confirmed msg shown what is that sir and when i click processed button error with status change check log msg appear as popup

On Tue, Feb 19, 2019 at 9:13 PM Aswin S aswinfear01@gmail.com wrote:

thank you sir but now an eroor occuered sir in admin/orders new orderid not confirmed msg shown what is that sir

On Tue, Feb 19, 2019 at 9:04 PM Kiril Kirkov notifications@github.com wrote:

Closed #143 https://github.com/kirilkirkov/Ecommerce-CodeIgniter-Bootstrap/issues/143 .

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/kirilkirkov/Ecommerce-CodeIgniter-Bootstrap/issues/143#event-2149231180, or mute the thread https://github.com/notifications/unsubscribe-auth/AdGuQSbgBuNpjk7nnmaGeUNF3lU-OOEbks5vPBl4gaJpZM4bCKMv .

aswinsasi commented 5 years ago

A PHP Error was encountered

Severity: Warning

Message: A non-numeric value encountered

Filename: ecommerce/orders.php

Line Number: 146

Backtrace:

when i click admin/orders moreifo under product details this will appear

On Tue, Feb 19, 2019 at 9:15 PM Aswin S aswinfear01@gmail.com wrote:

thank you sir but now an eroor occuered sir in admin/orders new orderid not confirmed msg shown what is that sir and when i click processed button error with status change check log msg appear as popup

On Tue, Feb 19, 2019 at 9:13 PM Aswin S aswinfear01@gmail.com wrote:

thank you sir but now an eroor occuered sir in admin/orders new orderid not confirmed msg shown what is that sir

On Tue, Feb 19, 2019 at 9:04 PM Kiril Kirkov notifications@github.com wrote:

Closed #143 https://github.com/kirilkirkov/Ecommerce-CodeIgniter-Bootstrap/issues/143 .

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/kirilkirkov/Ecommerce-CodeIgniter-Bootstrap/issues/143#event-2149231180, or mute the thread https://github.com/notifications/unsubscribe-auth/AdGuQSbgBuNpjk7nnmaGeUNF3lU-OOEbks5vPBl4gaJpZM4bCKMv .

kirilkirkov commented 5 years ago

@aswinsasi I cant reproduce. Give me step by step

aswinsasi commented 5 years ago

Sir i cant get email notifiaction after i put my email address and password on phpmailer .. There is no notification ...what i need to change....the username and password in sendmail() is changed witg my gmail email and password...what to do to get notificaion

On Wed, Feb 20, 2019, 00:37 Kiril Kirkov <notifications@github.com wrote:

@aswinsasi https://github.com/aswinsasi I cant reproduce. Give me step by step

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/kirilkirkov/Ecommerce-CodeIgniter-Bootstrap/issues/143#issuecomment-465268364, or mute the thread https://github.com/notifications/unsubscribe-auth/AdGuQcxxgF3PDH6eUy-WQCi7jcA5siueks5vPEuAgaJpZM4bCKMv .

aswinsasi commented 5 years ago

Thank you.i got it

On Wed, Feb 20, 2019, 08:02 Aswin S <aswinfear01@gmail.com wrote:

Sir i cant get email notifiaction after i put my email address and password on phpmailer .. There is no notification ...what i need to change....the username and password in sendmail() is changed witg my gmail email and password...what to do to get notificaion

On Wed, Feb 20, 2019, 00:37 Kiril Kirkov <notifications@github.com wrote:

@aswinsasi https://github.com/aswinsasi I cant reproduce. Give me step by step

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/kirilkirkov/Ecommerce-CodeIgniter-Bootstrap/issues/143#issuecomment-465268364, or mute the thread https://github.com/notifications/unsubscribe-auth/AdGuQcxxgF3PDH6eUy-WQCi7jcA5siueks5vPEuAgaJpZM4bCKMv .