File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Libraries/SmartStore.Data/Setup/SeedData
Presentation/SmartStore.Web/Themes/Flex/Content Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8034,9 +8034,9 @@ public IList<ProductVariantAttributeCombination> ProductVariantAttributeCombinat
80348034 //Price = ballChairPrice
80358035 });
80368036 }
8037- catch (Exception e)
8037+ catch
80388038 {
8039- Console.WriteLine("An error occurred: '{0}'", ( framecolorValue.Alias + "_" + lenscolorValue.Alias) );
8039+ Console.WriteLine("An error occurred: '{0}'", framecolorValue.Alias + "_" + lenscolorValue.Alias);
80408040 }
80418041 }
80428042 }
Original file line number Diff line number Diff line change @@ -224,6 +224,8 @@ $art-border-color: #ddd;
224224 font-size : $art-font-size ;
225225 font-weight : $font-weight-medium ;
226226 text-align : center ;
227+ overflow : hidden ;
228+ text-overflow : ellipsis ;
227229 > a { color : $body-color ; }
228230}
229231
You can’t perform that action at this time.
0 commit comments