Subversion Repositories SmartDukaan

Rev

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

Rev 12656 Rev 12657
Line 501... Line 501...
501
            temp = []
501
            temp = []
502
            temp.append(val)
502
            temp.append(val)
503
            if val.nlc==0 or val.nlc is None:
503
            if val.nlc==0 or val.nlc is None:
504
                print "WANLC is 0"
504
                print "WANLC is 0"
505
                temp.append("WANLC is 0")
505
                temp.append("WANLC is 0")
506
            elif ourPricingForSku.get(val.sku) is None or ourPricingForSku.get(val.sku).keys()==0:
506
            elif ourPricingForSku.get(val.sku) is None or len(ourPricingForSku.get(val.sku).keys())==0:
507
                print "Unable to fetch our price"
507
                print "Unable to fetch our price"
508
                temp.append("Unable to fetch our price")
508
                temp.append("Unable to fetch our price")
509
            else:
509
            else:
510
                print "No other seller or Unable to fetch competitive pricing"
510
                print "No other seller or Unable to fetch competitive pricing"
511
                temp.append("No other seller or Unable to fetch competitive pricing")
511
                temp.append("No other seller or Unable to fetch competitive pricing")