File tree Expand file tree Collapse file tree
src/Libraries/SmartStore.Data/Migrations Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66* #2014 Added paging and sorting for top customers report.
77* #1735 Added a setting to open a product directly if the search term matches a SKU, MPN or GTIN.
88* #1239 Added configurability of the password strength.
9+ * #1678 Determine initial working currency based on IP/country.
10+ * #1697 Added picture and color options to checkout attribute values.
911
1012### Improvements
1113* #1981 Added grouping for cart rules.
1214* #1407 Added menu to set order and payment status for orders checked in backend grid.
13- * #1778 : Back button closes offcanvas menu/cart.
15+ * #1778 Back button closes offcanvas menu/cart.
1416
1517
1618## Smartstore 4.0.1
Original file line number Diff line number Diff line change @@ -114,6 +114,26 @@ public void MigrateLocaleResources(LocaleResourcesBuilder builder)
114114 builder . AddOrUpdate ( "Admin.Orders.ProcessingResult" ,
115115 "<div>{0} of {1} orders were successfully processed.</div><div{3}>{2} orders cannot be changed as desired due to their current status and were skipped.</div>" ,
116116 "<div>Es wurden {0} von {1} Aufträgen erfolgreich verarbeitet.</div><div{3}>{2} Aufträge können aufgrund ihres aktuellen Status nicht wie gewünscht geändert werden und wurden übersprungen.</div>" ) ;
117+
118+ builder . AddOrUpdate ( "Admin.Configuration.Countries.Fields.DefaultCurrency" ,
119+ "Default currency" ,
120+ "Standardwährung" ,
121+ "Specifies the default currency. Preselects the default currency in the shop according to the country to which the current IP address belongs." ,
122+ "Legt die Standardwährung fest. Bewirkt im Shop eine Vorauswahl der Standardwährung anhand des Landes, zu dem die aktuelle IP-Adresse gehört." ) ;
123+
124+ builder . AddOrUpdate ( "Admin.Catalog.Attributes.CheckoutAttributes.Values.Fields.MediaFile" ,
125+ "Picture" ,
126+ "Bild" ,
127+ "Specifies an image to be displayed as the selection element for the attribute." ,
128+ "Legt ein Bild fest, welches als Auswahlelement für das Attribut angezeigt werden soll." ) ;
129+
130+ builder . AddOrUpdate ( "Admin.Catalog.Attributes.CheckoutAttributes.Values.Fields.Color" ,
131+ "RGB color" ,
132+ "RGB-Farbe" ,
133+ "Specifies a color for the color squares control." ,
134+ "Legt eine Farbe für das Farbflächen-Steuerelement fest." ) ;
135+
136+ builder . AddOrUpdate ( "Common.Entity.CheckoutAttributeValue" , "Checkout attribute option" , "Checkout-Attribut-Option" ) ;
117137 }
118138 }
119139}
You can’t perform that action at this time.
0 commit comments