This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(Changed because Translation Service applied.) | (Verändert da Übersetzungsservice angewandt wurde. | |
---|---|---|
License | Lizenz | |
-- Please select -- | -- Bitte wählen -- | |
- Payment And Shipping | - Bezahlung und Versand | |
- Selling | - Verkauf | |
- Synchronization | - Synchronisation | |
%amount% listing(s) were successfully deleted | %amount% Liste(n) wurden erfolgreich gelöscht | |
%amount% record(s) are used in Listing(s). | %amount% Datensätz(e) werden in Angebote(n) verwendet. | |
%amount% record(s) are used in M2E Listing(s). | %amount% Datensätz(e) werden in M2E Angebote(n) verwendet. | |
%amount% record(s) were successfully deleted. | %amount% Datensätz(e) wurden erfolgreich gelöscht. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/skin/frontend/rwd/default/js/configurableswatches/product-media.js b/skin/frontend/rwd/default/js/configurableswatches/product-media.js | |
index 17fd81f..5726200 100644 | |
--- a/skin/frontend/rwd/default/js/configurableswatches/product-media.js | |
+++ b/skin/frontend/rwd/default/js/configurableswatches/product-media.js | |
@@ -65,8 +65,11 @@ var ConfigurableMediaImages = { | |
}); | |
}); | |
+ compatibleProducts.sort(); | |
+ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: lib/Varien/Cache/Core.php | |
=================================================================== | |
--- lib/Varien/Cache/Core.php (revision 63515) | |
+++ lib/Varien/Cache/Core.php (working copy) | |
@@ -70,7 +70,7 @@ | |
* @throws Zend_Cache_Exception | |
* @return boolean True if no problem | |
*/ | |
- public function save($data, $id = null, $tags = array(), $specificLifetime = false, $priority = 8) | |
+ public function save($data, $id = null, $tags = array(), $specificLifetime = false, $priority = 10) |