Subversion Repositories SmartDukaan

Rev

Rev 12993 | Rev 12995 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12993 Rev 12994
Line 718... Line 718...
718
    orderQuantity = orderQuantity - 1
718
    orderQuantity = orderQuantity - 1
719
    
719
    
720
    if orderQuantity !=0 and orderQuantity >0:
720
    if orderQuantity !=0 and orderQuantity >0:
721
        smsText = smsText + " and " + str(orderQuantity) + " other items"
721
        smsText = smsText + " and " + str(orderQuantity) + " other items"
722
    
722
    
723
    smsText = smsText +" amounting Rs. "+transactionAmount+ ". Check your email for details." 
723
    smsText = smsText +" amounting Rs. "+str(transactionAmount)+ ". Check your email for details." 
724
        
724
        
725
    bcc = []
725
    bcc = []
726
    if advance_amount  > 0:
726
    if advance_amount  > 0:
727
        store = get_hotspot_store(orders[0].storeId, "")
727
        store = get_hotspot_store(orders[0].storeId, "")
728
        bcc = bcc + store.approvalEmail.split(';')  + [store.email,  "amit.gupta@shop2020.in", "rajneesh.arora@shop2020.in", "amit.sirohi@shop2020.in"]
728
        bcc = bcc + store.approvalEmail.split(';')  + [store.email,  "amit.gupta@shop2020.in", "rajneesh.arora@shop2020.in", "amit.sirohi@shop2020.in"]