Subversion Repositories SmartDukaan

Rev

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

Rev 5295 Rev 5305
Line 314... Line 314...
314
    if item.featureId:
314
    if item.featureId:
315
        ds_item.feature_id = item.featureId
315
        ds_item.feature_id = item.featureId
316
    if item.featureDescription:
316
    if item.featureDescription:
317
        ds_item.feature_description = item.featureDescription
317
        ds_item.feature_description = item.featureDescription
318
    
318
    
319
    if item.otherInfo:
-
 
320
        for k,v in item.otherInfo.iteritems():
-
 
321
            info = ItemInfo()
-
 
322
            info.key = k
-
 
323
            info.value = v
-
 
324
            ds_item.iteminfo.append(info)
-
 
325
    
319
    
326
    #check if categories present. If yes, add them to system
320
    #check if categories present. If yes, add them to system
327
    
321
    
328
    if item.bestDealValue:
322
    if item.bestDealValue:
329
        ds_item.bestDealValue = item.bestDealValue
323
        ds_item.bestDealValue = item.bestDealValue