| | |
| | | obj.distributionCutMoney = p.distributionCutMoney; |
| | | obj.cutMoney = p.cutMoney; |
| | | obj.distributionPrice= p.distributionPrice; |
| | | obj.isCustomizable = p.isCustomizable; |
| | | products.Add(obj); |
| | | |
| | | var pd = new CoreCmsProductsDistribution(); |
| | |
| | | obj.distributionCutMoney = oldObj.distributionCutMoney; |
| | | obj.cutMoney = oldObj.cutMoney; |
| | | obj.distributionPrice = oldObj.distributionPrice; |
| | | |
| | | obj.isCustomizable = oldObj.isCustomizable; |
| | | if (string.IsNullOrEmpty(obj.images)) |
| | | { |
| | | obj.images = goods.image; |
| | |
| | | p.distributionPrice = child.distributionPrice; |
| | | p.cutMoney = child.cutMoney; |
| | | p.distributionCutMoney = child.distributionCutMoney; |
| | | p.isCustomizable= child.isCustomizable; |
| | | |
| | | } |
| | | }); |
| | |
| | | obj.distributionPrice = p.distributionPrice; |
| | | obj.cutMoney = p.cutMoney; |
| | | obj.distributionCutMoney = p.distributionCutMoney; |
| | | obj.isCustomizable =p.isCustomizable; |
| | | if (string.IsNullOrEmpty(p.images)) |
| | | { |
| | | obj.images = oldModel.image; |
| | |
| | | obj.distributionPrice = newObj.distributionPrice; |
| | | obj.cutMoney = newObj.cutMoney; |
| | | obj.distributionCutMoney = newObj.distributionCutMoney; |
| | | obj.isCustomizable = newObj.isCustomizable; |
| | | if (string.IsNullOrEmpty(newObj.images)) |
| | | { |
| | | obj.images = oldModel.image; |
| | |
| | | obj.distributionPrice = newObj.distributionPrice; |
| | | obj.cutMoney = newObj.cutMoney; |
| | | obj.distributionCutMoney = newObj.distributionCutMoney; |
| | | obj.isCustomizable = newObj.isCustomizable; |
| | | if (string.IsNullOrEmpty(newObj.images)) |
| | | { |
| | | obj.images = oldModel.image; |