| Line 418... |
Line 418... |
| 418 |
mpHistory.ourSellingPrice = snapdealPricing.ourSp
|
418 |
mpHistory.ourSellingPrice = snapdealPricing.ourSp
|
| 419 |
mpHistory.ourTp = snapdealPricing.ourTp
|
419 |
mpHistory.ourTp = snapdealPricing.ourTp
|
| 420 |
mpHistory.ourNlc = snapdealItemInfo.nlc
|
420 |
mpHistory.ourNlc = snapdealItemInfo.nlc
|
| 421 |
mpHistory.secondLowestSellerName = snapdealDetails.secondLowestSellerName
|
421 |
mpHistory.secondLowestSellerName = snapdealDetails.secondLowestSellerName
|
| 422 |
mpHistory.secondLowestSellerCode = snapdealDetails.secondLowestSellerCode
|
422 |
mpHistory.secondLowestSellerCode = snapdealDetails.secondLowestSellerCode
|
| 423 |
mpHistory.secondLowestSellingPrice = snapdealDetails.secondLowestSp
|
423 |
mpHistory.secondLowestSellingPrice = snapdealDetails.secondLowestSellerSp
|
| 424 |
mpHistory.secondLowestOfferPrice = snapdealDetails.secondLowestOfferPrice
|
424 |
mpHistory.secondLowestOfferPrice = snapdealDetails.secondLowestOfferPrice
|
| 425 |
mpHistory.secondLowestTp = snapdealPricing.secondLowestSellerTp
|
425 |
mpHistory.secondLowestTp = snapdealPricing.secondLowestSellerTp
|
| 426 |
if (snapdealPricing.competitionBasis=='SP'):
|
426 |
if (snapdealPricing.competitionBasis=='SP'):
|
| 427 |
proposed_sp = max(snapdealDetails.secondLowestSellerSp - max((20, snapdealDetails.secondLowestSellerSp*0.002)), snapdealPricing.lowestPossibleSp)
|
427 |
proposed_sp = max(snapdealDetails.secondLowestSellerSp - max((20, snapdealDetails.secondLowestSellerSp*0.002)), snapdealPricing.lowestPossibleSp)
|
| 428 |
proposed_tp = getTargetTp(proposed_sp,mpItem)
|
428 |
proposed_tp = getTargetTp(proposed_sp,mpItem)
|