|
@@ -748,6 +748,15 @@ namespace SiteCore
|
|
|
isInList = true;
|
|
isInList = true;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ if (item.standards.Contains("宠物") && item.standards.Contains("转印贴"))
|
|
|
|
|
+ {
|
|
|
|
|
+ trade.designType = 1;
|
|
|
|
|
+ }
|
|
|
|
|
+ if (item.title.Contains("宠物") && item.title.Contains("转印贴"))
|
|
|
|
|
+ {
|
|
|
|
|
+ trade.designType = 1;
|
|
|
|
|
+ }
|
|
|
if (item.refSkuId != null && item.standards != null && (isInList || item.standards.IndexOf("#") != -1) && item.standards.IndexOf("定制") == -1)
|
|
if (item.refSkuId != null && item.standards != null && (isInList || item.standards.IndexOf("#") != -1) && item.standards.IndexOf("定制") == -1)
|
|
|
{
|
|
{
|
|
|
isXianhuo = true;
|
|
isXianhuo = true;
|
|
@@ -2371,7 +2380,7 @@ namespace SiteCore
|
|
|
{
|
|
{
|
|
|
try
|
|
try
|
|
|
{
|
|
{
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
string strPrice = acclist[5];
|
|
string strPrice = acclist[5];
|
|
|
if (strPrice.IndexOf("元") != -1)
|
|
if (strPrice.IndexOf("元") != -1)
|
|
|
{
|
|
{
|