Subversion Repositories SmartDukaan

Rev

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

Rev 16459 Rev 18721
Line 28... Line 28...
28
        livePricing.coupon = ""
28
        livePricing.coupon = ""
29
        livePricing.codAvailable = 1
29
        livePricing.codAvailable = 1
30
    livePricing.tagline = d_livePricing.get('tagline')
30
    livePricing.tagline = d_livePricing.get('tagline')
31
    livePricing.offer = d_livePricing.get('offer')
31
    livePricing.offer = d_livePricing.get('offer')
32
    livePricing.gross_price = d_livePricing.get('gross_price')
32
    livePricing.gross_price = d_livePricing.get('gross_price')
33
    return livePricing 
33
    livePricing.cheapestBulkPrice = d_livePricing.get('cheapestBulkPrice')
34
    
-
 
35
    
-
 
36
    
-
 
37
    
-
 
38
    
34
    
-
 
35
    return livePricing