Interface_Frontend_Rwd_Default - Version 1.9.3.0

Version Notes

1.9.3.0

Download this release

Release Info

Developer Magento Core Team
Extension Interface_Frontend_Rwd_Default
Version 1.9.3.0
Comparing to
See all releases


Code changes from version 1.9.2.4 to 1.9.3.0

Files changed (25) hide show
  1. app/design/frontend/rwd/default/layout/catalog.xml +3 -0
  2. app/design/frontend/rwd/default/layout/configurableswatches.xml +8 -1
  3. app/design/frontend/rwd/default/layout/page.xml +0 -2
  4. app/design/frontend/rwd/default/layout/review.xml +1 -0
  5. app/design/frontend/rwd/default/template/bundle/catalog/product/view/type/bundle/option/select.phtml +2 -1
  6. app/design/frontend/rwd/default/template/catalog/product/view/addtocart.phtml +1 -1
  7. app/design/frontend/rwd/default/template/catalog/product/view/type/grouped.phtml +2 -2
  8. app/design/frontend/rwd/default/template/checkout/cart/item/configure/updatecart.phtml +1 -1
  9. app/design/frontend/rwd/default/template/checkout/cart/item/default.phtml +1 -1
  10. app/design/frontend/rwd/default/template/checkout/cart/render/default.phtml +1 -1
  11. app/design/frontend/rwd/default/template/checkout/cart/render/simple.phtml +1 -1
  12. app/design/frontend/rwd/default/template/checkout/onepage/payment.phtml +1 -0
  13. app/design/frontend/rwd/default/template/configurableswatches/catalog/product/list/price/js.phtml +32 -0
  14. app/design/frontend/rwd/default/template/configurableswatches/catalog/product/list/swatches.phtml +4 -1
  15. app/design/frontend/rwd/default/template/customer/form/edit.phtml +11 -22
  16. app/design/frontend/rwd/default/template/downloadable/checkout/cart/item/default.phtml +1 -1
  17. app/design/frontend/rwd/default/template/wishlist/item/column/quantity.phtml +1 -1
  18. package.xml +6 -6
  19. skin/frontend/rwd/default/js/app.js +13 -13
  20. skin/frontend/rwd/default/js/configurableswatches/configurable-swatch-prices.js +75 -0
  21. skin/frontend/rwd/default/js/configurableswatches/product-media.js +17 -13
  22. skin/frontend/rwd/default/js/configurableswatches/swatches-list.js +14 -3
  23. skin/frontend/rwd/default/js/configurableswatches/swatches-product.js +4 -5
  24. skin/frontend/rwd/default/js/minicart.js +9 -2
  25. skin/frontend/rwd/default/js/opcheckout_rwd.js +1 -1
app/design/frontend/rwd/default/layout/catalog.xml CHANGED
@@ -168,6 +168,7 @@ Compare products page
168
  <reference name="head">
169
  <action method="addJs"><script>scriptaculous/scriptaculous.js</script></action>
170
  <action method="addJs"><script>varien/product.js</script></action>
 
171
  <action method="unsetChild"><name>head.viewport</name></action>
172
  </reference>
173
  <reference name="content">
@@ -193,6 +194,7 @@ Product view
193
  </reference>
194
  <reference name="head">
195
  <action method="addJs"><script>varien/product.js</script></action>
 
196
  <action method="addJs"><script>varien/configurable.js</script></action>
197
  <action method="addItem"><type>skin_js</type><script>js/lib/elevatezoom/jquery.elevateZoom-3.0.8.min.js</script></action>
198
 
@@ -349,6 +351,7 @@ Product send to friend
349
  </reference>
350
  <reference name="head">
351
  <action method="addJs"><script>varien/product.js</script></action>
 
352
  </reference>
353
  <reference name="content">
354
  <block type="catalog/product_send" name="product.send" template="catalog/product/send.phtml">
168
  <reference name="head">
169
  <action method="addJs"><script>scriptaculous/scriptaculous.js</script></action>
170
  <action method="addJs"><script>varien/product.js</script></action>
171
+ <action method="addJs"><script>varien/product_options.js</script></action>
172
  <action method="unsetChild"><name>head.viewport</name></action>
173
  </reference>
174
  <reference name="content">
194
  </reference>
195
  <reference name="head">
196
  <action method="addJs"><script>varien/product.js</script></action>
197
+ <action method="addJs"><script>varien/product_options.js</script></action>
198
  <action method="addJs"><script>varien/configurable.js</script></action>
199
  <action method="addItem"><type>skin_js</type><script>js/lib/elevatezoom/jquery.elevateZoom-3.0.8.min.js</script></action>
200
 
351
  </reference>
352
  <reference name="head">
353
  <action method="addJs"><script>varien/product.js</script></action>
354
+ <action method="addJs"><script>varien/product_options.js</script></action>
355
  </reference>
356
  <reference name="content">
357
  <block type="catalog/product_send" name="product.send" template="catalog/product/send.phtml">
app/design/frontend/rwd/default/layout/configurableswatches.xml CHANGED
@@ -29,6 +29,12 @@
29
 
30
  <product_list>
31
  <reference name="head">
 
 
 
 
 
 
32
  <action method="addItem"><type>skin_js</type><name>js/configurableswatches/product-media.js</name></action>
33
  <action method="addItem"><type>skin_js</type><name>js/configurableswatches/swatches-list.js</name></action>
34
  </reference>
@@ -37,6 +43,7 @@
37
  </reference>
38
  <reference name="product_list.after">
39
  <block type="configurableswatches/catalog_media_js_list" name="configurableswatches.media.js.list" />
 
40
  </reference>
41
  </product_list>
42
 
@@ -59,7 +66,7 @@
59
  <PRODUCT_TYPE_configurable>
60
  <reference name="head">
61
  <action method="addItem"><type>skin_js</type><name>js/configurableswatches/product-media.js</name></action>
62
- <action method="addItem"><type>skin_js</type><name>js/configurableswatches/swatches-product.js</name></action>
63
  </reference>
64
  <reference name="product.info.media">
65
  <action method="setGalleryFilterHelper"><helper>configurableswatches/productimg</helper></action>
29
 
30
  <product_list>
31
  <reference name="head">
32
+ <action method="addJs" ifconfig="configswatches/general/product_list_price_change">
33
+ <name>varien/product_options.js</name>
34
+ </action>
35
+ <action method="addItem" ifconfig="configswatches/general/product_list_price_change">
36
+ <type>skin_js</type><name>js/configurableswatches/configurable-swatch-prices.js</name>
37
+ </action>
38
  <action method="addItem"><type>skin_js</type><name>js/configurableswatches/product-media.js</name></action>
39
  <action method="addItem"><type>skin_js</type><name>js/configurableswatches/swatches-list.js</name></action>
40
  </reference>
43
  </reference>
44
  <reference name="product_list.after">
45
  <block type="configurableswatches/catalog_media_js_list" name="configurableswatches.media.js.list" />
46
+ <block type="configurableswatches/catalog_product_list_price" name="configurableswatches.price.js.list" />
47
  </reference>
48
  </product_list>
49
 
66
  <PRODUCT_TYPE_configurable>
67
  <reference name="head">
68
  <action method="addItem"><type>skin_js</type><name>js/configurableswatches/product-media.js</name></action>
69
+ <action method="addItem"><type>skin_js</type><name helper="configurableswatches/getSwatchesProductJs"></name></action>
70
  </reference>
71
  <reference name="product.info.media">
72
  <action method="setGalleryFilterHelper"><helper>configurableswatches/productimg</helper></action>
app/design/frontend/rwd/default/layout/page.xml CHANGED
@@ -174,9 +174,7 @@
174
  <action method="addJs"><script>varien/js.js</script></action>
175
 
176
  <action method="addCss"><stylesheet>css/styles.css</stylesheet></action>
177
- <action method="addItem"><type>skin_css</type><name>css/styles-ie.css</name><params/><if>lt IE 8</if></action>
178
  <action method="addCss"><stylesheet>css/widgets.css</stylesheet></action>
179
- <action method="addCss"><stylesheet>css/print.css</stylesheet><params>media="print"</params></action>
180
 
181
  <action method="addItem"><type>js</type><name>lib/ds-sleight.js</name><params/><if>lt IE 7</if></action>
182
  <!--<action method="addItem"><type>skin_js</type><name>js/iehover-fix.js</name><params/><if>lt IE 7</if></action>-->
174
  <action method="addJs"><script>varien/js.js</script></action>
175
 
176
  <action method="addCss"><stylesheet>css/styles.css</stylesheet></action>
 
177
  <action method="addCss"><stylesheet>css/widgets.css</stylesheet></action>
 
178
 
179
  <action method="addItem"><type>js</type><name>lib/ds-sleight.js</name><params/><if>lt IE 7</if></action>
180
  <!--<action method="addItem"><type>skin_js</type><name>js/iehover-fix.js</name><params/><if>lt IE 7</if></action>-->
app/design/frontend/rwd/default/layout/review.xml CHANGED
@@ -84,6 +84,7 @@ Product reviews page
84
  </reference>
85
  <reference name="head">
86
  <action method="addJs"><script>varien/product.js</script></action>
 
87
  <action method="addJs"><script>varien/configurable.js</script></action>
88
  </reference>
89
  <reference name="content">
84
  </reference>
85
  <reference name="head">
86
  <action method="addJs"><script>varien/product.js</script></action>
87
+ <action method="addJs"><script>varien/product_options.js</script></action>
88
  <action method="addJs"><script>varien/configurable.js</script></action>
89
  </reference>
90
  <reference name="content">
app/design/frontend/rwd/default/template/bundle/catalog/product/view/type/bundle/option/select.phtml CHANGED
@@ -59,6 +59,7 @@
59
  </div>
60
  <span id="bundle-option-<?php echo $_option->getId() ?>-tier-prices"> <?php echo $tierPriceHtml; ?></span>
61
  <span class="qty-holder">
62
- <label for="bundle-option-<?php echo $_option->getId() ?>-qty-input"><?php echo $this->__('Qty:') ?>&nbsp;</label><input onkeyup="bundle.changeOptionQty(this, event)" onblur="bundle.changeOptionQty(this, event)" <?php if (!$_canChangeQty) echo ' disabled="disabled"' ?> id="bundle-option-<?php echo $_option->getId() ?>-qty-input" class="input-text qty<?php if (!$_canChangeQty) echo ' qty-disabled' ?>" type="text" pattern="\d*" name="bundle_option_qty[<?php echo $_option->getId() ?>]" value="<?php echo $_defaultQty ?>"/>
 
63
  </span>
64
  </dd>
59
  </div>
60
  <span id="bundle-option-<?php echo $_option->getId() ?>-tier-prices"> <?php echo $tierPriceHtml; ?></span>
61
  <span class="qty-holder">
62
+ <label for="bundle-option-<?php echo $_option->getId() ?>-qty-input"><?php echo $this->__('Qty:') ?>&nbsp;</label>
63
+ <input onkeyup="bundle.changeOptionQty(this, event)" onblur="bundle.changeOptionQty(this, event)" <?php if (!$_canChangeQty) echo ' disabled="disabled"' ?> id="bundle-option-<?php echo $_option->getId() ?>-qty-input" class="input-text qty<?php if (!$_canChangeQty) echo ' qty-disabled' ?>" type="text" pattern="\d*(\.\d+)?" name="bundle_option_qty[<?php echo $_option->getId() ?>]" value="<?php echo $_defaultQty ?>"/>
64
  </span>
65
  </dd>
app/design/frontend/rwd/default/template/catalog/product/view/addtocart.phtml CHANGED
@@ -31,7 +31,7 @@
31
  <?php if(!$_product->isGrouped()): ?>
32
  <div class="qty-wrapper">
33
  <label for="qty"><?php echo $this->__('Qty:') ?></label>
34
- <input type="text" pattern="\d*" name="qty" id="qty" maxlength="12" value="<?php echo max($this->getProductDefaultQty() * 1, 1) ?>" title="<?php echo Mage::helper('core')->quoteEscape($this->__('Qty')) ?>" class="input-text qty" />
35
  </div>
36
  <?php endif; ?>
37
  <div class="add-to-cart-buttons">
31
  <?php if(!$_product->isGrouped()): ?>
32
  <div class="qty-wrapper">
33
  <label for="qty"><?php echo $this->__('Qty:') ?></label>
34
+ <input type="text" pattern="\d*(\.\d+)?" name="qty" id="qty" maxlength="12" value="<?php echo $this->getProductDefaultQty() * 1 ?>" title="<?php echo Mage::helper('core')->quoteEscape($this->__('Qty')) ?>" class="input-text qty" />
35
  </div>
36
  <?php endif; ?>
37
  <div class="add-to-cart-buttons">
app/design/frontend/rwd/default/template/catalog/product/view/type/grouped.phtml CHANGED
@@ -59,8 +59,8 @@
59
  <?php if ($_product->isSaleable()): ?>
60
  <div class="qty-wrapper">
61
  <?php if ($_item->isSaleable()) : ?>
62
- <input id="super_group_<?php echo $_item->getId(); ?>" type="text" pattern="\d*" name="super_group[<?php echo $_item->getId() ?>]" maxlength="12" value="<?php echo $_item->getQty()*1 ?>" title="<?php echo Mage::helper('core')->quoteEscape($this->__('Qty')) ?>" class="input-text qty" />
63
- <label for="super_group_<?php echo $_item->getId(); ?>" class="qty-label">
64
  <?php echo $this->__('Quantity'); ?>
65
  </label>
66
  <?php else: ?>
59
  <?php if ($_product->isSaleable()): ?>
60
  <div class="qty-wrapper">
61
  <?php if ($_item->isSaleable()) : ?>
62
+ <input id="super_group_<?php echo $_item->getId() ?>" type="text" pattern="\d*(\.\d+)?" name="super_group[<?php echo $_item->getId() ?>]" maxlength="12" value="<?php echo $_item->getQty() * 1 ?>" title="<?php echo Mage::helper('core')->quoteEscape($this->__('Qty')) ?>" class="input-text qty" />
63
+ <label for="super_group_<?php echo $_item->getId() ?>" class="qty-label">
64
  <?php echo $this->__('Quantity'); ?>
65
  </label>
66
  <?php else: ?>
app/design/frontend/rwd/default/template/checkout/cart/item/configure/updatecart.phtml CHANGED
@@ -32,7 +32,7 @@
32
  <?php if (!$_product->isGrouped()): ?>
33
  <div class="qty-wrapper">
34
  <label for="qty"><?php echo $this->__('Qty:') ?></label>
35
- <input type="text" pattern="\d*" name="qty" id="qty" maxlength="12" value="<?php echo $this->getProductDefaultQty() * 1 ?>" title="<?php echo Mage::helper('core')->quoteEscape($this->__('Qty')) ?>" class="input-text qty" />
36
  </div>
37
  <?php endif; ?>
38
  <div class="add-to-cart-buttons">
32
  <?php if (!$_product->isGrouped()): ?>
33
  <div class="qty-wrapper">
34
  <label for="qty"><?php echo $this->__('Qty:') ?></label>
35
+ <input type="text" pattern="\d*(\.\d+)?" name="qty" id="qty" maxlength="12" value="<?php echo $this->getProductDefaultQty() * 1 ?>" title="<?php echo Mage::helper('core')->quoteEscape($this->__('Qty')) ?>" class="input-text qty" />
36
  </div>
37
  <?php endif; ?>
38
  <div class="add-to-cart-buttons">
app/design/frontend/rwd/default/template/checkout/cart/item/default.phtml CHANGED
@@ -205,7 +205,7 @@ $canApplyMsrp = Mage::helper('catalog')->canApplyMsrp($_item->getProduct(), Mage
205
  <?php endif; ?>
206
  <?php endif; ?>
207
  <td class="product-cart-actions" data-rwd-label="<?php echo $this->__('Qty'); ?>">
208
- <input type="text" pattern="\d*" name="cart[<?php echo $_item->getId() ?>][qty]" value="<?php echo $this->getQty() ?>" size="4"
209
  data-cart-item-id="<?php echo $this->jsQuoteEscape($_item->getSku()) ?>"
210
  title="<?php echo Mage::helper('core')->quoteEscape($this->__('Qty')) ?>" class="input-text qty" maxlength="12" />
211
 
205
  <?php endif; ?>
206
  <?php endif; ?>
207
  <td class="product-cart-actions" data-rwd-label="<?php echo $this->__('Qty'); ?>">
208
+ <input type="text" pattern="\d*(\.\d+)?" name="cart[<?php echo $_item->getId() ?>][qty]" value="<?php echo $this->getQty() ?>" size="4"
209
  data-cart-item-id="<?php echo $this->jsQuoteEscape($_item->getSku()) ?>"
210
  title="<?php echo Mage::helper('core')->quoteEscape($this->__('Qty')) ?>" class="input-text qty" maxlength="12" />
211
 
app/design/frontend/rwd/default/template/checkout/cart/render/default.phtml CHANGED
@@ -55,7 +55,7 @@
55
  </td>
56
  <?php endif; ?>
57
  <td class="a-center">
58
- <input type="text" pattern="\d*" name="cart[<?php echo $_item->getId() ?>][qty]"
59
  data-cart-item-id="<?php echo $this->jsQuoteEscape($_item->getSku()) ?>"
60
  value="<?php echo $this->getItemQty($_item) ?>" size="4" class="input-text qty" maxlength="12" />
61
  </td>
55
  </td>
56
  <?php endif; ?>
57
  <td class="a-center">
58
+ <input type="text" pattern="\d*(\.\d+)?" name="cart[<?php echo $_item->getId() ?>][qty]"
59
  data-cart-item-id="<?php echo $this->jsQuoteEscape($_item->getSku()) ?>"
60
  value="<?php echo $this->getItemQty($_item) ?>" size="4" class="input-text qty" maxlength="12" />
61
  </td>
app/design/frontend/rwd/default/template/checkout/cart/render/simple.phtml CHANGED
@@ -55,7 +55,7 @@
55
  </td>
56
  <?php endif; ?>
57
  <td class="a-center">
58
- <input type="text" pattern="\d*" name="cart[<?php echo $_item->getId() ?>][qty]"
59
  data-cart-item-id="<?php echo $this->jsQuoteEscape($_item->getSku()) ?>"
60
  value="<?php echo $this->getItemQty($_item) ?>" size="4" class="input-text qty" maxlength="12" />
61
  </td>
55
  </td>
56
  <?php endif; ?>
57
  <td class="a-center">
58
+ <input type="text" pattern="\d*(\.\d+)?" name="cart[<?php echo $_item->getId() ?>][qty]"
59
  data-cart-item-id="<?php echo $this->jsQuoteEscape($_item->getSku()) ?>"
60
  value="<?php echo $this->getItemQty($_item) ?>" size="4" class="input-text qty" maxlength="12" />
61
  </td>
app/design/frontend/rwd/default/template/checkout/onepage/payment.phtml CHANGED
@@ -28,6 +28,7 @@
28
  //<![CDATA[
29
  var quoteBaseGrandTotal = <?php echo (float)$this->getQuoteBaseGrandTotal(); ?>;
30
  var checkQuoteBaseGrandTotal = quoteBaseGrandTotal;
 
31
  var payment = new Payment('co-payment-form', '<?php echo $this->getUrl('checkout/onepage/savePayment') ?>');
32
  var lastPrice;
33
  //]]>
28
  //<![CDATA[
29
  var quoteBaseGrandTotal = <?php echo (float)$this->getQuoteBaseGrandTotal(); ?>;
30
  var checkQuoteBaseGrandTotal = quoteBaseGrandTotal;
31
+ var quoteGrandTotalClean = quoteBaseGrandTotal;
32
  var payment = new Payment('co-payment-form', '<?php echo $this->getUrl('checkout/onepage/savePayment') ?>');
33
  var lastPrice;
34
  //]]>
app/design/frontend/rwd/default/template/configurableswatches/catalog/product/list/price/js.phtml ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magento.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magento.com for more information.
20
+ *
21
+ * @category design
22
+ * @package rwd_default
23
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ /**
27
+ * @var $this Mage_ConfigurableSwatches_Block_Catalog_Product_List_Price
28
+ */
29
+ ?>
30
+ <script type="text/javascript">
31
+ new ConfigurableSwatchPrices(<?php echo $this->getJsonConfig(); ?>);
32
+ </script>
app/design/frontend/rwd/default/template/configurableswatches/catalog/product/list/swatches.phtml CHANGED
@@ -29,7 +29,7 @@ $_product = $this->getProduct();
29
 
30
  if (Mage::helper('configurableswatches')->isEnabled() && $_product && $_product->getId()
31
  && ($_attrValues = $_product->getListSwatchAttrValues()) && count($_attrValues) > 0):
32
-
33
  $_swatchAttribute = Mage::helper('configurableswatches/productlist')->getSwatchAttribute();
34
 
35
  $_dimHelper = Mage::helper('configurableswatches/swatchdimensions');
@@ -69,6 +69,9 @@ if (Mage::helper('configurableswatches')->isEnabled() && $_product && $_product-
69
  <?php echo $_optionLabel; ?>
70
  <?php endif; ?>
71
  </span>
 
 
 
72
  </a>
73
  </li>
74
  <?php endforeach; ?>
29
 
30
  if (Mage::helper('configurableswatches')->isEnabled() && $_product && $_product->getId()
31
  && ($_attrValues = $_product->getListSwatchAttrValues()) && count($_attrValues) > 0):
32
+ $_attrStockValues = $_product->getListSwatchAttrStockValues();
33
  $_swatchAttribute = Mage::helper('configurableswatches/productlist')->getSwatchAttribute();
34
 
35
  $_dimHelper = Mage::helper('configurableswatches/swatchdimensions');
69
  <?php echo $_optionLabel; ?>
70
  <?php endif; ?>
71
  </span>
72
+ <?php if (isset($_attrStockValues[$_optionValue]) && !$_attrStockValues[$_optionValue]): ?>
73
+ <span class="x" style="display: none"></span>
74
+ <?php endif; ?>
75
  </a>
76
  </li>
77
  <?php endforeach; ?>
app/design/frontend/rwd/default/template/customer/form/edit.phtml CHANGED
@@ -55,6 +55,14 @@
55
  <?php if ($_gender->isEnabled()): ?>
56
  <li><?php echo $_gender->setGender($this->getCustomer()->getGender())->toHtml() ?></li>
57
  <?php endif ?>
 
 
 
 
 
 
 
 
58
  <li class="control">
59
  <input type="checkbox" name="change_password" id="change_password" value="1" onclick="setPasswordForm(this.checked)" title="<?php echo Mage::helper('core')->quoteEscape($this->__('Change Password')) ?>"<?php if($this->getCustomer()->getChangePassword()==1): ?> checked="checked"<?php endif; ?> class="checkbox" /><label for="change_password"><?php echo $this->__('Change Password') ?></label>
60
  </li>
@@ -63,25 +71,17 @@
63
  <div class="fieldset" style="display:none;">
64
  <h2 class="legend"><?php echo $this->__('Change Password') ?></h2>
65
  <ul class="form-list">
66
- <li>
67
- <label for="current_password" class="required"><em>*</em><?php echo $this->__('Current Password') ?></label>
68
- <div class="input-box">
69
- <!-- This is a dummy hidden field to trick firefox from auto filling the password -->
70
- <input type="text" class="input-text no-display" name="dummy" id="dummy" />
71
- <input type="password" title="<?php echo Mage::helper('core')->quoteEscape($this->__('Current Password')) ?>" class="input-text" name="current_password" id="current_password" />
72
- </div>
73
- </li>
74
  <li class="fields">
75
  <div class="field">
76
  <label for="password" class="required"><em>*</em><?php echo $this->__('New Password') ?></label>
77
  <div class="input-box">
78
- <input type="password" title="<?php echo Mage::helper('core')->quoteEscape($this->__('New Password')) ?>" class="input-text validate-password" name="password" id="password" />
79
  </div>
80
  </div>
81
  <div class="field">
82
  <label for="confirmation" class="required"><em>*</em><?php echo $this->__('Confirm New Password') ?></label>
83
  <div class="input-box">
84
- <input type="password" title="<?php echo Mage::helper('core')->quoteEscape($this->__('Confirm New Password')) ?>" class="input-text validate-cpassword" name="confirmation" id="confirmation" />
85
  </div>
86
  </div>
87
  </li>
@@ -96,18 +96,7 @@
96
  //<![CDATA[
97
  var dataForm = new VarienForm('form-validate', true);
98
  function setPasswordForm(arg){
99
- if(arg){
100
- $('current_password').up(3).show();
101
- $('current_password').addClassName('required-entry');
102
- $('password').addClassName('required-entry');
103
- $('confirmation').addClassName('required-entry');
104
-
105
- }else{
106
- $('current_password').up(3).hide();
107
- $('current_password').removeClassName('required-entry');
108
- $('password').removeClassName('required-entry');
109
- $('confirmation').removeClassName('required-entry');
110
- }
111
  }
112
 
113
  <?php if($this->getCustomer()->getChangePassword()): ?>
55
  <?php if ($_gender->isEnabled()): ?>
56
  <li><?php echo $_gender->setGender($this->getCustomer()->getGender())->toHtml() ?></li>
57
  <?php endif ?>
58
+ <li>
59
+ <label for="current_password" class="required"><em>*</em><?php echo Mage::helper('core')->quoteEscape($this->__('Current Password')) ?></label>
60
+ <div class="input-box">
61
+ <!-- This is a dummy hidden field to trick firefox from auto filling the password -->
62
+ <input type="text" class="input-text no-display" name="dummy" id="dummy" />
63
+ <input type="password" title="<?php echo Mage::helper('core')->quoteEscape($this->__('Current Password')) ?>" class="input-text required-entry" name="current_password" id="current_password" />
64
+ </div>
65
+ </li>
66
  <li class="control">
67
  <input type="checkbox" name="change_password" id="change_password" value="1" onclick="setPasswordForm(this.checked)" title="<?php echo Mage::helper('core')->quoteEscape($this->__('Change Password')) ?>"<?php if($this->getCustomer()->getChangePassword()==1): ?> checked="checked"<?php endif; ?> class="checkbox" /><label for="change_password"><?php echo $this->__('Change Password') ?></label>
68
  </li>
71
  <div class="fieldset" style="display:none;">
72
  <h2 class="legend"><?php echo $this->__('Change Password') ?></h2>
73
  <ul class="form-list">
 
 
 
 
 
 
 
 
74
  <li class="fields">
75
  <div class="field">
76
  <label for="password" class="required"><em>*</em><?php echo $this->__('New Password') ?></label>
77
  <div class="input-box">
78
+ <input type="password" title="<?php echo Mage::helper('core')->quoteEscape($this->__('New Password')) ?>" class="input-text required-entry validate-password" name="password" id="password" />
79
  </div>
80
  </div>
81
  <div class="field">
82
  <label for="confirmation" class="required"><em>*</em><?php echo $this->__('Confirm New Password') ?></label>
83
  <div class="input-box">
84
+ <input type="password" title="<?php echo Mage::helper('core')->quoteEscape($this->__('Confirm New Password')) ?>" class="input-text required-entry validate-cpassword" name="confirmation" id="confirmation" />
85
  </div>
86
  </div>
87
  </li>
96
  //<![CDATA[
97
  var dataForm = new VarienForm('form-validate', true);
98
  function setPasswordForm(arg){
99
+ $('password').up('.fieldset')[arg ? 'show': 'hide']();
 
 
 
 
 
 
 
 
 
 
 
100
  }
101
 
102
  <?php if($this->getCustomer()->getChangePassword()): ?>
app/design/frontend/rwd/default/template/downloadable/checkout/cart/item/default.phtml CHANGED
@@ -212,7 +212,7 @@ $canApplyMsrp = Mage::helper('catalog')->canApplyMsrp($_item->getProduct(), Mage
212
  <?php endif; ?>
213
  <?php endif; ?>
214
  <td class="product-cart-actions" data-rwd-label="<?php echo $this->__('Qty'); ?>">
215
- <input type="text" pattern="\d*" name="cart[<?php echo $_item->getId() ?>][qty]" value="<?php echo $this->getQty() ?>"
216
  data-cart-item-id="<?php echo $this->jsQuoteEscape($_item->getSku()) ?>"
217
  size="4" title="<?php echo Mage::helper('core')->quoteEscape($this->__('Qty')) ?>" class="input-text qty" maxlength="12" />
218
 
212
  <?php endif; ?>
213
  <?php endif; ?>
214
  <td class="product-cart-actions" data-rwd-label="<?php echo $this->__('Qty'); ?>">
215
+ <input type="text" pattern="\d*(\.\d+)?" name="cart[<?php echo $_item->getId() ?>][qty]" value="<?php echo $this->getQty() ?>"
216
  data-cart-item-id="<?php echo $this->jsQuoteEscape($_item->getSku()) ?>"
217
  size="4" title="<?php echo Mage::helper('core')->quoteEscape($this->__('Qty')) ?>" class="input-text qty" maxlength="12" />
218
 
app/design/frontend/rwd/default/template/wishlist/item/column/quantity.phtml CHANGED
@@ -35,7 +35,7 @@ $options = $this->getChild('customer.wishlist.item.options')
35
  <div class="cart-cell">
36
  <div class="add-to-cart-alt">
37
  <?php if ($item->canHaveQty() && $item->getProduct()->isVisibleInSiteVisibility()): ?>
38
- <input type="text" pattern="\d*" class="input-text qty validate-not-negative-number" name="qty[<?php echo $item->getId() ?>]" value="<?php echo $this->getAddToCartQty($item) * 1 ?>" />
39
  <?php endif; ?>
40
  </div>
41
  </div>
35
  <div class="cart-cell">
36
  <div class="add-to-cart-alt">
37
  <?php if ($item->canHaveQty() && $item->getProduct()->isVisibleInSiteVisibility()): ?>
38
+ <input type="text" pattern="\d*(\.\d+)?" class="input-text qty validate-not-negative-number" name="qty[<?php echo $item->getId() ?>]" value="<?php echo $this->getAddToCartQty($item) * 1 ?>" />
39
  <?php endif; ?>
40
  </div>
41
  </div>
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Interface_Frontend_Rwd_Default</name>
4
- <version>1.9.2.4</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/afl-3.0.php">AFL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>This is a RWD themes base</summary>
10
  <description>This is a RWD themes base</description>
11
- <notes>1.9.2.4</notes>
12
  <authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
13
- <date>2016-02-17</date>
14
- <time>18:27:27</time>
15
- <contents><target name="magedesign"><dir name="frontend"><dir name="rwd"><dir name="default"><dir name="etc"><file name="theme.xml" hash="1a083fffa0f14eadc2aec9457285da5b"/><file name="widget.xml" hash="d14d2d055e266521397b3acc3ef785c5"/></dir><dir name="layout"><file name="bundle.xml" hash="4477a56439c98518a7a17b2d9fac0af0"/><file name="catalog.xml" hash="8e3f3f4b057ae1115d7f8e2e47b6b5ad"/><file name="catalog_msrp.xml" hash="f367a87cb37b9d3915febd0d390fdbb1"/><file name="catalogsearch.xml" hash="290fe9bc415994616b3050b02c4f9c22"/><file name="checkout.xml" hash="caf762e2cf08ea2a331f3b362f8a4f74"/><file name="cms.xml" hash="741e5802a7fcfaff76becf76bef36ef9"/><file name="configurableswatches.xml" hash="543afcf1e464c033346632f7a47ce18d"/><file name="contacts.xml" hash="c4598d00f718c6b2c0547c7089311b54"/><file name="customer.xml" hash="d3172870e93d260e5e4feea1e22b1dd4"/><file name="directory.xml" hash="d51bc2c016de63ac92865e4690bd4db0"/><file name="downloadable.xml" hash="8b4ee9729bc86b49be577ee351019615"/><file name="newsletter.xml" hash="45ef2d3a2e96acda7536eda8b15367ca"/><file name="oauth.xml" hash="5fdf254c66ccbdb6f5517855343717cf"/><file name="page.xml" hash="59c697fe21831b294aec722e90fa9673"/><file name="paypal.xml" hash="20793bdaa82860bab7a5bd091d91c69a"/><file name="persistent.xml" hash="9fb889c4b3b4642fff2988dac86975be"/><file name="review.xml" hash="eda186ed8e33a74723f909a1999f8c2a"/><file name="rss.xml" hash="f09bf51fe286e463244108aa011c59ca"/><file name="sales.xml" hash="282e1e62b713d648f658c5d6b32169fb"/><file name="wishlist.xml" hash="c9c5fd8fe8f5d0dae9248287c3998add"/></dir><dir name="template"><dir name="authorizenet"><dir name="directpost"><file name="form.phtml" hash="df6c08ba86535cdc6293ab595d3288df"/></dir></dir><dir name="bundle"><dir name="catalog"><dir name="product"><dir name="view"><dir name="type"><dir name="bundle"><file name="availability.phtml" hash="f0a5f45031e50d9e20956dc8504466ce"/><dir name="option"><file name="select.phtml" hash="8c8ec7bcec850c9af4a1f02db391c8e8"/></dir></dir><file name="bundle.phtml" hash="a7c3b1ddb52d93454ff6eb38189e5b4e"/></dir></dir></dir></dir><dir name="email"><dir name="order"><dir name="items"><dir name="creditmemo"><file name="default.phtml" hash="1d86f6c569674673d29dc00ca39d9e76"/></dir><dir name="invoice"><file name="default.phtml" hash="68c9ad9f57298d65edbf76f3d9716418"/></dir><dir name="order"><file name="default.phtml" hash="cc54f223f4181846e3c85b56463f7a2c"/></dir><dir name="shipment"><file name="default.phtml" hash="b9424c2bd3946d5278b1fd58debe376a"/></dir></dir></dir></dir><dir name="sales"><dir name="order"><dir name="items"><file name="renderer.phtml" hash="d4df5a501c92fddf9fa88e0d74a773d7"/></dir></dir></dir></dir><dir name="captcha"><file name="zend.phtml" hash="79415f66d3afaf3dd358f12c3c6b0ded"/></dir><dir name="catalog"><dir name="layer"><file name="filter.phtml" hash="2ab182fca3cc8ae7e2de436179a0b22c"/><file name="state.phtml" hash="ec47c0dabb180e0532f236e61a405826"/><file name="view.phtml" hash="2b662280cff672694454c01fe50aac5f"/></dir><dir name="msrp"><file name="popup.phtml" hash="53c519d2dc3eb307e6ceb5db61438176"/></dir><dir name="navigation"><file name="left.phtml" hash="04dbb63d922529a0d29ceeff77011877"/></dir><dir name="product"><dir name="compare"><file name="list.phtml" hash="7d8e3167341aa9fc9580e8f4bb061134"/><file name="sidebar.phtml" hash="be9336036806f6dccf365e4391aa4072"/></dir><dir name="list"><file name="related.phtml" hash="be61b8e4be02b935fc93276eef2ce8ef"/><file name="toolbar.phtml" hash="f4534c7ee0ccaa9c555e320f0b5d0b63"/><file name="upsell.phtml" hash="c72c105775e636a3b8f04283413ba276"/></dir><file name="list.phtml" hash="680760a658226a0b276b52eabe520603"/><file name="price.phtml" hash="32ec49254d618ce923ea144d633ef8ce"/><dir name="view"><file name="addto.phtml" hash="8e52c71985a87c38d8f9933ec035a7f7"/><file name="addtocart.phtml" hash="0104bcfa093f5a7df3ed1c735cb0ea2c"/><file name="media.phtml" hash="45f8d2042f8d79ae84222aa1f917baca"/><file name="sharing.phtml" hash="faa16ed51d8f9d3e99e35121ec027a84"/><dir name="type"><dir name="availability"><file name="default.phtml" hash="2372df3050ce27c7323f0757ce67b118"/><file name="grouped.phtml" hash="a24c2cdefb736b41a0b61988a266fb73"/></dir><file name="default.phtml" hash="3505ac450eaab9651499c40f4d3269ed"/><file name="grouped.phtml" hash="c1324b8943f7b516e54434c3ac5e7fa7"/><dir name="options"><file name="configurable.phtml" hash="578f68a23a82ebec21156401911e4341"/></dir></dir></dir><file name="view.phtml" hash="de04c6b45021c69c7f379db25d13f9cd"/><dir name="widget"><dir name="new"><dir name="column"><file name="new_default_list.phtml" hash="32f7abaef374ea40775820663040641b"/><file name="new_images_list.phtml" hash="a68f41f06311e52a4c1f330700f37071"/><file name="new_names_list.phtml" hash="885f8702c6e0f5ed192bb6c11b08cd83"/></dir><dir name="content"><file name="new_grid.phtml" hash="d37f503a76d03713fd0ce684ea31dff4"/><file name="new_list.phtml" hash="4ab1d5e3a6edacad4564983490a3f0c9"/></dir></dir></dir></dir></dir><dir name="cataloginventory"><dir name="stockqty"><file name="composite.phtml" hash="bd6af3c0adbbc35f366464266d2706cc"/></dir></dir><dir name="catalogsearch"><dir name="advanced"><file name="form.phtml" hash="91b517ed54a31df8c29cc71b834d6ff3"/></dir><file name="form.mini.phtml" hash="a87eff1c1107dd861e4bdf530c96e7f9"/><file name="result.phtml" hash="f6bf2e37cbd4fa6589ed4071ab371565"/></dir><dir name="centinel"><dir name="authentication"><file name="start.phtml" hash="215bd32f0ff599a1e6ed05d676bb1b1c"/></dir></dir><dir name="checkout"><dir name="cart"><file name="coupon.phtml" hash="526bb239b488e0d73797f0443691d585"/><file name="crosssell.phtml" hash="2b22de7b345d7d20af7b04a1f90ef303"/><dir name="item"><dir name="configure"><file name="updatecart.phtml" hash="4996c54d99cd900b3964abb042d08583"/></dir><file name="default.phtml" hash="0fc58a47b3a97adbe16aa5af7d764145"/></dir><dir name="minicart"><file name="default.phtml" hash="deb5094061b39db94f25a82911309cf7"/><file name="items.phtml" hash="0360c7e52ba3b01a42bc90895c494468"/></dir><file name="minicart.phtml" hash="830cc75dcca919207342f1d54edf6c99"/><dir name="render"><file name="default.phtml" hash="2c8db30bc41661ff992823c36094f94c"/><file name="simple.phtml" hash="74a3812cea2741a595b61b7c6c943175"/></dir><file name="shipping.phtml" hash="c66ad1326d12bb2567529e8a6b18ef63"/><dir name="sidebar"><file name="default.phtml" hash="a87fb59bceb06ebe065db3e2d7d0b2ec"/></dir><file name="sidebar.phtml" hash="21afe86210399d6f3457c3629d5c08de"/></dir><file name="cart.phtml" hash="138c068744145c561d0b0a433c56ac14"/><dir name="multishipping"><file name="addresses.phtml" hash="484b97b58a8f1ee8064bdd59c4fc8485"/><file name="billing.phtml" hash="0383e3b6457eb7b24b7345053a7227d8"/><dir name="item"><file name="default.phtml" hash="f1f7ac4e7c77243b2acb62b46284f7de"/></dir><dir name="overview"><file name="item.phtml" hash="3f5e82f1f0a21c00c2e868ab660cefcb"/></dir><file name="overview.phtml" hash="24e571f97e1c45292cc7d087e17e9c70"/></dir><dir name="onepage"><file name="payment.phtml" hash="1bb089503f84acfb20e6a5a8207e76a1"/><file name="progress.phtml" hash="db98212731760ba4b91494480fa41edd"/><dir name="review"><file name="info.phtml" hash="1e4e125f191b33bb1644315e6634fd92"/><file name="item.phtml" hash="47fdce34a156a1b25af902e7adf5f382"/></dir><file name="shipping.phtml" hash="d85d1faf011bed3aa47d740eae8557e2"/></dir><file name="onepage.phtml" hash="d536dc74d24388a22821505cde4c1fc6"/></dir><dir name="configurableswatches"><dir name="catalog"><dir name="layer"><dir name="filter"><file name="swatches.phtml" hash="49e80a31b87ba172c564424a75021882"/></dir><dir name="state"><file name="swatch.phtml" hash="97fa184c82e8568da550167fcc830d7e"/></dir></dir><dir name="media"><file name="js.phtml" hash="e985af1f9aaf0ece6c00b20d564dee90"/></dir><dir name="product"><dir name="list"><file name="swatches.phtml" hash="abab644a221eafe6cda15e6a05e53908"/></dir><dir name="view"><dir name="type"><dir name="configurable"><file name="swatch-js.phtml" hash="128f7858d6ab604795dda99bca8bca5e"/></dir><dir name="options"><dir name="configurable"><file name="swatches.phtml" hash="2326835717c1c4da491284f45edec511"/></dir></dir></dir></dir></dir></dir></dir><dir name="contacts"><file name="form.phtml" hash="aa41a3762969f7462c407dc17ff7c835"/></dir><dir name="customer"><dir name="account"><dir name="dashboard"><file name="address.phtml" hash="0e1ad8ed6df9a66d0ca896a25de06339"/></dir><file name="dashboard.phtml" hash="24b00674c5b1ecce7428636ff4f104d1"/><file name="navigation.phtml" hash="d3e25d09a7b8ac369c3a3889ff06aad3"/></dir><dir name="address"><file name="edit.phtml" hash="1243cc0cdfe91d7db5d4194d8f679f42"/></dir><dir name="form"><file name="address.phtml" hash="ec7ebfaf58d637e93d2fb813e790fcca"/><file name="changepassword.phtml" hash="3ceb21003cc18d27cd15d990b860059c"/><file name="confirmation.phtml" hash="f70799326438b589c7b6762fd150c4e9"/><file name="edit.phtml" hash="ff0cecd84958408c76a51156adaedee3"/><file name="forgotpassword.phtml" hash="7d5be982636f35d772dacfb679b700e9"/><file name="mini.login.phtml" hash="857951f789fc5b4d906707c41684d8d8"/><file name="resetforgottenpassword.phtml" hash="e5496225491d153e84c64ad1b8990644"/></dir></dir><dir name="directory"><file name="currency.phtml" hash="422c7b0b6fe32d2ffe9a95d1050b94a3"/></dir><dir name="downloadable"><dir name="catalog"><dir name="product"><file name="type.phtml" hash="b10c9d0700664224daf709c3f7658847"/></dir></dir><dir name="checkout"><dir name="cart"><dir name="item"><file name="default.phtml" hash="a4c346ea11a3f6c977858df7c7166868"/></dir></dir><dir name="onepage"><dir name="review"><file name="item.phtml" hash="85d3b6dcb4ce954c3435c4a42c95c54a"/></dir></dir></dir><dir name="customer"><dir name="products"><file name="list.phtml" hash="52190d0e010706106552acdeb18c3af8"/></dir></dir><dir name="email"><dir name="order"><dir name="items"><dir name="creditmemo"><file name="downloadable.phtml" hash="ad897b072bc4c1afbcfe147e65e348ff"/></dir><dir name="invoice"><file name="downloadable.phtml" hash="e40beca07f98d6d8b771d3ea6cd332b9"/></dir><dir name="order"><file name="downloadable.phtml" hash="94d7e842e8d6eb2e4ecb2963bc1e428a"/></dir></dir></dir></dir><dir name="sales"><dir name="order"><dir name="items"><dir name="renderer"><file name="downloadable.phtml" hash="de7c613acc240e8090a5adacb68b662a"/></dir></dir></dir></dir></dir><dir name="email"><dir name="catalog"><dir name="product"><file name="list.phtml" hash="171d0d2eddf920a49eda73ec692b4757"/><file name="new.phtml" hash="e7228807f95065ba599e9477deea88b4"/></dir></dir><dir name="order"><dir name="creditmemo"><file name="items.phtml" hash="3c9c074d25a0b876f8d5307edf0dc8a1"/></dir><dir name="invoice"><file name="items.phtml" hash="dc86e2c3ac1e2a765aee5c17753912ad"/></dir><dir name="items"><dir name="creditmemo"><file name="default.phtml" hash="c2e783ff7aacf691f9e57f0e7db4eb98"/></dir><dir name="invoice"><file name="default.phtml" hash="c2e783ff7aacf691f9e57f0e7db4eb98"/></dir><dir name="order"><file name="default.phtml" hash="7e63fdd1169196d47bb18510ebfea6f0"/></dir><dir name="shipment"><file name="default.phtml" hash="8ce4d6201eb4587c998f15611cd61374"/></dir></dir><file name="items.phtml" hash="cf5d2926811f29f69dd0d24f91ab8455"/><dir name="shipment"><file name="items.phtml" hash="a56333abf731e9875476162e4a3b22e3"/><file name="track.phtml" hash="03cb16c98966fb857ae69aa1914a412b"/></dir><dir name="totals"><file name="wrapper.phtml" hash="8aa822f2d1ecf50d5682d6ba57468769"/></dir></dir><dir name="productalert"><file name="price.phtml" hash="e9c876f47cfb48f11db231e4810bda28"/><file name="stock.phtml" hash="df4556cb80071fed7b41766061e6da2d"/></dir></dir><dir name="newsletter"><file name="subscribe.phtml" hash="81a11a515be2ba661f6965fc042d885a"/></dir><dir name="oauth"><dir name="authorize"><dir name="form"><file name="login-simple.phtml" hash="25d10fa02b91651ac749dd9c210c421f"/></dir></dir></dir><dir name="page"><file name="1column.phtml" hash="9090c0f26a6ebc6b44703155936e9fe8"/><file name="2columns-left.phtml" hash="5d52325ae331355a1f85e57837e6adee"/><file name="2columns-right.phtml" hash="490f86fb3d40a59a4cf4228984daedb1"/><file name="3columns.phtml" hash="9b28b57377764df430b72197393fb3f1"/><file name="empty.phtml" hash="df8ca741f3d1089d5d23be2ee1d8333e"/><dir name="html"><file name="footer.phtml" hash="47aaa4d3fa8d505b78e834591daa2602"/><file name="header.phtml" hash="63afd57e411d8af487457b99cfc76a9c"/><file name="pager.phtml" hash="b02caef6f5d4b327223a696fc12f4095"/><dir name="topmenu"><file name="renderer.phtml" hash="0fd7dc9035a04740faa632f9297c45b4"/></dir><file name="topmenu.phtml" hash="c4d01002fe5130716abfc6910897e7b6"/></dir><file name="popup.phtml" hash="97bcbd0cc4ef992b0ba9a43d3bc8c958"/><file name="print.phtml" hash="36346a7c57925b8d1c1051707bd4e5ae"/><dir name="template"><file name="links.phtml" hash="6e3be4bd1e8246f717bda9669cfeb07b"/></dir></dir><dir name="payment"><dir name="form"><file name="cc.phtml" hash="defe984ade5e28a0fffd32c8e07071d8"/><file name="ccsave.phtml" hash="efa3eeed720b4dfc6f24f76dcf0e66c0"/></dir><dir name="info"><file name="default.phtml" hash="97c30fb3a765a3e4f87f14a806162f42"/></dir></dir><dir name="paypal"><file name="bml.phtml" hash="4e6fff21791c16f2805bcfa6bb2d1345"/><dir name="express"><dir name="minicart"><file name="shortcut.phtml" hash="a5526afd854a70b8dd91aaa30950f8e3"/></dir><dir name="product"><file name="shortcut.phtml" hash="87e6c79cf1704412691dffbc17dcef95"/></dir><dir name="review"><file name="address.phtml" hash="e483304c0ba18a83fecb08be0051a483"/><file name="details.phtml" hash="bc0b394c0712575a959fac6f3a14df3e"/><dir name="shipping"><file name="method.phtml" hash="cff54946316d88fd464724c875c4fabc"/></dir></dir><file name="review.phtml" hash="2e44176a46ef355fe24608739834aba5"/></dir><dir name="partner"><file name="us_logo.phtml" hash="073f10b2f4a05041a80809cc70e2c7c4"/></dir></dir><dir name="persistent"><dir name="checkout"><dir name="onepage"><file name="billing.phtml" hash="79a752b511855cd36e911ee3fdf07f04"/><file name="login.phtml" hash="e3b51535d6db7950cf68b34385c82bec"/></dir></dir><dir name="customer"><dir name="form"><file name="login.phtml" hash="14cf6eef7eed8231d83976894381733f"/><file name="register.phtml" hash="8b4ffde52549509ca951118615e777d4"/></dir></dir><dir name="header"><file name="links.phtml" hash="b45c4d720a24bd22af90b0af79a39639"/></dir><file name="remember_me.phtml" hash="834ef604fc6e3174ac3d8b4ae4f70510"/><file name="remember_me_tooltip.phtml" hash="b26ec8d0b1bc3ae2ed8651865e12a153"/></dir><dir name="rating"><file name="detailed.phtml" hash="5be3711fba138f79cb667ce13e3470fe"/></dir><dir name="reports"><file name="product_viewed.phtml" hash="3f78577d123790850728a4d7f4ac2117"/><dir name="widget"><dir name="compared"><dir name="column"><file name="compared_default_list.phtml" hash="b85243f48e822804e65c65c24c2d2f77"/><file name="compared_images_list.phtml" hash="95883ed1ae6c8ba0d7e1b1c5977a4c0a"/><file name="compared_names_list.phtml" hash="fb983214baffc167253a13bee844b551"/></dir><dir name="content"><file name="compared_grid.phtml" hash="ac6a945f697cfa7cc972db6d5858d950"/><file name="compared_list.phtml" hash="f8a4ffa233b133e50bf98325b9515be3"/></dir></dir><dir name="viewed"><dir name="column"><file name="viewed_default_list.phtml" hash="4864cd53d23546935dd23b6cb67fe6b4"/><file name="viewed_images_list.phtml" hash="42d7e94cd0f636b8679b0ded0f0a2e0a"/><file name="viewed_names_list.phtml" hash="a40e7c3b164febba7abfd3bc13125966"/></dir><dir name="content"><file name="viewed_grid.phtml" hash="a7838f7224d2935f93fba4886c42f08a"/><file name="viewed_list.phtml" hash="0355380efacf49fcb05856e13804b137"/></dir></dir></dir></dir><dir name="review"><dir name="customer"><file name="view.phtml" hash="d73439ad9fea6b9604ecb3f5365204f7"/></dir><file name="form.phtml" hash="748014275781f162025b6aa7e8c5baad"/><dir name="product"><dir name="view"><file name="list.phtml" hash="acaefb362d6546ce5809fd9c27c3dae8"/></dir></dir><file name="view.phtml" hash="65cec86768f9d66607279a942060b3f4"/></dir><dir name="sales"><dir name="billing"><dir name="agreement"><file name="view.phtml" hash="1a0245cb19a627a091cf337e821ca85e"/></dir><file name="agreements.phtml" hash="51cc2feaf7c98a8f92844878123fca90"/></dir><dir name="order"><dir name="creditmemo"><dir name="items"><dir name="renderer"><file name="default.phtml" hash="dae143c8b602e7cf7199a83bf87201b6"/></dir></dir><file name="items.phtml" hash="407065dcea0e0730cce10cbaf79d31c0"/></dir><file name="history.phtml" hash="8a9bd71886174a50c9695141bfdcd067"/><dir name="invoice"><dir name="items"><dir name="renderer"><file name="default.phtml" hash="74fffdf4f06aa05293e420b49ae1089d"/></dir></dir><file name="items.phtml" hash="0978df48c7e72174a8f44768d9788e53"/></dir><dir name="items"><dir name="renderer"><file name="default.phtml" hash="dc967b77cf260894b06b95c8bc0e4242"/></dir></dir><file name="items.phtml" hash="9c51ea0f8783968fa3a85269978b3205"/><file name="recent.phtml" hash="4d6a17b1c485d7e90a22496b12b5e6cb"/><dir name="shipment"><file name="items.phtml" hash="1b4756ab50c7e4e8941063bf44ca9b86"/></dir></dir><dir name="recurring"><file name="grid.phtml" hash="7524fb03ea9326ca12093b2273ece31a"/><dir name="profile"><file name="view.phtml" hash="1cf965e777bb2e5acaf9d2a1e6ff2d01"/></dir></dir><dir name="widget"><dir name="guest"><file name="form.phtml" hash="ed3b3860ade956de57cba59f38e8b57a"/></dir></dir></dir><dir name="sendfriend"><file name="send.phtml" hash="f1e793e22d80e16d7bb46a3dc0ee9af5"/></dir><dir name="wishlist"><dir name="button"><file name="update.phtml" hash="79fe7d2dbff65e149a2c3efe359ed01d"/></dir><dir name="item"><dir name="column"><file name="cart.phtml" hash="aa0b0010df00c97ba1d6f5d520631306"/><file name="info.phtml" hash="1301461b91b1b59d0adbaa4aafa50a62"/><file name="price.phtml" hash="8b0d1e50dc0aa10bfea4adc94531dd1f"/><file name="quantity.phtml" hash="58648aa27b73a0ea44966791a02bad58"/></dir><file name="list.phtml" hash="e67841ea8eb530abd5d3ec60fbf14d5e"/></dir><file name="shared.phtml" hash="a4df86c5393013eba814d9d187b1e303"/><file name="sidebar.phtml" hash="24c7b1eeca079b7e9b9a796a37763496"/><file name="view.phtml" hash="7bbd0ad8036f75dfda5974130047643b"/></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="rwd"><dir name="default"><dir name="css"><file name="madisonisland-ie8.css" hash="02b8df800f74ab6ccb19c37db22269c6"/><file name="madisonisland.css" hash="1fb5d7dc02bd606b12f86bd471b97f1b"/><file name="scaffold-forms.css" hash="c9ff04ad23a05e0f2e1278161e12013c"/><file name="styles-ie8.css" hash="f741f30a29ca977f41bbb0c4c5b85100"/><file name="styles.css" hash="b0f48d17cd52db3ca5e0280776e71fc9"/></dir><dir name="images"><file name="ajax-loader.gif" hash="f48ee069890b16455c3ddcacee9b5f75"/><file name="bg_x.png" hash="c321c67f6929326129426c9e83207ea3"/><file name="demo-logo.png" hash="c6f4b110e5379547e71d367479f0f945"/><file name="demo_logo.png" hash="7694461c41abb69ca60c086c69e312cc"/><file name="icon_sprite.png" hash="e15f0103ef5ebe3baf48960bb9ccfaab"/><file name="icon_sprite@2x.png" hash="2e9c31d760a33d9f27951210f8311341"/><file name="logo.gif" hash="5e0912a388db8cd83c062766ac3a5d89"/><file name="logo_email.gif" hash="773ca21465d08684ea7db8bf49d30a36"/><file name="logo_print.gif" hash="5e0912a388db8cd83c062766ac3a5d89"/><dir name="media"><file name="col_left_callout.jpg" hash="5f762006021e046f9bd536f37ea7c463"/><file name="col_right_callout.jpg" hash="dae22f37a542da272a35195ec286ec25"/><file name="homepage_banner_1.jpg" hash="267b2827f3db118d99f7a623ee02ad8f"/><file name="homepage_banner_1@2x.jpg" hash="3baa6702111d6f5f5dd40d96f148fc60"/><file name="homepage_banner_2.jpg" hash="67f70cfb1690b5de6e185769fb55cd28"/><file name="homepage_callout_1.jpg" hash="4b8451e4e99e87b6c60a015f659d32b6"/><file name="homepage_callout_1@2x.jpg" hash="fb5e215f6cb623abf6f0365b5de1541d"/><file name="homepage_callout_2.jpg" hash="057ab6200f6ea05d4a6793969c5edac3"/><file name="homepage_callout_2@2x.jpg" hash="e923c6323d22235876fe61a9c5588c85"/><file name="homepage_callout_3.jpg" hash="b2cf1e73e87b3330df17425044d22f52"/><file name="homepage_callout_3@2x.jpg" hash="8b98dee63a61608b09c26bd60acea65e"/></dir><file name="opc-ajax-loader.gif" hash="f48ee069890b16455c3ddcacee9b5f75"/><file name="social_icons.png" hash="a6d0bdaea0ca0f507bd36628a6ad31a2"/><file name="social_icons@2x.png" hash="531cc696a7b949dbc8121809c1bb4d46"/></dir><dir name="js"><file name="app.js" hash="2a302e8f703af3760f9d88b2007604f2"/><dir name="configurableswatches"><file name="product-media.js" hash="1c34e3d168d2f0f729f7d7856d149108"/><file name="swatches-list.js" hash="34ca1411178db467a7a60646fcd0fbae"/><file name="swatches-product.js" hash="0ad3ad094e1d0643c5e104a7f942f3b7"/></dir><dir name="lib"><dir name="elevatezoom"><file name="jquery.elevateZoom-3.0.8.min.js" hash="a18ff8649464a0c999f5d063a081da61"/><file name="jquery.elevatezoom.js" hash="76494c5afa372e08d0a8a5f4ba7e58ed"/></dir><file name="enquire.js" hash="c11ca42a1f2bf189d004f9a4f42e3ca2"/><file name="fastclick.js" hash="7f1e1673fa395e43cbdc584c8798541b"/><file name="imagesloaded.js" hash="f70def9bddf45be549ec0575645b8038"/><file name="jquery.cycle2.min.js" hash="24f809434b3e494cc7b98c6c08404b33"/><file name="jquery.cycle2.swipe.min.js" hash="15747fbd45dd1adcaf8f04a2d8a71d68"/><file name="matchMedia.addListener.js" hash="6f47448212550bd3157c4265e3ebf085"/><file name="matchMedia.js" hash="89f369588d629240d6a8d4f8788490c8"/><file name="modernizr.custom.min.js" hash="e508acbc792b5761fe98dc892a1fd952"/><file name="selectivizr.js" hash="8e596ea5ffac3cf3eb53f75a15cdc7eb"/></dir><file name="minicart.js" hash="add8e01a072319af94f1ab144eb374c3"/><file name="msrp_rwd.js" hash="6d34427d2682d6f71a3114638aece3cb"/><file name="opcheckout_rwd.js" hash="45e8ac1799267b5e51d99da0ba007245"/><file name="slideshow.js" hash="4f84f1e95daedb2547f53b8c665e0e43"/></dir><dir name="scss"><file name="_core.scss" hash="beda7897a76839f1e33f89de8d54810b"/><file name="_framework.scss" hash="9a0412aa5439b64e0585610ca952473a"/><file name="_var.scss" hash="e63364c3a90b76c2550fea8f0202e26b"/><file name="config.rb" hash="5f50b4dc5eefbab9e22abdfb80f4d689"/><dir name="content"><file name="_category.scss" hash="de0634d2ac99e6aabcae579490d8732e"/><file name="_home.scss" hash="b75646403dcf7f8e6eb85f3ecfc1e9e0"/></dir><dir name="core"><file name="_common.scss" hash="985e8833fced4fa271866f2673a81dbd"/><file name="_form.scss" hash="218a442b80f3a52af6fe305062f0941c"/><file name="_reset.scss" hash="e14fe04f1c78214f96f88e5c934253e4"/><file name="_table.scss" hash="2766274f5bae5c8282fc69fba629f66b"/></dir><file name="email-inline.scss" hash="b1af26ef7e81deb5dd15986407fde7d9"/><file name="email-non-inline.scss" hash="ef26786eef404b1afdce3100aa5c4905"/><dir name="function"><file name="_black.scss" hash="13a5c1a6db7053179ae0dbb5a11cbfb6"/><file name="_white.scss" hash="66a7400baec1baa3b6dd5ae2a3c96911"/></dir><dir name="layout"><file name="_footer.scss" hash="80dfa77a56aad426a8bfabc5391c78d7"/><file name="_global.scss" hash="dda06616cd9581771eb920c37074406f"/><file name="_header-account.scss" hash="4148d62071939a83180bd28208119f0a"/><file name="_header-cart.scss" hash="97cf2cdfc80d3042ea1e7e0ec9ff707f"/><file name="_header-nav.scss" hash="f4f5d70ea91bf6e396952d731641625f"/><file name="_header-search.scss" hash="7c4a16a9dff3178166b025dc750940cb"/><file name="_header.scss" hash="f7c0c8902debccb32419afa50d61c746"/></dir><file name="madisonisland-ie8.scss" hash="72be6510683ac9ad0ffeaaa49b3fed47"/><file name="madisonisland.scss" hash="7c349f4e8b57dc4bbf6ef573c608c78d"/><dir name="mixin"><file name="_breakpoint.scss" hash="8495e8f6491e57f5a6b3d1fa6efafb4c"/><file name="_clearfix.scss" hash="b4c990fe6f8e3a4fd8c33a4722b0a2e7"/><file name="_if-resolution.scss" hash="2ae9033f4356d2d07be17c55dd72d32e"/><file name="_image-replacement.scss" hash="9a7381432d117995f7703a8a649db5a8"/><file name="_loading-overlay.scss" hash="fe5b19939bf223e5d453227e7beb919f"/><file name="_menu.scss" hash="679481ece20256fda3d004dc83c27588"/><file name="_not-selectable.scss" hash="ed69a2857986a3a876e89fa0f7cd9314"/><file name="_toggle-content.scss" hash="f5b60c93388fcc707b278eee017e81eb"/><file name="_triangle.scss" hash="e24811fc89f2553648c803adb9c286f0"/><file name="_typography.scss" hash="c37b6c7662ca16eea9c8d0dada47e9cc"/></dir><dir name="module"><file name="_account-orders.scss" hash="0fc51f05b3f148bdc6fd40a37f818a3b"/><file name="_account-reviews.scss" hash="2f0534b78e4baec378a666b17d02d34a"/><file name="_billing-agreements.scss" hash="bb70daba209464b0d37dafcb4f08ff63"/><file name="_captcha.scss" hash="78dca7990a50802423bf3bef86e3a662"/><file name="_catalog-compare.scss" hash="4f7af0ddae1acc344df5aa7ef24905c6"/><file name="_catalog-msrp.scss" hash="dd635a71b40c42fae8b2f3809a941149"/><file name="_catalog-product.scss" hash="8450de14f55cdd15dd06e0ef9d799960"/><file name="_checkout-cart-minicart.scss" hash="5f1a21b0b95c37ff7d517af85895ae81"/><file name="_checkout-cart.scss" hash="04e5d1ca43d1da317888be6d7b156ecb"/><file name="_checkout-multi-address.scss" hash="ceff643a584af97f357ad5ceb9a82edb"/><file name="_checkout-onepage.scss" hash="843ddca84b706f3089b259b2810761df"/><file name="_checkout-success.scss" hash="dd9f504641695a510315c1fe698632be"/><file name="_cms.scss" hash="be51bdb58b023b21bd41b7bb90937217"/><file name="_configurableswatches.scss" hash="2e54b0f524fa0ce6c139efaa5dcc695c"/><file name="_contacts.scss" hash="24e0b8afcc30bc5333d65478bb49412d"/><file name="_cookies.scss" hash="53d0d0581b76458fdc42cb39606030bf"/><file name="_customer.scss" hash="c9b73cc0bf7cb06c9818f86a4b9e5d22"/><file name="_paypal.scss" hash="edb9cddccdf72c582d801a68dd66f547"/><file name="_popular-terms.scss" hash="731cb754dd5b564ee223874c97956a5c"/><file name="_pricing_conditions.scss" hash="76d01a8ca04945fee026f9290f0b4123"/><file name="_product-list.scss" hash="4ce6e929d7d1a837a7ebdd5dd7172343"/><file name="_recurring-profiles.scss" hash="119ea98660b9f67086cc70c283695407"/><file name="_review.scss" hash="289c914456155235e8c12efdd00af86e"/><file name="_search.scss" hash="086347cf5645e2302d30bf8c2c6fa07d"/><file name="_slideshow.scss" hash="3b5fb2072a374d46286283cce545a820"/><file name="_tags.scss" hash="654896d2c042b0ddd9943266bd6c3292"/><file name="_widget.scss" hash="7deedbe2fe72f55c297f07a64e060e41"/><file name="_wishlist.scss" hash="4f6273acba6fbe96966394053e2fbf1b"/></dir><dir name="override"><file name="_plugin.scss" hash="7f927d0e7ab82c059d86dcbb68be0b25"/></dir><file name="scaffold-forms.scss" hash="d38e29005eac769281863990e76ddadc"/><file name="styles-ie8.scss" hash="519bded499f1d4be792601843e707f71"/><file name="styles.scss" hash="ea2a91ac1fe9b55ba2b1887b4c75b0ca"/><dir name="vendor"><file name="_normalize.scss" hash="d9edffd350bd218571fd141a9c658d29"/></dir><file name=".htaccess" hash="72617d60821288133a367f70bf39ad93"/></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
- <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.9.2.4</min><max>1.9.2.4</max></package></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Interface_Frontend_Rwd_Default</name>
4
+ <version>1.9.3.0</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/afl-3.0.php">AFL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>This is a RWD themes base</summary>
10
  <description>This is a RWD themes base</description>
11
+ <notes>1.9.3.0</notes>
12
  <authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
13
+ <date>2016-10-04</date>
14
+ <time>13:04:28</time>
15
+ <contents><target name="magedesign"><dir name="frontend"><dir name="rwd"><dir name="default"><dir name="etc"><file name="theme.xml" hash="1a083fffa0f14eadc2aec9457285da5b"/><file name="widget.xml" hash="d14d2d055e266521397b3acc3ef785c5"/></dir><dir name="layout"><file name="bundle.xml" hash="4477a56439c98518a7a17b2d9fac0af0"/><file name="catalog.xml" hash="78316377a035edaadc936abe5ffc7ecb"/><file name="catalog_msrp.xml" hash="f367a87cb37b9d3915febd0d390fdbb1"/><file name="catalogsearch.xml" hash="290fe9bc415994616b3050b02c4f9c22"/><file name="checkout.xml" hash="caf762e2cf08ea2a331f3b362f8a4f74"/><file name="cms.xml" hash="741e5802a7fcfaff76becf76bef36ef9"/><file name="configurableswatches.xml" hash="072a8acf717c04d7c2928a5adf0884e3"/><file name="contacts.xml" hash="c4598d00f718c6b2c0547c7089311b54"/><file name="customer.xml" hash="d3172870e93d260e5e4feea1e22b1dd4"/><file name="directory.xml" hash="d51bc2c016de63ac92865e4690bd4db0"/><file name="downloadable.xml" hash="8b4ee9729bc86b49be577ee351019615"/><file name="newsletter.xml" hash="45ef2d3a2e96acda7536eda8b15367ca"/><file name="oauth.xml" hash="5fdf254c66ccbdb6f5517855343717cf"/><file name="page.xml" hash="56e593c7b670559fac3822087687f601"/><file name="paypal.xml" hash="20793bdaa82860bab7a5bd091d91c69a"/><file name="persistent.xml" hash="9fb889c4b3b4642fff2988dac86975be"/><file name="review.xml" hash="ee6ad630dcadac0e9c387b9d48704afb"/><file name="rss.xml" hash="f09bf51fe286e463244108aa011c59ca"/><file name="sales.xml" hash="282e1e62b713d648f658c5d6b32169fb"/><file name="wishlist.xml" hash="c9c5fd8fe8f5d0dae9248287c3998add"/></dir><dir name="template"><dir name="authorizenet"><dir name="directpost"><file name="form.phtml" hash="df6c08ba86535cdc6293ab595d3288df"/></dir></dir><dir name="bundle"><dir name="catalog"><dir name="product"><dir name="view"><dir name="type"><dir name="bundle"><file name="availability.phtml" hash="f0a5f45031e50d9e20956dc8504466ce"/><dir name="option"><file name="select.phtml" hash="ae3043c51a1373b80a48e0a6851d6f21"/></dir></dir><file name="bundle.phtml" hash="a7c3b1ddb52d93454ff6eb38189e5b4e"/></dir></dir></dir></dir><dir name="email"><dir name="order"><dir name="items"><dir name="creditmemo"><file name="default.phtml" hash="1d86f6c569674673d29dc00ca39d9e76"/></dir><dir name="invoice"><file name="default.phtml" hash="68c9ad9f57298d65edbf76f3d9716418"/></dir><dir name="order"><file name="default.phtml" hash="cc54f223f4181846e3c85b56463f7a2c"/></dir><dir name="shipment"><file name="default.phtml" hash="b9424c2bd3946d5278b1fd58debe376a"/></dir></dir></dir></dir><dir name="sales"><dir name="order"><dir name="items"><file name="renderer.phtml" hash="d4df5a501c92fddf9fa88e0d74a773d7"/></dir></dir></dir></dir><dir name="captcha"><file name="zend.phtml" hash="79415f66d3afaf3dd358f12c3c6b0ded"/></dir><dir name="catalog"><dir name="layer"><file name="filter.phtml" hash="2ab182fca3cc8ae7e2de436179a0b22c"/><file name="state.phtml" hash="ec47c0dabb180e0532f236e61a405826"/><file name="view.phtml" hash="2b662280cff672694454c01fe50aac5f"/></dir><dir name="msrp"><file name="popup.phtml" hash="53c519d2dc3eb307e6ceb5db61438176"/></dir><dir name="navigation"><file name="left.phtml" hash="04dbb63d922529a0d29ceeff77011877"/></dir><dir name="product"><dir name="compare"><file name="list.phtml" hash="7d8e3167341aa9fc9580e8f4bb061134"/><file name="sidebar.phtml" hash="be9336036806f6dccf365e4391aa4072"/></dir><dir name="list"><file name="related.phtml" hash="be61b8e4be02b935fc93276eef2ce8ef"/><file name="toolbar.phtml" hash="f4534c7ee0ccaa9c555e320f0b5d0b63"/><file name="upsell.phtml" hash="c72c105775e636a3b8f04283413ba276"/></dir><file name="list.phtml" hash="680760a658226a0b276b52eabe520603"/><file name="price.phtml" hash="32ec49254d618ce923ea144d633ef8ce"/><dir name="view"><file name="addto.phtml" hash="8e52c71985a87c38d8f9933ec035a7f7"/><file name="addtocart.phtml" hash="81cd229e179d4441177e0b602af48666"/><file name="media.phtml" hash="45f8d2042f8d79ae84222aa1f917baca"/><file name="sharing.phtml" hash="faa16ed51d8f9d3e99e35121ec027a84"/><dir name="type"><dir name="availability"><file name="default.phtml" hash="2372df3050ce27c7323f0757ce67b118"/><file name="grouped.phtml" hash="a24c2cdefb736b41a0b61988a266fb73"/></dir><file name="default.phtml" hash="3505ac450eaab9651499c40f4d3269ed"/><file name="grouped.phtml" hash="85e222d1a66c661c12d5903553c515bc"/><dir name="options"><file name="configurable.phtml" hash="578f68a23a82ebec21156401911e4341"/></dir></dir></dir><file name="view.phtml" hash="de04c6b45021c69c7f379db25d13f9cd"/><dir name="widget"><dir name="new"><dir name="column"><file name="new_default_list.phtml" hash="32f7abaef374ea40775820663040641b"/><file name="new_images_list.phtml" hash="a68f41f06311e52a4c1f330700f37071"/><file name="new_names_list.phtml" hash="885f8702c6e0f5ed192bb6c11b08cd83"/></dir><dir name="content"><file name="new_grid.phtml" hash="d37f503a76d03713fd0ce684ea31dff4"/><file name="new_list.phtml" hash="4ab1d5e3a6edacad4564983490a3f0c9"/></dir></dir></dir></dir></dir><dir name="cataloginventory"><dir name="stockqty"><file name="composite.phtml" hash="bd6af3c0adbbc35f366464266d2706cc"/></dir></dir><dir name="catalogsearch"><dir name="advanced"><file name="form.phtml" hash="91b517ed54a31df8c29cc71b834d6ff3"/></dir><file name="form.mini.phtml" hash="a87eff1c1107dd861e4bdf530c96e7f9"/><file name="result.phtml" hash="f6bf2e37cbd4fa6589ed4071ab371565"/></dir><dir name="centinel"><dir name="authentication"><file name="start.phtml" hash="215bd32f0ff599a1e6ed05d676bb1b1c"/></dir></dir><dir name="checkout"><dir name="cart"><file name="coupon.phtml" hash="526bb239b488e0d73797f0443691d585"/><file name="crosssell.phtml" hash="2b22de7b345d7d20af7b04a1f90ef303"/><dir name="item"><dir name="configure"><file name="updatecart.phtml" hash="dcc8f6a8b073bca690a5868d2aa53dc7"/></dir><file name="default.phtml" hash="b861312ef72485b9f48d06c54b68c2bc"/></dir><dir name="minicart"><file name="default.phtml" hash="deb5094061b39db94f25a82911309cf7"/><file name="items.phtml" hash="0360c7e52ba3b01a42bc90895c494468"/></dir><file name="minicart.phtml" hash="830cc75dcca919207342f1d54edf6c99"/><dir name="render"><file name="default.phtml" hash="379634034c6ae8fdb7b337177dc58f30"/><file name="simple.phtml" hash="9dc555ed2a0c5fa7acc32c96184887dd"/></dir><file name="shipping.phtml" hash="c66ad1326d12bb2567529e8a6b18ef63"/><dir name="sidebar"><file name="default.phtml" hash="a87fb59bceb06ebe065db3e2d7d0b2ec"/></dir><file name="sidebar.phtml" hash="21afe86210399d6f3457c3629d5c08de"/></dir><file name="cart.phtml" hash="138c068744145c561d0b0a433c56ac14"/><dir name="multishipping"><file name="addresses.phtml" hash="484b97b58a8f1ee8064bdd59c4fc8485"/><file name="billing.phtml" hash="0383e3b6457eb7b24b7345053a7227d8"/><dir name="item"><file name="default.phtml" hash="f1f7ac4e7c77243b2acb62b46284f7de"/></dir><dir name="overview"><file name="item.phtml" hash="3f5e82f1f0a21c00c2e868ab660cefcb"/></dir><file name="overview.phtml" hash="24e571f97e1c45292cc7d087e17e9c70"/></dir><dir name="onepage"><file name="payment.phtml" hash="78e0f01aa84ee410b69a9264e3321525"/><file name="progress.phtml" hash="db98212731760ba4b91494480fa41edd"/><dir name="review"><file name="info.phtml" hash="1e4e125f191b33bb1644315e6634fd92"/><file name="item.phtml" hash="47fdce34a156a1b25af902e7adf5f382"/></dir><file name="shipping.phtml" hash="d85d1faf011bed3aa47d740eae8557e2"/></dir><file name="onepage.phtml" hash="d536dc74d24388a22821505cde4c1fc6"/></dir><dir name="configurableswatches"><dir name="catalog"><dir name="layer"><dir name="filter"><file name="swatches.phtml" hash="49e80a31b87ba172c564424a75021882"/></dir><dir name="state"><file name="swatch.phtml" hash="97fa184c82e8568da550167fcc830d7e"/></dir></dir><dir name="media"><file name="js.phtml" hash="e985af1f9aaf0ece6c00b20d564dee90"/></dir><dir name="product"><dir name="list"><dir name="price"><file name="js.phtml" hash="049903698eb5c2a640591dd7730861d2"/></dir><file name="swatches.phtml" hash="b9497360e27b48dd523941d24d40ef83"/></dir><dir name="view"><dir name="type"><dir name="configurable"><file name="swatch-js.phtml" hash="128f7858d6ab604795dda99bca8bca5e"/></dir><dir name="options"><dir name="configurable"><file name="swatches.phtml" hash="2326835717c1c4da491284f45edec511"/></dir></dir></dir></dir></dir></dir></dir><dir name="contacts"><file name="form.phtml" hash="aa41a3762969f7462c407dc17ff7c835"/></dir><dir name="customer"><dir name="account"><dir name="dashboard"><file name="address.phtml" hash="0e1ad8ed6df9a66d0ca896a25de06339"/></dir><file name="dashboard.phtml" hash="24b00674c5b1ecce7428636ff4f104d1"/><file name="navigation.phtml" hash="d3e25d09a7b8ac369c3a3889ff06aad3"/></dir><dir name="address"><file name="edit.phtml" hash="1243cc0cdfe91d7db5d4194d8f679f42"/></dir><dir name="form"><file name="address.phtml" hash="ec7ebfaf58d637e93d2fb813e790fcca"/><file name="changepassword.phtml" hash="3ceb21003cc18d27cd15d990b860059c"/><file name="confirmation.phtml" hash="f70799326438b589c7b6762fd150c4e9"/><file name="edit.phtml" hash="f9560065bbab89324eb662d403be147b"/><file name="forgotpassword.phtml" hash="7d5be982636f35d772dacfb679b700e9"/><file name="mini.login.phtml" hash="857951f789fc5b4d906707c41684d8d8"/><file name="resetforgottenpassword.phtml" hash="e5496225491d153e84c64ad1b8990644"/></dir></dir><dir name="directory"><file name="currency.phtml" hash="422c7b0b6fe32d2ffe9a95d1050b94a3"/></dir><dir name="downloadable"><dir name="catalog"><dir name="product"><file name="type.phtml" hash="b10c9d0700664224daf709c3f7658847"/></dir></dir><dir name="checkout"><dir name="cart"><dir name="item"><file name="default.phtml" hash="f27159fd7c4b3fce1ba26ba8f0dfc4b7"/></dir></dir><dir name="onepage"><dir name="review"><file name="item.phtml" hash="85d3b6dcb4ce954c3435c4a42c95c54a"/></dir></dir></dir><dir name="customer"><dir name="products"><file name="list.phtml" hash="52190d0e010706106552acdeb18c3af8"/></dir></dir><dir name="email"><dir name="order"><dir name="items"><dir name="creditmemo"><file name="downloadable.phtml" hash="ad897b072bc4c1afbcfe147e65e348ff"/></dir><dir name="invoice"><file name="downloadable.phtml" hash="e40beca07f98d6d8b771d3ea6cd332b9"/></dir><dir name="order"><file name="downloadable.phtml" hash="94d7e842e8d6eb2e4ecb2963bc1e428a"/></dir></dir></dir></dir><dir name="sales"><dir name="order"><dir name="items"><dir name="renderer"><file name="downloadable.phtml" hash="de7c613acc240e8090a5adacb68b662a"/></dir></dir></dir></dir></dir><dir name="email"><dir name="catalog"><dir name="product"><file name="list.phtml" hash="171d0d2eddf920a49eda73ec692b4757"/><file name="new.phtml" hash="e7228807f95065ba599e9477deea88b4"/></dir></dir><dir name="order"><dir name="creditmemo"><file name="items.phtml" hash="3c9c074d25a0b876f8d5307edf0dc8a1"/></dir><dir name="invoice"><file name="items.phtml" hash="dc86e2c3ac1e2a765aee5c17753912ad"/></dir><dir name="items"><dir name="creditmemo"><file name="default.phtml" hash="c2e783ff7aacf691f9e57f0e7db4eb98"/></dir><dir name="invoice"><file name="default.phtml" hash="c2e783ff7aacf691f9e57f0e7db4eb98"/></dir><dir name="order"><file name="default.phtml" hash="7e63fdd1169196d47bb18510ebfea6f0"/></dir><dir name="shipment"><file name="default.phtml" hash="8ce4d6201eb4587c998f15611cd61374"/></dir></dir><file name="items.phtml" hash="cf5d2926811f29f69dd0d24f91ab8455"/><dir name="shipment"><file name="items.phtml" hash="a56333abf731e9875476162e4a3b22e3"/><file name="track.phtml" hash="03cb16c98966fb857ae69aa1914a412b"/></dir><dir name="totals"><file name="wrapper.phtml" hash="8aa822f2d1ecf50d5682d6ba57468769"/></dir></dir><dir name="productalert"><file name="price.phtml" hash="e9c876f47cfb48f11db231e4810bda28"/><file name="stock.phtml" hash="df4556cb80071fed7b41766061e6da2d"/></dir></dir><dir name="newsletter"><file name="subscribe.phtml" hash="81a11a515be2ba661f6965fc042d885a"/></dir><dir name="oauth"><dir name="authorize"><dir name="form"><file name="login-simple.phtml" hash="25d10fa02b91651ac749dd9c210c421f"/></dir></dir></dir><dir name="page"><file name="1column.phtml" hash="9090c0f26a6ebc6b44703155936e9fe8"/><file name="2columns-left.phtml" hash="5d52325ae331355a1f85e57837e6adee"/><file name="2columns-right.phtml" hash="490f86fb3d40a59a4cf4228984daedb1"/><file name="3columns.phtml" hash="9b28b57377764df430b72197393fb3f1"/><file name="empty.phtml" hash="df8ca741f3d1089d5d23be2ee1d8333e"/><dir name="html"><file name="footer.phtml" hash="47aaa4d3fa8d505b78e834591daa2602"/><file name="header.phtml" hash="63afd57e411d8af487457b99cfc76a9c"/><file name="pager.phtml" hash="b02caef6f5d4b327223a696fc12f4095"/><dir name="topmenu"><file name="renderer.phtml" hash="0fd7dc9035a04740faa632f9297c45b4"/></dir><file name="topmenu.phtml" hash="c4d01002fe5130716abfc6910897e7b6"/></dir><file name="popup.phtml" hash="97bcbd0cc4ef992b0ba9a43d3bc8c958"/><file name="print.phtml" hash="36346a7c57925b8d1c1051707bd4e5ae"/><dir name="template"><file name="links.phtml" hash="6e3be4bd1e8246f717bda9669cfeb07b"/></dir></dir><dir name="payment"><dir name="form"><file name="cc.phtml" hash="defe984ade5e28a0fffd32c8e07071d8"/><file name="ccsave.phtml" hash="efa3eeed720b4dfc6f24f76dcf0e66c0"/></dir><dir name="info"><file name="default.phtml" hash="97c30fb3a765a3e4f87f14a806162f42"/></dir></dir><dir name="paypal"><file name="bml.phtml" hash="4e6fff21791c16f2805bcfa6bb2d1345"/><dir name="express"><dir name="minicart"><file name="shortcut.phtml" hash="a5526afd854a70b8dd91aaa30950f8e3"/></dir><dir name="product"><file name="shortcut.phtml" hash="87e6c79cf1704412691dffbc17dcef95"/></dir><dir name="review"><file name="address.phtml" hash="e483304c0ba18a83fecb08be0051a483"/><file name="details.phtml" hash="bc0b394c0712575a959fac6f3a14df3e"/><dir name="shipping"><file name="method.phtml" hash="cff54946316d88fd464724c875c4fabc"/></dir></dir><file name="review.phtml" hash="2e44176a46ef355fe24608739834aba5"/></dir><dir name="partner"><file name="us_logo.phtml" hash="073f10b2f4a05041a80809cc70e2c7c4"/></dir></dir><dir name="persistent"><dir name="checkout"><dir name="onepage"><file name="billing.phtml" hash="79a752b511855cd36e911ee3fdf07f04"/><file name="login.phtml" hash="e3b51535d6db7950cf68b34385c82bec"/></dir></dir><dir name="customer"><dir name="form"><file name="login.phtml" hash="14cf6eef7eed8231d83976894381733f"/><file name="register.phtml" hash="8b4ffde52549509ca951118615e777d4"/></dir></dir><dir name="header"><file name="links.phtml" hash="b45c4d720a24bd22af90b0af79a39639"/></dir><file name="remember_me.phtml" hash="834ef604fc6e3174ac3d8b4ae4f70510"/><file name="remember_me_tooltip.phtml" hash="b26ec8d0b1bc3ae2ed8651865e12a153"/></dir><dir name="rating"><file name="detailed.phtml" hash="5be3711fba138f79cb667ce13e3470fe"/></dir><dir name="reports"><file name="product_viewed.phtml" hash="3f78577d123790850728a4d7f4ac2117"/><dir name="widget"><dir name="compared"><dir name="column"><file name="compared_default_list.phtml" hash="b85243f48e822804e65c65c24c2d2f77"/><file name="compared_images_list.phtml" hash="95883ed1ae6c8ba0d7e1b1c5977a4c0a"/><file name="compared_names_list.phtml" hash="fb983214baffc167253a13bee844b551"/></dir><dir name="content"><file name="compared_grid.phtml" hash="ac6a945f697cfa7cc972db6d5858d950"/><file name="compared_list.phtml" hash="f8a4ffa233b133e50bf98325b9515be3"/></dir></dir><dir name="viewed"><dir name="column"><file name="viewed_default_list.phtml" hash="4864cd53d23546935dd23b6cb67fe6b4"/><file name="viewed_images_list.phtml" hash="42d7e94cd0f636b8679b0ded0f0a2e0a"/><file name="viewed_names_list.phtml" hash="a40e7c3b164febba7abfd3bc13125966"/></dir><dir name="content"><file name="viewed_grid.phtml" hash="a7838f7224d2935f93fba4886c42f08a"/><file name="viewed_list.phtml" hash="0355380efacf49fcb05856e13804b137"/></dir></dir></dir></dir><dir name="review"><dir name="customer"><file name="view.phtml" hash="d73439ad9fea6b9604ecb3f5365204f7"/></dir><file name="form.phtml" hash="748014275781f162025b6aa7e8c5baad"/><dir name="product"><dir name="view"><file name="list.phtml" hash="acaefb362d6546ce5809fd9c27c3dae8"/></dir></dir><file name="view.phtml" hash="65cec86768f9d66607279a942060b3f4"/></dir><dir name="sales"><dir name="billing"><dir name="agreement"><file name="view.phtml" hash="1a0245cb19a627a091cf337e821ca85e"/></dir><file name="agreements.phtml" hash="51cc2feaf7c98a8f92844878123fca90"/></dir><dir name="order"><dir name="creditmemo"><dir name="items"><dir name="renderer"><file name="default.phtml" hash="dae143c8b602e7cf7199a83bf87201b6"/></dir></dir><file name="items.phtml" hash="407065dcea0e0730cce10cbaf79d31c0"/></dir><file name="history.phtml" hash="8a9bd71886174a50c9695141bfdcd067"/><dir name="invoice"><dir name="items"><dir name="renderer"><file name="default.phtml" hash="74fffdf4f06aa05293e420b49ae1089d"/></dir></dir><file name="items.phtml" hash="0978df48c7e72174a8f44768d9788e53"/></dir><dir name="items"><dir name="renderer"><file name="default.phtml" hash="dc967b77cf260894b06b95c8bc0e4242"/></dir></dir><file name="items.phtml" hash="9c51ea0f8783968fa3a85269978b3205"/><file name="recent.phtml" hash="4d6a17b1c485d7e90a22496b12b5e6cb"/><dir name="shipment"><file name="items.phtml" hash="1b4756ab50c7e4e8941063bf44ca9b86"/></dir></dir><dir name="recurring"><file name="grid.phtml" hash="7524fb03ea9326ca12093b2273ece31a"/><dir name="profile"><file name="view.phtml" hash="1cf965e777bb2e5acaf9d2a1e6ff2d01"/></dir></dir><dir name="widget"><dir name="guest"><file name="form.phtml" hash="ed3b3860ade956de57cba59f38e8b57a"/></dir></dir></dir><dir name="sendfriend"><file name="send.phtml" hash="f1e793e22d80e16d7bb46a3dc0ee9af5"/></dir><dir name="wishlist"><dir name="button"><file name="update.phtml" hash="79fe7d2dbff65e149a2c3efe359ed01d"/></dir><dir name="item"><dir name="column"><file name="cart.phtml" hash="aa0b0010df00c97ba1d6f5d520631306"/><file name="info.phtml" hash="1301461b91b1b59d0adbaa4aafa50a62"/><file name="price.phtml" hash="8b0d1e50dc0aa10bfea4adc94531dd1f"/><file name="quantity.phtml" hash="67275418d3ea0afcf09931c61242a589"/></dir><file name="list.phtml" hash="e67841ea8eb530abd5d3ec60fbf14d5e"/></dir><file name="shared.phtml" hash="a4df86c5393013eba814d9d187b1e303"/><file name="sidebar.phtml" hash="24c7b1eeca079b7e9b9a796a37763496"/><file name="view.phtml" hash="7bbd0ad8036f75dfda5974130047643b"/></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="rwd"><dir name="default"><dir name="css"><file name="madisonisland-ie8.css" hash="02b8df800f74ab6ccb19c37db22269c6"/><file name="madisonisland.css" hash="1fb5d7dc02bd606b12f86bd471b97f1b"/><file name="scaffold-forms.css" hash="c9ff04ad23a05e0f2e1278161e12013c"/><file name="styles-ie8.css" hash="f741f30a29ca977f41bbb0c4c5b85100"/><file name="styles.css" hash="b0f48d17cd52db3ca5e0280776e71fc9"/></dir><dir name="images"><file name="ajax-loader.gif" hash="f48ee069890b16455c3ddcacee9b5f75"/><file name="bg_x.png" hash="c321c67f6929326129426c9e83207ea3"/><file name="demo-logo.png" hash="c6f4b110e5379547e71d367479f0f945"/><file name="demo_logo.png" hash="7694461c41abb69ca60c086c69e312cc"/><file name="icon_sprite.png" hash="e15f0103ef5ebe3baf48960bb9ccfaab"/><file name="icon_sprite@2x.png" hash="2e9c31d760a33d9f27951210f8311341"/><file name="logo.gif" hash="5e0912a388db8cd83c062766ac3a5d89"/><file name="logo_email.gif" hash="773ca21465d08684ea7db8bf49d30a36"/><file name="logo_print.gif" hash="5e0912a388db8cd83c062766ac3a5d89"/><dir name="media"><file name="col_left_callout.jpg" hash="5f762006021e046f9bd536f37ea7c463"/><file name="col_right_callout.jpg" hash="dae22f37a542da272a35195ec286ec25"/><file name="homepage_banner_1.jpg" hash="267b2827f3db118d99f7a623ee02ad8f"/><file name="homepage_banner_1@2x.jpg" hash="3baa6702111d6f5f5dd40d96f148fc60"/><file name="homepage_banner_2.jpg" hash="67f70cfb1690b5de6e185769fb55cd28"/><file name="homepage_callout_1.jpg" hash="4b8451e4e99e87b6c60a015f659d32b6"/><file name="homepage_callout_1@2x.jpg" hash="fb5e215f6cb623abf6f0365b5de1541d"/><file name="homepage_callout_2.jpg" hash="057ab6200f6ea05d4a6793969c5edac3"/><file name="homepage_callout_2@2x.jpg" hash="e923c6323d22235876fe61a9c5588c85"/><file name="homepage_callout_3.jpg" hash="b2cf1e73e87b3330df17425044d22f52"/><file name="homepage_callout_3@2x.jpg" hash="8b98dee63a61608b09c26bd60acea65e"/></dir><file name="opc-ajax-loader.gif" hash="f48ee069890b16455c3ddcacee9b5f75"/><file name="social_icons.png" hash="a6d0bdaea0ca0f507bd36628a6ad31a2"/><file name="social_icons@2x.png" hash="531cc696a7b949dbc8121809c1bb4d46"/></dir><dir name="js"><file name="app.js" hash="6f1e871d283f4d66dd96bb099c299a39"/><dir name="configurableswatches"><file name="configurable-swatch-prices.js" hash="590deb91599beb4e2a09ee2af598d39e"/><file name="product-media.js" hash="04a29978f7d757c22f6fc07539601e61"/><file name="swatches-list.js" hash="8842ff61c23b2039c94b5a87699d506f"/><file name="swatches-product.js" hash="c3d214399dd6314e162306cc323a91ef"/></dir><dir name="lib"><dir name="elevatezoom"><file name="jquery.elevateZoom-3.0.8.min.js" hash="a18ff8649464a0c999f5d063a081da61"/><file name="jquery.elevatezoom.js" hash="76494c5afa372e08d0a8a5f4ba7e58ed"/></dir><file name="enquire.js" hash="c11ca42a1f2bf189d004f9a4f42e3ca2"/><file name="fastclick.js" hash="7f1e1673fa395e43cbdc584c8798541b"/><file name="imagesloaded.js" hash="f70def9bddf45be549ec0575645b8038"/><file name="jquery.cycle2.min.js" hash="24f809434b3e494cc7b98c6c08404b33"/><file name="jquery.cycle2.swipe.min.js" hash="15747fbd45dd1adcaf8f04a2d8a71d68"/><file name="matchMedia.addListener.js" hash="6f47448212550bd3157c4265e3ebf085"/><file name="matchMedia.js" hash="89f369588d629240d6a8d4f8788490c8"/><file name="modernizr.custom.min.js" hash="e508acbc792b5761fe98dc892a1fd952"/><file name="selectivizr.js" hash="8e596ea5ffac3cf3eb53f75a15cdc7eb"/></dir><file name="minicart.js" hash="19ad578265e5e3d9446fbba98ea25db1"/><file name="msrp_rwd.js" hash="6d34427d2682d6f71a3114638aece3cb"/><file name="opcheckout_rwd.js" hash="3e40d364dd8daf3051977b0163f26df2"/><file name="slideshow.js" hash="4f84f1e95daedb2547f53b8c665e0e43"/></dir><dir name="scss"><file name="_core.scss" hash="beda7897a76839f1e33f89de8d54810b"/><file name="_framework.scss" hash="9a0412aa5439b64e0585610ca952473a"/><file name="_var.scss" hash="e63364c3a90b76c2550fea8f0202e26b"/><file name="config.rb" hash="5f50b4dc5eefbab9e22abdfb80f4d689"/><dir name="content"><file name="_category.scss" hash="de0634d2ac99e6aabcae579490d8732e"/><file name="_home.scss" hash="b75646403dcf7f8e6eb85f3ecfc1e9e0"/></dir><dir name="core"><file name="_common.scss" hash="985e8833fced4fa271866f2673a81dbd"/><file name="_form.scss" hash="218a442b80f3a52af6fe305062f0941c"/><file name="_reset.scss" hash="e14fe04f1c78214f96f88e5c934253e4"/><file name="_table.scss" hash="2766274f5bae5c8282fc69fba629f66b"/></dir><file name="email-inline.scss" hash="b1af26ef7e81deb5dd15986407fde7d9"/><file name="email-non-inline.scss" hash="ef26786eef404b1afdce3100aa5c4905"/><dir name="function"><file name="_black.scss" hash="13a5c1a6db7053179ae0dbb5a11cbfb6"/><file name="_white.scss" hash="66a7400baec1baa3b6dd5ae2a3c96911"/></dir><dir name="layout"><file name="_footer.scss" hash="80dfa77a56aad426a8bfabc5391c78d7"/><file name="_global.scss" hash="dda06616cd9581771eb920c37074406f"/><file name="_header-account.scss" hash="4148d62071939a83180bd28208119f0a"/><file name="_header-cart.scss" hash="97cf2cdfc80d3042ea1e7e0ec9ff707f"/><file name="_header-nav.scss" hash="f4f5d70ea91bf6e396952d731641625f"/><file name="_header-search.scss" hash="7c4a16a9dff3178166b025dc750940cb"/><file name="_header.scss" hash="f7c0c8902debccb32419afa50d61c746"/></dir><file name="madisonisland-ie8.scss" hash="72be6510683ac9ad0ffeaaa49b3fed47"/><file name="madisonisland.scss" hash="7c349f4e8b57dc4bbf6ef573c608c78d"/><dir name="mixin"><file name="_breakpoint.scss" hash="8495e8f6491e57f5a6b3d1fa6efafb4c"/><file name="_clearfix.scss" hash="b4c990fe6f8e3a4fd8c33a4722b0a2e7"/><file name="_if-resolution.scss" hash="2ae9033f4356d2d07be17c55dd72d32e"/><file name="_image-replacement.scss" hash="9a7381432d117995f7703a8a649db5a8"/><file name="_loading-overlay.scss" hash="fe5b19939bf223e5d453227e7beb919f"/><file name="_menu.scss" hash="679481ece20256fda3d004dc83c27588"/><file name="_not-selectable.scss" hash="ed69a2857986a3a876e89fa0f7cd9314"/><file name="_toggle-content.scss" hash="f5b60c93388fcc707b278eee017e81eb"/><file name="_triangle.scss" hash="e24811fc89f2553648c803adb9c286f0"/><file name="_typography.scss" hash="c37b6c7662ca16eea9c8d0dada47e9cc"/></dir><dir name="module"><file name="_account-orders.scss" hash="0fc51f05b3f148bdc6fd40a37f818a3b"/><file name="_account-reviews.scss" hash="2f0534b78e4baec378a666b17d02d34a"/><file name="_billing-agreements.scss" hash="bb70daba209464b0d37dafcb4f08ff63"/><file name="_captcha.scss" hash="78dca7990a50802423bf3bef86e3a662"/><file name="_catalog-compare.scss" hash="4f7af0ddae1acc344df5aa7ef24905c6"/><file name="_catalog-msrp.scss" hash="dd635a71b40c42fae8b2f3809a941149"/><file name="_catalog-product.scss" hash="8450de14f55cdd15dd06e0ef9d799960"/><file name="_checkout-cart-minicart.scss" hash="5f1a21b0b95c37ff7d517af85895ae81"/><file name="_checkout-cart.scss" hash="04e5d1ca43d1da317888be6d7b156ecb"/><file name="_checkout-multi-address.scss" hash="ceff643a584af97f357ad5ceb9a82edb"/><file name="_checkout-onepage.scss" hash="843ddca84b706f3089b259b2810761df"/><file name="_checkout-success.scss" hash="dd9f504641695a510315c1fe698632be"/><file name="_cms.scss" hash="be51bdb58b023b21bd41b7bb90937217"/><file name="_configurableswatches.scss" hash="2e54b0f524fa0ce6c139efaa5dcc695c"/><file name="_contacts.scss" hash="24e0b8afcc30bc5333d65478bb49412d"/><file name="_cookies.scss" hash="53d0d0581b76458fdc42cb39606030bf"/><file name="_customer.scss" hash="c9b73cc0bf7cb06c9818f86a4b9e5d22"/><file name="_paypal.scss" hash="edb9cddccdf72c582d801a68dd66f547"/><file name="_popular-terms.scss" hash="731cb754dd5b564ee223874c97956a5c"/><file name="_pricing_conditions.scss" hash="76d01a8ca04945fee026f9290f0b4123"/><file name="_product-list.scss" hash="4ce6e929d7d1a837a7ebdd5dd7172343"/><file name="_recurring-profiles.scss" hash="119ea98660b9f67086cc70c283695407"/><file name="_review.scss" hash="289c914456155235e8c12efdd00af86e"/><file name="_search.scss" hash="086347cf5645e2302d30bf8c2c6fa07d"/><file name="_slideshow.scss" hash="3b5fb2072a374d46286283cce545a820"/><file name="_tags.scss" hash="654896d2c042b0ddd9943266bd6c3292"/><file name="_widget.scss" hash="7deedbe2fe72f55c297f07a64e060e41"/><file name="_wishlist.scss" hash="4f6273acba6fbe96966394053e2fbf1b"/></dir><dir name="override"><file name="_plugin.scss" hash="7f927d0e7ab82c059d86dcbb68be0b25"/></dir><file name="scaffold-forms.scss" hash="d38e29005eac769281863990e76ddadc"/><file name="styles-ie8.scss" hash="519bded499f1d4be792601843e707f71"/><file name="styles.scss" hash="ea2a91ac1fe9b55ba2b1887b4c75b0ca"/><dir name="vendor"><file name="_normalize.scss" hash="d9edffd350bd218571fd141a9c658d29"/></dir><file name=".htaccess" hash="72617d60821288133a367f70bf39ad93"/></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
+ <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.9.3.0</min><max>1.9.3.0</max></package></required></dependencies>
18
  </package>
skin/frontend/rwd/default/js/app.js CHANGED
@@ -37,7 +37,7 @@ var bp = {
37
  medium: 770,
38
  large: 979,
39
  xlarge: 1199
40
- }
41
 
42
  // ==============================================
43
  // Search
@@ -57,7 +57,7 @@ Varien.searchForm.prototype.initialize = function (form, field, emptyText) {
57
  Event.observe(this.field, 'focus', this.focus.bind(this));
58
  Event.observe(this.field, 'blur', this.blur.bind(this));
59
  this.blur();
60
- }
61
 
62
  Varien.searchForm.prototype.submit = function (event) {
63
  if (this.field.value == this.emptyText || this.field.value == ''){
@@ -67,7 +67,7 @@ Varien.searchForm.prototype.submit = function (event) {
67
  return false;
68
  }
69
  return true;
70
- }
71
 
72
  Varien.searchForm.prototype.change = function (event) {
73
  if (
@@ -77,13 +77,13 @@ Varien.searchForm.prototype.change = function (event) {
77
  ) {
78
  this.field.removeClassName('validation-failed');
79
  }
80
- }
81
 
82
  Varien.searchForm.prototype.blur = function (event) {
83
  if (this.field.hasClassName('validation-failed')) {
84
  this.field.removeClassName('validation-failed');
85
  }
86
- }
87
 
88
  // ==============================================
89
  // Pointer abstraction
@@ -684,7 +684,7 @@ $j(document).ready(function () {
684
 
685
  $j(".change").click(function (e) {
686
  $j( this ).toggleClass('active');
687
- e.stopPropagation()
688
  });
689
 
690
  $j(document).click(function (e) {
@@ -867,7 +867,7 @@ $j(document).ready(function () {
867
  }
868
 
869
  });
870
- }
871
 
872
  // ==============================================
873
  // UI Pattern - Toggle Content (tabs and accordions in one setup)
@@ -951,14 +951,14 @@ $j(document).ready(function () {
951
  // While it would make more sense to just move the .block-layered-nav block rather than .col-left-first
952
  // (since other blocks can be inserted into left_first), it creates simpler code to move the entire
953
  // .col-left-first block, so that is the approach we're taking
954
- if ($j('.col-left-first > .block').length && $j('.category-products').length) {
955
  enquire.register('screen and (max-width: ' + bp.medium + 'px)', {
956
  match: function () {
957
- $j('.col-left-first').insertBefore($j('.category-products'))
958
  },
959
  unmatch: function () {
960
  // Move layered nav back to left column
961
- $j('.col-left-first').insertBefore($j('.col-main'))
962
  }
963
  });
964
  }
@@ -1044,12 +1044,12 @@ $j(document).ready(function () {
1044
  match: function () {
1045
  $j('.gift-info').each(function() {
1046
  $j(this).next('td').children('textarea').appendTo(this).children();
1047
- })
1048
  },
1049
  unmatch: function () {
1050
  $j('.left-note').each(function() {
1051
  $j(this).prev('td').children('textarea').appendTo(this).children();
1052
- })
1053
  }
1054
  });
1055
  }
@@ -1122,7 +1122,7 @@ $j(document).ready(function () {
1122
  });
1123
  });
1124
  });
1125
- }
1126
  alignProductGridActions();
1127
 
1128
  // Since the height of each cell and the number of columns per page may change when the page is resized, we are
37
  medium: 770,
38
  large: 979,
39
  xlarge: 1199
40
+ };
41
 
42
  // ==============================================
43
  // Search
57
  Event.observe(this.field, 'focus', this.focus.bind(this));
58
  Event.observe(this.field, 'blur', this.blur.bind(this));
59
  this.blur();
60
+ };
61
 
62
  Varien.searchForm.prototype.submit = function (event) {
63
  if (this.field.value == this.emptyText || this.field.value == ''){
67
  return false;
68
  }
69
  return true;
70
+ };
71
 
72
  Varien.searchForm.prototype.change = function (event) {
73
  if (
77
  ) {
78
  this.field.removeClassName('validation-failed');
79
  }
80
+ };
81
 
82
  Varien.searchForm.prototype.blur = function (event) {
83
  if (this.field.hasClassName('validation-failed')) {
84
  this.field.removeClassName('validation-failed');
85
  }
86
+ };
87
 
88
  // ==============================================
89
  // Pointer abstraction
684
 
685
  $j(".change").click(function (e) {
686
  $j( this ).toggleClass('active');
687
+ e.stopPropagation();
688
  });
689
 
690
  $j(document).click(function (e) {
867
  }
868
 
869
  });
870
+ };
871
 
872
  // ==============================================
873
  // UI Pattern - Toggle Content (tabs and accordions in one setup)
951
  // While it would make more sense to just move the .block-layered-nav block rather than .col-left-first
952
  // (since other blocks can be inserted into left_first), it creates simpler code to move the entire
953
  // .col-left-first block, so that is the approach we're taking
954
+ if ($j('.col-left-first > .block').length && $j('div.category-products').length) {
955
  enquire.register('screen and (max-width: ' + bp.medium + 'px)', {
956
  match: function () {
957
+ $j('.col-left-first').insertBefore($j('div.category-products'));
958
  },
959
  unmatch: function () {
960
  // Move layered nav back to left column
961
+ $j('.col-left-first').insertBefore($j('.col-main'));
962
  }
963
  });
964
  }
1044
  match: function () {
1045
  $j('.gift-info').each(function() {
1046
  $j(this).next('td').children('textarea').appendTo(this).children();
1047
+ });
1048
  },
1049
  unmatch: function () {
1050
  $j('.left-note').each(function() {
1051
  $j(this).prev('td').children('textarea').appendTo(this).children();
1052
+ });
1053
  }
1054
  });
1055
  }
1122
  });
1123
  });
1124
  });
1125
+ };
1126
  alignProductGridActions();
1127
 
1128
  // Since the height of each cell and the number of columns per page may change when the page is resized, we are
skin/frontend/rwd/default/js/configurableswatches/configurable-swatch-prices.js ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * Magento
3
+ *
4
+ * NOTICE OF LICENSE
5
+ *
6
+ * This source file is subject to the Academic Free License (AFL 3.0)
7
+ * that is bundled with this package in the file LICENSE_AFL.txt.
8
+ * It is also available through the world-wide-web at this URL:
9
+ * http://opensource.org/licenses/afl-3.0.php
10
+ * If you did not receive a copy of the license and are unable to
11
+ * obtain it through the world-wide-web, please send an email
12
+ * to license@magento.com so we can send you a copy immediately.
13
+ *
14
+ * DISCLAIMER
15
+ *
16
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
17
+ * versions in the future. If you wish to customize Magento for your
18
+ * needs please refer to http://www.magento.com for more information.
19
+ *
20
+ * @category design
21
+ * @package rwd_default
22
+ * @copyright Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
23
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
+ */
25
+
26
+ var ConfigurableSwatchPrices = Class.create({
27
+ initialize: function(config) {
28
+ this.swatchesPrices = [];
29
+ this.generalConfig = config.generalConfig;
30
+ this.products = config.products;
31
+
32
+ this.addObservers();
33
+ },
34
+
35
+ addObservers: function() {
36
+ $(document).on('click', '.swatch-link', this.onSwatchClick.bind(this));
37
+ },
38
+
39
+ onSwatchClick: function(e) {
40
+ var element = Event.findElement(e);
41
+ var swatchElement = element.up('[data-product-id]');
42
+ var productId = parseInt(swatchElement.getAttribute('data-product-id'), 10);
43
+ var swatchLabel = swatchElement.getAttribute('data-option-label');
44
+ var optionsPrice = this.optionsPrice(productId);
45
+ var swatchTarget = this.getSwatchPriceInfo(productId, swatchLabel);
46
+
47
+ if(swatchTarget) {
48
+ optionsPrice.changePrice('config', {price: swatchTarget.price, oldPrice: swatchTarget.oldPrice});
49
+ optionsPrice.reload();
50
+ }
51
+ },
52
+
53
+ getSwatchPriceInfo: function(productId, swatchLabel) {
54
+ var productInfo = this.products[productId];
55
+ if(productInfo && productInfo.swatchPrices[swatchLabel]) {
56
+ return productInfo.swatchPrices[swatchLabel];
57
+ }
58
+ return 0;
59
+ },
60
+
61
+ optionsPrice: function(productId) {
62
+ if(this.swatchesPrices[productId]) {
63
+ return this.swatchesPrices[productId];
64
+ }
65
+ this.swatchesPrices[productId] = new Product.OptionsPrice(this.getProductConfig(productId));
66
+
67
+ return this.swatchesPrices[productId];
68
+ },
69
+
70
+ getProductConfig: function(productId) {
71
+ var generalConfigClone = Object.extend({}, this.generalConfig);
72
+
73
+ return Object.extend(generalConfigClone, this.products[productId]);
74
+ }
75
+ });
skin/frontend/rwd/default/js/configurableswatches/product-media.js CHANGED
@@ -52,17 +52,19 @@ var ConfigurableMediaImages = {
52
  var compatibleProducts = [];
53
  var compatibleProductSets = [];
54
  selectedLabels.each(function(selectedLabel) {
55
- if(!productFallback['option_labels'][selectedLabel]) {
56
- return;
57
- }
 
58
 
59
- var optionProducts = productFallback['option_labels'][selectedLabel]['products'];
60
- compatibleProductSets.push(optionProducts);
61
 
62
- //optimistically push all products
63
- optionProducts.each(function(productId) {
64
- compatibleProducts.push(productId);
65
- });
 
66
  });
67
 
68
  //intersect compatible products
@@ -88,10 +90,12 @@ var ConfigurableMediaImages = {
88
  }
89
 
90
  //first, try to get label-matching image on config product for this option's label
91
- var currentLabelImage = fallback['option_labels'][optionLabel];
92
- if(currentLabelImage && fallback['option_labels'][optionLabel]['configurable_product'][ConfigurableMediaImages.imageType]) {
93
- //found label image on configurable product
94
- return fallback['option_labels'][optionLabel]['configurable_product'][ConfigurableMediaImages.imageType];
 
 
95
  }
96
 
97
  var compatibleProducts = ConfigurableMediaImages.getCompatibleProductImages(fallback, selectedLabels);
52
  var compatibleProducts = [];
53
  var compatibleProductSets = [];
54
  selectedLabels.each(function(selectedLabel) {
55
+ if(typeof(productFallback['option_labels']) != 'undefined') {
56
+ if (!productFallback['option_labels'][selectedLabel]) {
57
+ return;
58
+ }
59
 
60
+ var optionProducts = productFallback['option_labels'][selectedLabel]['products'];
61
+ compatibleProductSets.push(optionProducts);
62
 
63
+ //optimistically push all products
64
+ optionProducts.each(function (productId) {
65
+ compatibleProducts.push(productId);
66
+ });
67
+ }
68
  });
69
 
70
  //intersect compatible products
90
  }
91
 
92
  //first, try to get label-matching image on config product for this option's label
93
+ if(typeof(fallback['option_labels']) != 'undefined') {
94
+ var currentLabelImage = fallback['option_labels'][optionLabel];
95
+ if (currentLabelImage && fallback['option_labels'][optionLabel]['configurable_product'][ConfigurableMediaImages.imageType]) {
96
+ //found label image on configurable product
97
+ return fallback['option_labels'][optionLabel]['configurable_product'][ConfigurableMediaImages.imageType];
98
+ }
99
  }
100
 
101
  var compatibleProducts = ConfigurableMediaImages.getCompatibleProductImages(fallback, selectedLabels);
skin/frontend/rwd/default/js/configurableswatches/swatches-list.js CHANGED
@@ -43,15 +43,26 @@ var ConfigurableSwatchesList = {
43
  var that = this;
44
  var $swatch = $j(swatch);
45
  var productId;
 
 
 
 
 
 
 
 
 
 
 
46
  if (productId = $swatch.data('product-id')) {
47
  if (typeof(this.swatchesByProduct[productId]) == 'undefined') {
48
  this.swatchesByProduct[productId] = [];
49
  }
50
  this.swatchesByProduct[productId].push($swatch);
51
 
52
- $swatch.find('a').on('click', function() {
 
53
  that.handleSwatchSelect($swatch);
54
- return false;
55
  });
56
  }
57
  },
@@ -70,7 +81,7 @@ var ConfigurableSwatchesList = {
70
 
71
  $swatch.addClass('selected');
72
  }
73
- }
74
 
75
  $j(document).on('configurable-media-images-init', function(){
76
  ConfigurableSwatchesList.init();
43
  var that = this;
44
  var $swatch = $j(swatch);
45
  var productId;
46
+ $j($swatch).hover(function() {
47
+ /**
48
+ *
49
+ * - Preview the stock status
50
+ **/
51
+ var swatchUl = $swatch.parent();
52
+ swatchUl.find('.x').each(function(){
53
+ $j(this).show();
54
+ $j(this).closest('li').addClass('not-available');
55
+ });
56
+ });
57
  if (productId = $swatch.data('product-id')) {
58
  if (typeof(this.swatchesByProduct[productId]) == 'undefined') {
59
  this.swatchesByProduct[productId] = [];
60
  }
61
  this.swatchesByProduct[productId].push($swatch);
62
 
63
+ $swatch.find('a').on('click', function(e) {
64
+ e.preventDefault();
65
  that.handleSwatchSelect($swatch);
 
66
  });
67
  }
68
  },
81
 
82
  $swatch.addClass('selected');
83
  }
84
+ };
85
 
86
  $j(document).on('configurable-media-images-init', function(){
87
  ConfigurableSwatchesList.init();
skin/frontend/rwd/default/js/configurableswatches/swatches-product.js CHANGED
@@ -46,7 +46,7 @@ Product.Config.prototype.initialize = function(config)
46
  this.origInitialize(config);
47
  this.configureObservers = [];
48
  this.loadOptions();
49
- }
50
 
51
  Product.Config.prototype.handleSelectChange = function(element) {
52
  this.configureElement(element);
@@ -207,7 +207,7 @@ Product.ConfigurableSwatches.prototype = {
207
  this.selectOption(opt);
208
  throw $break2;
209
  };
210
- }.bind(this))
211
  } catch(e) {};
212
  }.bind(this));
213
  this._F.presetValuesSelected = true;
@@ -506,9 +506,8 @@ Product.ConfigurableSwatches.prototype = {
506
  // run setAvailable before previewAvailable and reset last label if
507
  // 1) the timeout has not been run (which means lastOpt != false) and
508
  // 2) the last hover swatch's attribute is different than this hover swatch's
 
509
  if(lastOpt && lastOpt.attr.id != opt.attr.id) {
510
- this.setAvailableOptions();
511
-
512
  // reset last hover swatch's attribute
513
  lastOpt.attr._e.attrLabel.innerHTML = lastOpt.attr._e.selectedOption ? this.getOptionLabel(lastOpt.attr._e.selectedOption) : '';
514
  }
@@ -800,4 +799,4 @@ Product.ConfigurableSwatches.prototype = {
800
  return result;
801
  }
802
  }
803
- }
46
  this.origInitialize(config);
47
  this.configureObservers = [];
48
  this.loadOptions();
49
+ };
50
 
51
  Product.Config.prototype.handleSelectChange = function(element) {
52
  this.configureElement(element);
207
  this.selectOption(opt);
208
  throw $break2;
209
  };
210
+ }.bind(this));
211
  } catch(e) {};
212
  }.bind(this));
213
  this._F.presetValuesSelected = true;
506
  // run setAvailable before previewAvailable and reset last label if
507
  // 1) the timeout has not been run (which means lastOpt != false) and
508
  // 2) the last hover swatch's attribute is different than this hover swatch's
509
+ this.setAvailableOptions();
510
  if(lastOpt && lastOpt.attr.id != opt.attr.id) {
 
 
511
  // reset last hover swatch's attribute
512
  lastOpt.attr._e.attrLabel.innerHTML = lastOpt.attr._e.selectedOption ? this.getOptionLabel(lastOpt.attr._e.selectedOption) : '';
513
  }
799
  return result;
800
  }
801
  }
802
+ };
skin/frontend/rwd/default/js/minicart.js CHANGED
@@ -64,7 +64,7 @@ Minicart.prototype = {
64
  .unbind('focus.minicart')
65
  .bind('focus.minicart', function() {
66
  cart.previousVal = $j(this).val();
67
- cart.displayQuantityButton($j(this))
68
  })
69
  .bind('blur.minicart', function() {
70
  cart.revertInvalidValue(this);
@@ -143,7 +143,14 @@ Minicart.prototype = {
143
  updateItem: function(el) {
144
  var cart = this;
145
  var input = $j(this.selectors.quantityInputPrefix + $j(el).data('item-id'));
146
- var quantity = parseInt(input.val(), 10);
 
 
 
 
 
 
 
147
  cart.hideMessage();
148
  cart.showOverlay();
149
  $j.ajax({
64
  .unbind('focus.minicart')
65
  .bind('focus.minicart', function() {
66
  cart.previousVal = $j(this).val();
67
+ cart.displayQuantityButton($j(this));
68
  })
69
  .bind('blur.minicart', function() {
70
  cart.revertInvalidValue(this);
143
  updateItem: function(el) {
144
  var cart = this;
145
  var input = $j(this.selectors.quantityInputPrefix + $j(el).data('item-id'));
146
+
147
+ if (!$j.isNumeric(input.val())) {
148
+ cart.hideOverlay();
149
+ cart.showError(cart.defaultErrorMessage);
150
+ return false;
151
+ }
152
+
153
+ var quantity = input.val();
154
  cart.hideMessage();
155
  cart.showOverlay();
156
  $j.ajax({
skin/frontend/rwd/default/js/opcheckout_rwd.js CHANGED
@@ -45,4 +45,4 @@ Checkout.prototype.gotoSection = function (section, reloadProgressBlock) {
45
  if (!reloadProgressBlock) {
46
  this.resetPreviousSteps();
47
  }
48
- }
45
  if (!reloadProgressBlock) {
46
  this.resetPreviousSteps();
47
  }
48
+ };