Subversion Repositories SmartDukaan

Rev

Rev 19317 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 19317 Rev 21441
Line 8... Line 8...
8
        livePricing.source_product_name = ""
8
        livePricing.source_product_name = ""
9
        livePricing.thumbnail = ""
9
        livePricing.thumbnail = ""
10
        livePricing.coupon = ""
10
        livePricing.coupon = ""
11
        livePricing.tagline = ""
11
        livePricing.tagline = ""
12
        livePricing.offer = ""
12
        livePricing.offer = ""
-
 
13
        livePricing.identifier = ""
13
        return livePricing
14
        return livePricing
14
    
15
    
15
    livePricing._id = d_livePricing.get('_id')
16
    livePricing._id = d_livePricing.get('_id')
16
    livePricing.available_price = d_livePricing.get('available_price')
17
    livePricing.available_price = d_livePricing.get('available_price')
17
    livePricing.marketPlaceUrl = d_livePricing.get('marketPlaceUrl')
18
    livePricing.marketPlaceUrl = d_livePricing.get('marketPlaceUrl')
Line 34... Line 35...
34
    livePricing.packQuantity = d_livePricing.get('packQuantity')
35
    livePricing.packQuantity = d_livePricing.get('packQuantity')
35
    livePricing.netPriceAfterCashBack = d_livePricing.get('netPriceAfterCashBack')
36
    livePricing.netPriceAfterCashBack = d_livePricing.get('netPriceAfterCashBack')
36
    livePricing.showNetPrice = d_livePricing.get('showNetPrice')
37
    livePricing.showNetPrice = d_livePricing.get('showNetPrice')
37
    livePricing.category_id = d_livePricing.get('category_id')
38
    livePricing.category_id = d_livePricing.get('category_id')
38
    livePricing.subCategoryId = d_livePricing.get('subCategoryId')
39
    livePricing.subCategoryId = d_livePricing.get('subCategoryId')
-
 
40
    livePricing.identifier = d_livePricing.get('identifier')
39
    return livePricing 
41
    return livePricing