Skip to content

Commit

Permalink
fix example products; added to project; removed background;
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Schmidt committed Aug 15, 2019
1 parent 2517ba3 commit 4b34b38
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9096,7 +9096,7 @@ public IList<Category> CategoriesSecondLevel()
Name = "Trousers",
Alias = "Pants",
CategoryTemplateId = categoryTemplateInGridAndLines.Id,
Picture = CreatePicture(File.ReadAllBytes(sampleImagesPath + "category_trousers.jpg"), "image/png", GetSeName("Trousers")),
Picture = CreatePicture(File.ReadAllBytes(sampleImagesPath + "category_trousers.png"), "image/png", GetSeName("Trousers")),
Published = true,
ParentCategoryId = _ctx.Set<Category>().Where(x => x.MetaTitle == "Fashion").First().Id,
DisplayOrder = 1,
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions src/Presentation/SmartStore.Web/SmartStore.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -546,10 +546,25 @@
<Content Include="App_Data\Samples\category_giftcards.png" />
<Content Include="App_Data\Samples\category_glasses.png" />
<Content Include="App_Data\Samples\category_golf.jpg" />
<Content Include="App_Data\Samples\category_jackets.jpg">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="App_Data\Samples\category_leather_jackets.jpg">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="App_Data\Samples\category_notebooks.png" />
<Content Include="App_Data\Samples\category_shoes.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="App_Data\Samples\category_soccer.png" />
<Content Include="App_Data\Samples\category_sports.jpg" />
<Content Include="App_Data\Samples\category_sunglasses.jpg" />
<Content Include="App_Data\Samples\category_tracksuit.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="App_Data\Samples\category_trousers.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="App_Data\Samples\category_watches.png" />
<Content Include="App_Data\Samples\company_logo.png" />
<Content Include="App_Data\Samples\emblem_library.png" />
Expand All @@ -574,6 +589,15 @@
<Content Include="App_Data\Samples\manufacturer_breitling.png" />
<Content Include="App_Data\Samples\manufacturer_EA_Sports.png" />
<Content Include="App_Data\Samples\manufacturer_festina.png" />
<Content Include="App_Data\Samples\manufacturer_Jack_Wolfskin.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="App_Data\Samples\manufacturer_MeyAndEdlich.jpg">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="App_Data\Samples\manufacturer_microsoft.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="App_Data\Samples\manufacturer_nike.png" />
<Content Include="App_Data\Samples\manufacturer_oakley.png" />
<Content Include="App_Data\Samples\manufacturer_puma.jpg" />
Expand Down Expand Up @@ -613,6 +637,9 @@
<Content Include="App_Data\Samples\product_adidas-tango-pasadena-ball-red.jpg" />
<Content Include="App_Data\Samples\product_adidas-tango-pasadena-ball-white.png" />
<Content Include="App_Data\Samples\product_adidas-tango-pasadena-ball-yellow.jpg" />
<Content Include="App_Data\Samples\product_adidas_superstar_schuh_1.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="App_Data\Samples\product_all-court-basketball.png" />
<Content Include="App_Data\Samples\product_allstar_charcoal.jpg" />
<Content Include="App_Data\Samples\product_allstar_converse.jpg" />
Expand Down Expand Up @@ -705,6 +732,9 @@
<Content Include="App_Data\Samples\product_iphone-plus_silver.jpg" />
<Content Include="App_Data\Samples\product_iphoneplus_1.jpg" />
<Content Include="App_Data\Samples\product_iphoneplus_2.jpg" />
<Content Include="App_Data\Samples\product_jack_wolfskin_kanuka_point_1.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="App_Data\Samples\product_ladies_jacket_black.jpg" />
<Content Include="App_Data\Samples\product_ladies_jacket_blue.jpg" />
<Content Include="App_Data\Samples\product_ladies_jacket_green.jpg" />
Expand Down Expand Up @@ -757,6 +787,12 @@
<Content Include="App_Data\Samples\product_ultimate-apple-pro-hipster-bundle.jpg" />
<Content Include="App_Data\Samples\product_watchseries2_1.jpg" />
<Content Include="App_Data\Samples\product_watchseries2_2.jpg" />
<Content Include="App_Data\Samples\product_wolfskin_shoes_coogee_1.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="App_Data\Samples\product_xbox_one_s_1.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="App_Data\Samples\ps4_bundle_minecraft.jpg" />
<Content Include="App_Data\Samples\sony-ps3-white.jpg" />
<Content Include="App_Data\Samples\sony-PS3AssassinsCreedBundle.jpg" />
Expand Down

0 comments on commit 4b34b38

Please sign in to comment.