Version Notes
1.3.1
Download this release
Release Info
Developer | Magento Core Team |
Extension | Interface_Frontend_Default_Blank |
Version | 1.3.1 |
Comparing to | |
See all releases |
Code changes from version 1.3.0 to 1.3.1
- app/design/frontend/default/blank/layout/amazonpayments.xml +61 -0
- app/design/frontend/default/blank/layout/catalog.xml +1 -0
- app/design/frontend/default/blank/layout/page.xml +2 -2
- app/design/frontend/default/blank/template/amazonpayments/asp/form.phtml +35 -0
- app/design/frontend/default/blank/template/amazonpayments/asp/redirect.phtml +37 -0
- app/design/frontend/default/blank/template/amazonpayments/asp/shortcut.phtml +33 -0
- app/design/frontend/default/blank/template/amazonpayments/cba/form.phtml +35 -0
- app/design/frontend/default/blank/template/amazonpayments/cba/success.phtml +35 -0
- app/design/frontend/default/blank/template/amazonpayments/form.phtml +30 -0
- app/design/frontend/default/blank/template/amazonpayments/link.phtml +49 -0
- app/design/frontend/default/blank/template/bundle/sales/order/creditmemo/items/renderer.phtml +2 -2
- app/design/frontend/default/blank/template/bundle/sales/order/invoice/items/renderer.phtml +2 -2
- app/design/frontend/default/blank/template/bundle/sales/order/items/renderer.phtml +2 -2
- app/design/frontend/default/blank/template/bundle/sales/order/shipment/items/renderer.phtml +2 -2
- app/design/frontend/default/blank/template/catalog/navigation/left.phtml +2 -3
- app/design/frontend/default/blank/template/catalog/product/view/options/js.phtml +60 -0
- app/design/frontend/default/blank/template/catalog/product/view/options/type/date.phtml +9 -0
- app/design/frontend/default/blank/template/checkout/cart/item/default.phtml +1 -1
- app/design/frontend/default/blank/template/checkout/multishipping/item/default.phtml +1 -1
- app/design/frontend/default/blank/template/checkout/onepage/login.phtml +2 -2
- app/design/frontend/default/blank/template/checkout/onepage/review/item.phtml +1 -1
- app/design/frontend/default/blank/template/cms/wrapper.phtml +1 -1
- app/design/frontend/default/blank/template/downloadable/checkout/cart/item/default.phtml +1 -1
- app/design/frontend/default/blank/template/downloadable/checkout/multishipping/item/downloadable.phtml +1 -1
- app/design/frontend/default/blank/template/downloadable/checkout/onepage/review/item.phtml +1 -1
- app/design/frontend/default/blank/template/downloadable/sales/order/creditmemo/items/renderer/downloadable.phtml +2 -2
- app/design/frontend/default/blank/template/downloadable/sales/order/invoice/items/renderer/downloadable.phtml +2 -2
- app/design/frontend/default/blank/template/downloadable/sales/order/items/renderer/downloadable.phtml +2 -2
- app/design/frontend/default/blank/template/page/1column.phtml +1 -1
- app/design/frontend/default/blank/template/sales/order/creditmemo/items/renderer/default.phtml +2 -2
- app/design/frontend/default/blank/template/sales/order/invoice/items/renderer/default.phtml +2 -2
- app/design/frontend/default/blank/template/sales/order/items/renderer/default.phtml +2 -2
- app/design/frontend/default/blank/template/sales/order/shipment/items/renderer/default.phtml +2 -2
- app/design/frontend/default/blank/template/shipping/tracking/popup.phtml +1 -1
- package.xml +6 -6
app/design/frontend/default/blank/layout/amazonpayments.xml
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* Magento
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
*
|
8 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
9 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
10 |
+
* It is also available through the world-wide-web at this URL:
|
11 |
+
* http://opensource.org/licenses/afl-3.0.php
|
12 |
+
* If you did not receive a copy of the license and are unable to
|
13 |
+
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
+
*
|
16 |
+
* DISCLAIMER
|
17 |
+
*
|
18 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
+
* versions in the future. If you wish to customize Magento for your
|
20 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
21 |
+
*
|
22 |
+
* @category design_blank
|
23 |
+
* @package Mage
|
24 |
+
* @copyright Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
|
25 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
+
*/
|
27 |
+
|
28 |
+
-->
|
29 |
+
<layout version="0.1.0">
|
30 |
+
|
31 |
+
<!--
|
32 |
+
Shopping cart
|
33 |
+
-->
|
34 |
+
|
35 |
+
<checkout_cart_index>
|
36 |
+
<!-- Mage_AmazonPayments -->
|
37 |
+
<reference name="checkout.cart.methods">
|
38 |
+
<block type="amazonpayments/link_shortcut" name="checkout.cart.methods.amazon_cba" template="amazonpayments/link.phtml"/>
|
39 |
+
</reference>
|
40 |
+
</checkout_cart_index>
|
41 |
+
|
42 |
+
<amazonpayments_cba_success>
|
43 |
+
<reference name="root">
|
44 |
+
<action method="setTemplate"><template>page/2columns-right.phtml</template></action>
|
45 |
+
</reference>
|
46 |
+
<reference name="content">
|
47 |
+
<block type="amazonpayments/cba_success" name="amazonpayments_cba_success" template="amazonpayments/cba/success.phtml"></block>
|
48 |
+
</reference>
|
49 |
+
</amazonpayments_cba_success>
|
50 |
+
|
51 |
+
|
52 |
+
<amazonpayments_asp_pay>
|
53 |
+
<reference name="root">
|
54 |
+
<action method="setTemplate"><template>page/2columns-right.phtml</template></action>
|
55 |
+
</reference>
|
56 |
+
<reference name="content">
|
57 |
+
<!-- block type="amazonpayments/asp_redirect" name="amazonpayments_asp_redirect" template="page/redirect.phtml" / -->
|
58 |
+
<block type="amazonpayments/asp_redirect" name="amazonpayments_asp_redirect" template="amazonpayments/asp/redirect.phtml" />
|
59 |
+
</reference>
|
60 |
+
</amazonpayments_asp_pay>
|
61 |
+
</layout>
|
app/design/frontend/default/blank/layout/catalog.xml
CHANGED
@@ -195,6 +195,7 @@ Product view
|
|
195 |
<block type="catalog/product_view" name="product.info.addtocart" as="addtocart" template="catalog/product/view/addtocart.phtml"/>
|
196 |
|
197 |
<block type="catalog/product_view" name="product.info.options.wrapper" as="product_options_wrapper" template="catalog/product/view/options/wrapper.phtml">
|
|
|
198 |
<block type="catalog/product_view_options" name="product.info.options" as="product_options" template="catalog/product/view/options.phtml">
|
199 |
<action method="addOptionRenderer"><type>text</type><block>catalog/product_view_options_type_text</block><template>catalog/product/view/options/type/text.phtml</template></action>
|
200 |
<action method="addOptionRenderer"><type>file</type><block>catalog/product_view_options_type_file</block><template>catalog/product/view/options/type/file.phtml</template></action>
|
195 |
<block type="catalog/product_view" name="product.info.addtocart" as="addtocart" template="catalog/product/view/addtocart.phtml"/>
|
196 |
|
197 |
<block type="catalog/product_view" name="product.info.options.wrapper" as="product_options_wrapper" template="catalog/product/view/options/wrapper.phtml">
|
198 |
+
<block type="core/template" name="options_js" template="catalog/product/view/options/js.phtml"/>
|
199 |
<block type="catalog/product_view_options" name="product.info.options" as="product_options" template="catalog/product/view/options.phtml">
|
200 |
<action method="addOptionRenderer"><type>text</type><block>catalog/product_view_options_type_text</block><template>catalog/product/view/options/type/text.phtml</template></action>
|
201 |
<action method="addOptionRenderer"><type>file</type><block>catalog/product_view_options_type_file</block><template>catalog/product/view/options/type/file.phtml</template></action>
|
app/design/frontend/default/blank/layout/page.xml
CHANGED
@@ -51,7 +51,7 @@ Default layout, loads most of the pages
|
|
51 |
<action method="addCss"><stylesheet>css/styles.css</stylesheet></action>
|
52 |
<action method="addCss"><stylesheet>css/clears.css</stylesheet></action>
|
53 |
|
54 |
-
<action method="addItem"><type>skin_css</type><name>css/styles-ie.css</name><params/><if>IE</if></action>
|
55 |
|
56 |
<action method="addItem"><type>js</type><name>lib/ds-sleight.js</name><params/><if>lt IE 7</if></action>
|
57 |
<action method="addItem"><type>js</type><name>varien/iehover-fix.js</name><params/><if>lt IE 7</if></action>
|
@@ -101,7 +101,7 @@ Default layout, loads most of the pages
|
|
101 |
<action method="addCss"><stylesheet>css/styles.css</stylesheet></action>
|
102 |
<action method="addCss"><stylesheet>css/clears.css</stylesheet></action>
|
103 |
|
104 |
-
<action method="addItem"><type>skin_css</type><name>css/styles-ie.css</name><params/><if>IE</if></action>
|
105 |
|
106 |
<action method="addItem"><type>js</type><name>lib/ds-sleight.js</name><params/><if>lt IE 7</if></action>
|
107 |
<action method="addItem"><type>js</type><name>varien/iehover-fix.js</name><params/><if>lt IE 7</if></action>
|
51 |
<action method="addCss"><stylesheet>css/styles.css</stylesheet></action>
|
52 |
<action method="addCss"><stylesheet>css/clears.css</stylesheet></action>
|
53 |
|
54 |
+
<action method="addItem"><type>skin_css</type><name>css/styles-ie.css</name><params/><if>lt IE 8</if></action>
|
55 |
|
56 |
<action method="addItem"><type>js</type><name>lib/ds-sleight.js</name><params/><if>lt IE 7</if></action>
|
57 |
<action method="addItem"><type>js</type><name>varien/iehover-fix.js</name><params/><if>lt IE 7</if></action>
|
101 |
<action method="addCss"><stylesheet>css/styles.css</stylesheet></action>
|
102 |
<action method="addCss"><stylesheet>css/clears.css</stylesheet></action>
|
103 |
|
104 |
+
<action method="addItem"><type>skin_css</type><name>css/styles-ie.css</name><params/><if>lt IE 8</if></action>
|
105 |
|
106 |
<action method="addItem"><type>js</type><name>lib/ds-sleight.js</name><params/><if>lt IE 7</if></action>
|
107 |
<action method="addItem"><type>js</type><name>varien/iehover-fix.js</name><params/><if>lt IE 7</if></action>
|
app/design/frontend/default/blank/template/amazonpayments/asp/form.phtml
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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@magentocommerce.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.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design_default
|
22 |
+
* @package Mage_AmazonPayments
|
23 |
+
* @copyright Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<fieldset class="form-list">
|
28 |
+
<?php
|
29 |
+
$_code=$this->getMethodCode() ?>
|
30 |
+
<ul id="payment_form_<?php echo $_code ?>" style="display:none">
|
31 |
+
<li>
|
32 |
+
<?php echo $this->__('Your billing address will be ignored and you will be redirected to Amazon Simple Pay website.') ?>
|
33 |
+
</li>
|
34 |
+
</ul>
|
35 |
+
</fieldset>
|
app/design/frontend/default/blank/template/amazonpayments/asp/redirect.phtml
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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@magentocommerce.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.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design_default
|
22 |
+
* @package Mage_AmazonPayments
|
23 |
+
* @copyright Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<html>
|
28 |
+
<body>
|
29 |
+
<?php echo($this->__('You will be redirected to Amazon Simple Pay in a few seconds.')); ?>
|
30 |
+
<form id="amazonpayments_asp_checkout" method="POST" action="<?php echo($this->getRedirectUrl()); ?>">
|
31 |
+
<?php foreach ($this->getRedirectParams() as $name => $value) { ?>
|
32 |
+
<input type="hidden" name="<?php echo($name); ?>" value="<?php echo($value); ?>"/>
|
33 |
+
<?php }?>
|
34 |
+
</form>
|
35 |
+
<script type="text/javascript">document.getElementById("amazonpayments_asp_checkout").submit();</script>
|
36 |
+
</body>
|
37 |
+
</html>
|
app/design/frontend/default/blank/template/amazonpayments/asp/shortcut.phtml
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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@magentocommerce.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.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design_blank
|
22 |
+
* @package Mage_AmazonPayments
|
23 |
+
* @copyright Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
|
27 |
+
/**
|
28 |
+
* @see Mage_AmazonPayments_Block_Link
|
29 |
+
*/
|
30 |
+
?>
|
31 |
+
<a href="<?php echo($this->getCheckoutUrl()); ?>">
|
32 |
+
<img src="<?php echo($this->getButtonImageUrl()); ?>" border="0">
|
33 |
+
</a>
|
app/design/frontend/default/blank/template/amazonpayments/cba/form.phtml
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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@magentocommerce.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.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design_default
|
22 |
+
* @package Mage_AmazonPayments
|
23 |
+
* @copyright Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<fieldset class="form-list">
|
28 |
+
<?php
|
29 |
+
$_code=$this->getMethodCode() ?>
|
30 |
+
<ul id="payment_form_<?php echo $_code ?>" style="display:none">
|
31 |
+
<li>
|
32 |
+
<?php echo $this->__('Your billing address will be ignored and you will be redirected to Checkout by Amazon website.') ?>
|
33 |
+
</li>
|
34 |
+
</ul>
|
35 |
+
</fieldset>
|
app/design/frontend/default/blank/template/amazonpayments/cba/success.phtml
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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@magentocommerce.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.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design_default
|
22 |
+
* @package Mage
|
23 |
+
* @copyright Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
SUCCESS
|
28 |
+
<div class="page-head">
|
29 |
+
<h3><?php echo $this->__('Your order has been received') ?></h3>
|
30 |
+
</div>
|
31 |
+
<p><strong><?php echo $this->__('Thank you for your purchase!') ?></strong></p>
|
32 |
+
<p><?php echo $this->__('You will receive an order confirmation email with details of your order and a link to track its progress.') ?></p>
|
33 |
+
<div class="button-set">
|
34 |
+
<button type="button" class="form-button" onclick="window.location='<?php #echo $this->getUrl() ?>'"><span><?php echo $this->__('Continue Shopping') ?></span></button>
|
35 |
+
</div>
|
app/design/frontend/default/blank/template/amazonpayments/form.phtml
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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@magentocommerce.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.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design_blank
|
22 |
+
* @package Mage_AmazonCheckout
|
23 |
+
* @copyright Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php $_code=$this->getMethodCode() ?>
|
28 |
+
<ul class="form-list" id="payment_form_<?php echo $_code ?>" style="display:none;">
|
29 |
+
<li><?php echo $this->__('You will be redirected to Amazon Checkout website when you place an order.') ?></li>
|
30 |
+
</ul>
|
app/design/frontend/default/blank/template/amazonpayments/link.phtml
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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@magentocommerce.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.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design_blank
|
22 |
+
* @package Mage_AmazonPayments
|
23 |
+
* @copyright Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
|
27 |
+
/**
|
28 |
+
* @see Mage_AmazonPayments_Block_Link
|
29 |
+
*/
|
30 |
+
?>
|
31 |
+
|
32 |
+
<li>
|
33 |
+
<?php if (!$this->getIsDisabled()): ?>
|
34 |
+
<?php if ($this->getIsOneClickEnabled()): ?>
|
35 |
+
<script type="text/javascript" src="https://images-na.ssl-images-amazon.com/images/G/01/cba/js/jquery.js"></script>
|
36 |
+
<script type="text/javascript">
|
37 |
+
//<![CDATA[
|
38 |
+
jQuery.noConflict();
|
39 |
+
//]]>
|
40 |
+
</script>
|
41 |
+
<script type="text/javascript" src="https://images-na.ssl-images-amazon.com/images/G/01/cba/js/widget/widget.js"></script>
|
42 |
+
<form action="<?php echo $this->getCheckoutUrl();?>" method="POST" id="cbaOneClickForm">
|
43 |
+
<input alt="<?php echo Mage::helper('amazonpayments')->__('Checkout by Amazon');?>" src="<?php echo $this->htmlEscape($this->getImageUrl())?>" type="image" />
|
44 |
+
</form>
|
45 |
+
<?php else: ?>
|
46 |
+
<a href="<?php echo $this->getCheckoutUrl();?>"><img src="<?php echo $this->htmlEscape($this->getImageUrl())?>" alt="<?php echo Mage::helper('amazonpayments')->__('Checkout by Amazon');?>"></a>
|
47 |
+
<?php endif; ?>
|
48 |
+
<?php endif; ?>
|
49 |
+
</li>
|
app/design/frontend/default/blank/template/bundle/sales/order/creditmemo/items/renderer.phtml
CHANGED
@@ -295,7 +295,7 @@
|
|
295 |
<?php foreach ($_options as $_option) : ?>
|
296 |
<dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
|
297 |
<?php if (!$this->getPrintStatus()): ?>
|
298 |
-
<?php $_formatedOptionValue = $this->getFormatedOptionValue($_option
|
299 |
<dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>>
|
300 |
<?php echo $_formatedOptionValue['value'] ?>
|
301 |
<?php if (isset($_formatedOptionValue['full_view'])): ?>
|
@@ -308,7 +308,7 @@
|
|
308 |
<?php endif; ?>
|
309 |
</dd>
|
310 |
<?php else: ?>
|
311 |
-
<dd><?php echo $this->htmlEscape($_option['value']) ?></dd>
|
312 |
<?php endif; ?>
|
313 |
<?php endforeach; ?>
|
314 |
</dl>
|
295 |
<?php foreach ($_options as $_option) : ?>
|
296 |
<dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
|
297 |
<?php if (!$this->getPrintStatus()): ?>
|
298 |
+
<?php $_formatedOptionValue = $this->getFormatedOptionValue($_option) ?>
|
299 |
<dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>>
|
300 |
<?php echo $_formatedOptionValue['value'] ?>
|
301 |
<?php if (isset($_formatedOptionValue['full_view'])): ?>
|
308 |
<?php endif; ?>
|
309 |
</dd>
|
310 |
<?php else: ?>
|
311 |
+
<dd><?php echo $this->htmlEscape( (isset($_option['print_value']) ? $_option['print_value'] : $_option['value']) ) ?></dd>
|
312 |
<?php endif; ?>
|
313 |
<?php endforeach; ?>
|
314 |
</dl>
|
app/design/frontend/default/blank/template/bundle/sales/order/invoice/items/renderer.phtml
CHANGED
@@ -321,7 +321,7 @@
|
|
321 |
<?php foreach ($_options as $_option) : ?>
|
322 |
<dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
|
323 |
<?php if (!$this->getPrintStatus()): ?>
|
324 |
-
<?php $_formatedOptionValue = $this->getFormatedOptionValue($_option
|
325 |
<dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>>
|
326 |
<?php echo $_formatedOptionValue['value'] ?>
|
327 |
<?php if (isset($_formatedOptionValue['full_view'])): ?>
|
@@ -334,7 +334,7 @@
|
|
334 |
<?php endif; ?>
|
335 |
</dd>
|
336 |
<?php else: ?>
|
337 |
-
<dd><?php echo $this->htmlEscape($_option['value']) ?></dd>
|
338 |
<?php endif; ?>
|
339 |
<?php endforeach; ?>
|
340 |
</dl>
|
321 |
<?php foreach ($_options as $_option) : ?>
|
322 |
<dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
|
323 |
<?php if (!$this->getPrintStatus()): ?>
|
324 |
+
<?php $_formatedOptionValue = $this->getFormatedOptionValue($_option) ?>
|
325 |
<dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>>
|
326 |
<?php echo $_formatedOptionValue['value'] ?>
|
327 |
<?php if (isset($_formatedOptionValue['full_view'])): ?>
|
334 |
<?php endif; ?>
|
335 |
</dd>
|
336 |
<?php else: ?>
|
337 |
+
<dd><?php echo $this->htmlEscape( (isset($_option['print_value']) ? $_option['print_value'] : $_option['value']) ) ?></dd>
|
338 |
<?php endif; ?>
|
339 |
<?php endforeach; ?>
|
340 |
</dl>
|
app/design/frontend/default/blank/template/bundle/sales/order/items/renderer.phtml
CHANGED
@@ -344,7 +344,7 @@
|
|
344 |
<?php foreach ($_options as $_option) : ?>
|
345 |
<dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
|
346 |
<?php if (!$this->getPrintStatus()): ?>
|
347 |
-
<?php $_formatedOptionValue = $this->getFormatedOptionValue($_option
|
348 |
<dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>>
|
349 |
<?php echo $_formatedOptionValue['value'] ?>
|
350 |
<?php if (isset($_formatedOptionValue['full_view'])): ?>
|
@@ -357,7 +357,7 @@
|
|
357 |
<?php endif; ?>
|
358 |
</dd>
|
359 |
<?php else: ?>
|
360 |
-
<dd><?php echo $this->htmlEscape($_option['value']) ?></dd>
|
361 |
<?php endif; ?>
|
362 |
<?php endforeach; ?>
|
363 |
</dl>
|
344 |
<?php foreach ($_options as $_option) : ?>
|
345 |
<dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
|
346 |
<?php if (!$this->getPrintStatus()): ?>
|
347 |
+
<?php $_formatedOptionValue = $this->getFormatedOptionValue($_option) ?>
|
348 |
<dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>>
|
349 |
<?php echo $_formatedOptionValue['value'] ?>
|
350 |
<?php if (isset($_formatedOptionValue['full_view'])): ?>
|
357 |
<?php endif; ?>
|
358 |
</dd>
|
359 |
<?php else: ?>
|
360 |
+
<dd><?php echo $this->htmlEscape( (isset($_option['print_value']) ? $_option['print_value'] : $_option['value']) ) ?></dd>
|
361 |
<?php endif; ?>
|
362 |
<?php endforeach; ?>
|
363 |
</dl>
|
app/design/frontend/default/blank/template/bundle/sales/order/shipment/items/renderer.phtml
CHANGED
@@ -82,7 +82,7 @@
|
|
82 |
<?php foreach ($_options as $_option) : ?>
|
83 |
<dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
|
84 |
<?php if (!$this->getPrintStatus()): ?>
|
85 |
-
<?php $_formatedOptionValue = $this->getFormatedOptionValue($_option
|
86 |
<dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>>
|
87 |
<?php echo $_formatedOptionValue['value'] ?>
|
88 |
<?php if (isset($_formatedOptionValue['full_view'])): ?>
|
@@ -95,7 +95,7 @@
|
|
95 |
<?php endif; ?>
|
96 |
</dd>
|
97 |
<?php else: ?>
|
98 |
-
<dd><?php echo $this->htmlEscape($_option['value']) ?></dd>
|
99 |
<?php endif; ?>
|
100 |
<?php endforeach; ?>
|
101 |
</dl>
|
82 |
<?php foreach ($_options as $_option) : ?>
|
83 |
<dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
|
84 |
<?php if (!$this->getPrintStatus()): ?>
|
85 |
+
<?php $_formatedOptionValue = $this->getFormatedOptionValue($_option) ?>
|
86 |
<dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>>
|
87 |
<?php echo $_formatedOptionValue['value'] ?>
|
88 |
<?php if (isset($_formatedOptionValue['full_view'])): ?>
|
95 |
<?php endif; ?>
|
96 |
</dd>
|
97 |
<?php else: ?>
|
98 |
+
<dd><?php echo $this->htmlEscape( (isset($_option['print_value']) ? $_option['print_value'] : $_option['value']) ) ?></dd>
|
99 |
<?php endif; ?>
|
100 |
<?php endforeach; ?>
|
101 |
</dl>
|
app/design/frontend/default/blank/template/catalog/navigation/left.phtml
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
<?php if (!Mage::registry('current_category')) return ?>
|
2 |
<?php
|
3 |
/**
|
4 |
* Magento
|
@@ -24,14 +23,14 @@
|
|
24 |
* @copyright Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
-
|
28 |
-
<?php
|
29 |
/**
|
30 |
* Category left navigation
|
31 |
*
|
32 |
* @see Mage_Catalog_Block_Navigation
|
33 |
*/
|
34 |
?>
|
|
|
35 |
<?php $_categories=$this->getCurrentChildCategories() ?>
|
36 |
<?php $_count = is_array($_categories)?count($_categories):$_categories->count(); ?>
|
37 |
<?php if($_count): ?>
|
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Magento
|
23 |
* @copyright Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
+
|
|
|
27 |
/**
|
28 |
* Category left navigation
|
29 |
*
|
30 |
* @see Mage_Catalog_Block_Navigation
|
31 |
*/
|
32 |
?>
|
33 |
+
<?php if (!Mage::registry('current_category')) return ?>
|
34 |
<?php $_categories=$this->getCurrentChildCategories() ?>
|
35 |
<?php $_count = is_array($_categories)?count($_categories):$_categories->count(); ?>
|
36 |
<?php if($_count): ?>
|
app/design/frontend/default/blank/template/catalog/product/view/options/js.phtml
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<script type="text/javascript">
|
2 |
+
//<![CDATA[
|
3 |
+
var DateOption = Class.create({
|
4 |
+
|
5 |
+
getDaysInMonth: function(month, year)
|
6 |
+
{
|
7 |
+
var curDate = new Date();
|
8 |
+
if (!month) {
|
9 |
+
month = curDate.getMonth();
|
10 |
+
}
|
11 |
+
if (!year) {
|
12 |
+
year = curDate.getFullYear();
|
13 |
+
}
|
14 |
+
return 32 - new Date(year, month, 32).getDate();
|
15 |
+
},
|
16 |
+
|
17 |
+
reloadMonth: function(event)
|
18 |
+
{
|
19 |
+
var selectEl = event.findElement();
|
20 |
+
var idParts = selectEl.id.split("_");
|
21 |
+
if (idParts.length != 3) {
|
22 |
+
return false;
|
23 |
+
}
|
24 |
+
var optionIdPrefix = idParts[0] + "_" + idParts[1];
|
25 |
+
var month = parseInt($(optionIdPrefix + "_month").value);
|
26 |
+
var year = parseInt($(optionIdPrefix + "_year").value);
|
27 |
+
var dayEl = $(optionIdPrefix + "_day");
|
28 |
+
|
29 |
+
var days = this.getDaysInMonth(month > 0 ? month-1 : month, year);
|
30 |
+
|
31 |
+
//remove days
|
32 |
+
for (var i = dayEl.options.length - 1; i >= 0; i--) {
|
33 |
+
if (dayEl.options[i].value > days) {
|
34 |
+
dayEl.remove(dayEl.options[i].index);
|
35 |
+
}
|
36 |
+
}
|
37 |
+
|
38 |
+
// add days
|
39 |
+
var lastDay = parseInt(dayEl.options[dayEl.options.length-1].value);
|
40 |
+
for (i = lastDay + 1; i <= days; i++) {
|
41 |
+
this.addOption(dayEl, i, i);
|
42 |
+
}
|
43 |
+
},
|
44 |
+
|
45 |
+
addOption: function(select, text, value)
|
46 |
+
{
|
47 |
+
var option = document.createElement('OPTION');
|
48 |
+
option.value = value;
|
49 |
+
option.text = text;
|
50 |
+
|
51 |
+
if (select.options.add) {
|
52 |
+
select.options.add(option);
|
53 |
+
} else {
|
54 |
+
select.appendChild(option);
|
55 |
+
}
|
56 |
+
}
|
57 |
+
});
|
58 |
+
var dateOption = new DateOption();
|
59 |
+
//]]>
|
60 |
+
</script>
|
app/design/frontend/default/blank/template/catalog/product/view/options/type/date.phtml
CHANGED
@@ -32,7 +32,16 @@
|
|
32 |
|
33 |
<?php if ($_option->getType() == Mage_Catalog_Model_Product_Option::OPTION_TYPE_DATE_TIME
|
34 |
|| $_option->getType() == Mage_Catalog_Model_Product_Option::OPTION_TYPE_DATE): ?>
|
|
|
35 |
<?php echo $this->getDateHtml() ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
<?php endif; ?>
|
37 |
|
38 |
<?php if ($_option->getType() == Mage_Catalog_Model_Product_Option::OPTION_TYPE_DATE_TIME
|
32 |
|
33 |
<?php if ($_option->getType() == Mage_Catalog_Model_Product_Option::OPTION_TYPE_DATE_TIME
|
34 |
|| $_option->getType() == Mage_Catalog_Model_Product_Option::OPTION_TYPE_DATE): ?>
|
35 |
+
|
36 |
<?php echo $this->getDateHtml() ?>
|
37 |
+
|
38 |
+
<?php if (!$this->useCalendar()): ?>
|
39 |
+
<script type="text/javascript">
|
40 |
+
Event.observe('options_<?php echo $_optionId ?>_month', 'change', dateOption.reloadMonth.bind(dateOption));
|
41 |
+
Event.observe('options_<?php echo $_optionId ?>_year', 'change', dateOption.reloadMonth.bind(dateOption));
|
42 |
+
</script>
|
43 |
+
<?php endif; ?>
|
44 |
+
|
45 |
<?php endif; ?>
|
46 |
|
47 |
<?php if ($_option->getType() == Mage_Catalog_Model_Product_Option::OPTION_TYPE_DATE_TIME
|
app/design/frontend/default/blank/template/checkout/cart/item/default.phtml
CHANGED
@@ -33,7 +33,7 @@
|
|
33 |
<?php if ($_options = $this->getOptionList()):?>
|
34 |
<dl class="item-options">
|
35 |
<?php foreach ($_options as $_option) : ?>
|
36 |
-
<?php $_formatedOptionValue = $this->getFormatedOptionValue($_option
|
37 |
<dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
|
38 |
<dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>><?php echo $_formatedOptionValue['value'] ?>
|
39 |
<?php if (isset($_formatedOptionValue['full_view'])): ?>
|
33 |
<?php if ($_options = $this->getOptionList()):?>
|
34 |
<dl class="item-options">
|
35 |
<?php foreach ($_options as $_option) : ?>
|
36 |
+
<?php $_formatedOptionValue = $this->getFormatedOptionValue($_option) ?>
|
37 |
<dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
|
38 |
<dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>><?php echo $_formatedOptionValue['value'] ?>
|
39 |
<?php if (isset($_formatedOptionValue['full_view'])): ?>
|
app/design/frontend/default/blank/template/checkout/multishipping/item/default.phtml
CHANGED
@@ -28,7 +28,7 @@
|
|
28 |
<?php if ($_options = $this->getOptionList()):?>
|
29 |
<dl class="item-options">
|
30 |
<?php foreach ($_options as $_option) : ?>
|
31 |
-
<?php $_formatedOptionValue = $this->getFormatedOptionValue($_option
|
32 |
<dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
|
33 |
<dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>><?php echo $_formatedOptionValue['value'] ?>
|
34 |
<?php if (isset($_formatedOptionValue['full_view'])): ?>
|
28 |
<?php if ($_options = $this->getOptionList()):?>
|
29 |
<dl class="item-options">
|
30 |
<?php foreach ($_options as $_option) : ?>
|
31 |
+
<?php $_formatedOptionValue = $this->getFormatedOptionValue($_option) ?>
|
32 |
<dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
|
33 |
<dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>><?php echo $_formatedOptionValue['value'] ?>
|
34 |
<?php if (isset($_formatedOptionValue['full_view'])): ?>
|
app/design/frontend/default/blank/template/checkout/onepage/login.phtml
CHANGED
@@ -41,12 +41,12 @@
|
|
41 |
<ul class="form-list">
|
42 |
<?php if( $this->getQuote()->isAllowedGuestCheckout() ): ?>
|
43 |
<li>
|
44 |
-
<input type="radio" name="checkout_method" id="login:guest" value="guest"<?php if($this->getQuote()->getCheckoutMethod()==
|
45 |
<label for="login:guest"><?php echo $this->__('Checkout as Guest') ?></label>
|
46 |
</li>
|
47 |
<?php endif; ?>
|
48 |
<li>
|
49 |
-
<input type="radio" name="checkout_method" id="login:register" value="register"<?php if($this->getQuote()->getCheckoutMethod()==
|
50 |
<label for="login:register"><?php echo $this->__('Register') ?></label>
|
51 |
</li>
|
52 |
</ul>
|
41 |
<ul class="form-list">
|
42 |
<?php if( $this->getQuote()->isAllowedGuestCheckout() ): ?>
|
43 |
<li>
|
44 |
+
<input type="radio" name="checkout_method" id="login:guest" value="guest"<?php if($this->getQuote()->getCheckoutMethod()==Mage_Sales_Model_Quote::CHECKOUT_METHOD_GUEST): ?> checked="checked"<?php endif; ?> class="radio" />
|
45 |
<label for="login:guest"><?php echo $this->__('Checkout as Guest') ?></label>
|
46 |
</li>
|
47 |
<?php endif; ?>
|
48 |
<li>
|
49 |
+
<input type="radio" name="checkout_method" id="login:register" value="register"<?php if($this->getQuote()->getCheckoutMethod()==Mage_Sales_Model_Quote::CHECKOUT_METHOD_REGISTER || !$this->getQuote()->isAllowedGuestCheckout()): ?> checked="checked"<?php endif ?> class="radio" />
|
50 |
<label for="login:register"><?php echo $this->__('Register') ?></label>
|
51 |
</li>
|
52 |
</ul>
|
app/design/frontend/default/blank/template/checkout/onepage/review/item.phtml
CHANGED
@@ -30,7 +30,7 @@
|
|
30 |
<?php if ($_options = $this->getOptionList()):?>
|
31 |
<dl class="item-options">
|
32 |
<?php foreach ($_options as $_option) : ?>
|
33 |
-
<?php $_formatedOptionValue = $this->getFormatedOptionValue($_option
|
34 |
<dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
|
35 |
<dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>><?php echo $_formatedOptionValue['value'] ?>
|
36 |
<?php if (isset($_formatedOptionValue['full_view'])): ?>
|
30 |
<?php if ($_options = $this->getOptionList()):?>
|
31 |
<dl class="item-options">
|
32 |
<?php foreach ($_options as $_option) : ?>
|
33 |
+
<?php $_formatedOptionValue = $this->getFormatedOptionValue($_option) ?>
|
34 |
<dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
|
35 |
<dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>><?php echo $_formatedOptionValue['value'] ?>
|
36 |
<?php if (isset($_formatedOptionValue['full_view'])): ?>
|
app/design/frontend/default/blank/template/cms/wrapper.phtml
CHANGED
@@ -25,5 +25,5 @@
|
|
25 |
*/
|
26 |
?>
|
27 |
<div class="std">
|
28 |
-
<?php echo $this->
|
29 |
</div>
|
25 |
*/
|
26 |
?>
|
27 |
<div class="std">
|
28 |
+
<?php echo $this->getChildHtml(); ?>
|
29 |
</div>
|
app/design/frontend/default/blank/template/downloadable/checkout/cart/item/default.phtml
CHANGED
@@ -33,7 +33,7 @@
|
|
33 |
<?php if ($_options = $this->getOptionList()):?>
|
34 |
<dl class="item-options">
|
35 |
<?php foreach ($_options as $_option) : ?>
|
36 |
-
<?php $_formatedOptionValue = $this->getFormatedOptionValue($_option
|
37 |
<dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
|
38 |
<dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>><?php echo $_formatedOptionValue['value'] ?>
|
39 |
<?php if (isset($_formatedOptionValue['full_view'])): ?>
|
33 |
<?php if ($_options = $this->getOptionList()):?>
|
34 |
<dl class="item-options">
|
35 |
<?php foreach ($_options as $_option) : ?>
|
36 |
+
<?php $_formatedOptionValue = $this->getFormatedOptionValue($_option) ?>
|
37 |
<dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
|
38 |
<dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>><?php echo $_formatedOptionValue['value'] ?>
|
39 |
<?php if (isset($_formatedOptionValue['full_view'])): ?>
|
app/design/frontend/default/blank/template/downloadable/checkout/multishipping/item/downloadable.phtml
CHANGED
@@ -29,7 +29,7 @@
|
|
29 |
<?php if ($_options = $this->getOptionList()):?>
|
30 |
<dl class="item-options">
|
31 |
<?php foreach ($_options as $_option) : ?>
|
32 |
-
<?php $_formatedOptionValue = $this->getFormatedOptionValue($_option
|
33 |
<dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
|
34 |
<dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>><?php echo $_formatedOptionValue['value'] ?>
|
35 |
<?php if (isset($_formatedOptionValue['full_view'])): ?>
|
29 |
<?php if ($_options = $this->getOptionList()):?>
|
30 |
<dl class="item-options">
|
31 |
<?php foreach ($_options as $_option) : ?>
|
32 |
+
<?php $_formatedOptionValue = $this->getFormatedOptionValue($_option) ?>
|
33 |
<dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
|
34 |
<dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>><?php echo $_formatedOptionValue['value'] ?>
|
35 |
<?php if (isset($_formatedOptionValue['full_view'])): ?>
|
app/design/frontend/default/blank/template/downloadable/checkout/onepage/review/item.phtml
CHANGED
@@ -31,7 +31,7 @@
|
|
31 |
<?php if ($_options = $this->getOptionList()):?>
|
32 |
<dl class="item-options">
|
33 |
<?php foreach ($_options as $_option) : ?>
|
34 |
-
<?php $_formatedOptionValue = $this->getFormatedOptionValue($_option
|
35 |
<dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
|
36 |
<dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>><?php echo $_formatedOptionValue['value'] ?>
|
37 |
<?php if (isset($_formatedOptionValue['full_view'])): ?>
|
31 |
<?php if ($_options = $this->getOptionList()):?>
|
32 |
<dl class="item-options">
|
33 |
<?php foreach ($_options as $_option) : ?>
|
34 |
+
<?php $_formatedOptionValue = $this->getFormatedOptionValue($_option) ?>
|
35 |
<dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
|
36 |
<dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>><?php echo $_formatedOptionValue['value'] ?>
|
37 |
<?php if (isset($_formatedOptionValue['full_view'])): ?>
|
app/design/frontend/default/blank/template/downloadable/sales/order/creditmemo/items/renderer/downloadable.phtml
CHANGED
@@ -33,7 +33,7 @@
|
|
33 |
<?php foreach ($_options as $_option) : ?>
|
34 |
<dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
|
35 |
<?php if (!$this->getPrintStatus()): ?>
|
36 |
-
<?php $_formatedOptionValue = $this->getFormatedOptionValue($_option
|
37 |
<dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>><?php echo $_formatedOptionValue['value'] ?>
|
38 |
<?php if (isset($_formatedOptionValue['full_view'])): ?>
|
39 |
<div class="truncated_full_value">
|
@@ -45,7 +45,7 @@
|
|
45 |
<?php endif; ?>
|
46 |
</dd>
|
47 |
<?php else: ?>
|
48 |
-
<dd><?php echo $this->htmlEscape($_option['value']) ?></dd>
|
49 |
<?php endif; ?>
|
50 |
<?php endforeach; ?>
|
51 |
</dl>
|
33 |
<?php foreach ($_options as $_option) : ?>
|
34 |
<dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
|
35 |
<?php if (!$this->getPrintStatus()): ?>
|
36 |
+
<?php $_formatedOptionValue = $this->getFormatedOptionValue($_option) ?>
|
37 |
<dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>><?php echo $_formatedOptionValue['value'] ?>
|
38 |
<?php if (isset($_formatedOptionValue['full_view'])): ?>
|
39 |
<div class="truncated_full_value">
|
45 |
<?php endif; ?>
|
46 |
</dd>
|
47 |
<?php else: ?>
|
48 |
+
<dd><?php echo $this->htmlEscape( (isset($_option['print_value']) ? $_option['print_value'] : $_option['value']) ) ?></dd>
|
49 |
<?php endif; ?>
|
50 |
<?php endforeach; ?>
|
51 |
</dl>
|
app/design/frontend/default/blank/template/downloadable/sales/order/invoice/items/renderer/downloadable.phtml
CHANGED
@@ -33,7 +33,7 @@
|
|
33 |
<?php foreach ($_options as $_option) : ?>
|
34 |
<dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
|
35 |
<?php if (!$this->getPrintStatus()): ?>
|
36 |
-
<?php $_formatedOptionValue = $this->getFormatedOptionValue($_option
|
37 |
<dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>>
|
38 |
<?php echo $_formatedOptionValue['value'] ?>
|
39 |
<?php if (isset($_formatedOptionValue['full_view'])): ?>
|
@@ -46,7 +46,7 @@
|
|
46 |
<?php endif; ?>
|
47 |
</dd>
|
48 |
<?php else: ?>
|
49 |
-
<dd><?php echo $this->htmlEscape($_option['value']) ?></dd>
|
50 |
<?php endif; ?>
|
51 |
<?php endforeach; ?>
|
52 |
</dl>
|
33 |
<?php foreach ($_options as $_option) : ?>
|
34 |
<dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
|
35 |
<?php if (!$this->getPrintStatus()): ?>
|
36 |
+
<?php $_formatedOptionValue = $this->getFormatedOptionValue($_option) ?>
|
37 |
<dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>>
|
38 |
<?php echo $_formatedOptionValue['value'] ?>
|
39 |
<?php if (isset($_formatedOptionValue['full_view'])): ?>
|
46 |
<?php endif; ?>
|
47 |
</dd>
|
48 |
<?php else: ?>
|
49 |
+
<dd><?php echo $this->htmlEscape( (isset($_option['print_value']) ? $_option['print_value'] : $_option['value']) ) ?></dd>
|
50 |
<?php endif; ?>
|
51 |
<?php endforeach; ?>
|
52 |
</dl>
|
app/design/frontend/default/blank/template/downloadable/sales/order/items/renderer/downloadable.phtml
CHANGED
@@ -32,7 +32,7 @@
|
|
32 |
<?php foreach ($_options as $_option) : ?>
|
33 |
<dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
|
34 |
<?php if (!$this->getPrintStatus()): ?>
|
35 |
-
<?php $_formatedOptionValue = $this->getFormatedOptionValue($_option
|
36 |
<dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>>
|
37 |
<?php echo $_formatedOptionValue['value'] ?>
|
38 |
<?php if (isset($_formatedOptionValue['full_view'])): ?>
|
@@ -45,7 +45,7 @@
|
|
45 |
<?php endif; ?>
|
46 |
</dd>
|
47 |
<?php else: ?>
|
48 |
-
<dd><?php echo $this->htmlEscape($_option['value']) ?></dd>
|
49 |
<?php endif; ?>
|
50 |
<?php endforeach; ?>
|
51 |
</dl>
|
32 |
<?php foreach ($_options as $_option) : ?>
|
33 |
<dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
|
34 |
<?php if (!$this->getPrintStatus()): ?>
|
35 |
+
<?php $_formatedOptionValue = $this->getFormatedOptionValue($_option) ?>
|
36 |
<dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>>
|
37 |
<?php echo $_formatedOptionValue['value'] ?>
|
38 |
<?php if (isset($_formatedOptionValue['full_view'])): ?>
|
45 |
<?php endif; ?>
|
46 |
</dd>
|
47 |
<?php else: ?>
|
48 |
+
<dd><?php echo $this->htmlEscape( (isset($_option['print_value']) ? $_option['print_value'] : $_option['value']) ) ?></dd>
|
49 |
<?php endif; ?>
|
50 |
<?php endforeach; ?>
|
51 |
</dl>
|
app/design/frontend/default/blank/template/page/1column.phtml
CHANGED
@@ -39,8 +39,8 @@
|
|
39 |
<div class="page">
|
40 |
<?php echo $this->getChildHtml('header') ?>
|
41 |
<div class="main col1-layout">
|
|
|
42 |
<div class="col-main">
|
43 |
-
<?php echo $this->getChildHtml('breadcrumbs') ?>
|
44 |
<?php echo $this->getChildHtml('content') ?>
|
45 |
</div>
|
46 |
</div>
|
39 |
<div class="page">
|
40 |
<?php echo $this->getChildHtml('header') ?>
|
41 |
<div class="main col1-layout">
|
42 |
+
<?php echo $this->getChildHtml('breadcrumbs') ?>
|
43 |
<div class="col-main">
|
|
|
44 |
<?php echo $this->getChildHtml('content') ?>
|
45 |
</div>
|
46 |
</div>
|
app/design/frontend/default/blank/template/sales/order/creditmemo/items/renderer/default.phtml
CHANGED
@@ -33,7 +33,7 @@
|
|
33 |
<?php foreach ($_options as $_option) : ?>
|
34 |
<dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
|
35 |
<?php if (!$this->getPrintStatus()): ?>
|
36 |
-
<?php $_formatedOptionValue = $this->getFormatedOptionValue($_option
|
37 |
<dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>><?php echo $_formatedOptionValue['value'] ?>
|
38 |
<?php if (isset($_formatedOptionValue['full_view'])): ?>
|
39 |
<div class="truncated_full_value">
|
@@ -45,7 +45,7 @@
|
|
45 |
<?php endif; ?>
|
46 |
</dd>
|
47 |
<?php else: ?>
|
48 |
-
<dd><?php echo $this->htmlEscape($_option['value']) ?></dd>
|
49 |
<?php endif; ?>
|
50 |
<?php endforeach; ?>
|
51 |
</dl>
|
33 |
<?php foreach ($_options as $_option) : ?>
|
34 |
<dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
|
35 |
<?php if (!$this->getPrintStatus()): ?>
|
36 |
+
<?php $_formatedOptionValue = $this->getFormatedOptionValue($_option) ?>
|
37 |
<dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>><?php echo $_formatedOptionValue['value'] ?>
|
38 |
<?php if (isset($_formatedOptionValue['full_view'])): ?>
|
39 |
<div class="truncated_full_value">
|
45 |
<?php endif; ?>
|
46 |
</dd>
|
47 |
<?php else: ?>
|
48 |
+
<dd><?php echo $this->htmlEscape( (isset($_option['print_value']) ? $_option['print_value'] : $_option['value']) ) ?></dd>
|
49 |
<?php endif; ?>
|
50 |
<?php endforeach; ?>
|
51 |
</dl>
|
app/design/frontend/default/blank/template/sales/order/invoice/items/renderer/default.phtml
CHANGED
@@ -33,7 +33,7 @@
|
|
33 |
<?php foreach ($_options as $_option) : ?>
|
34 |
<dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
|
35 |
<?php if (!$this->getPrintStatus()): ?>
|
36 |
-
<?php $_formatedOptionValue = $this->getFormatedOptionValue($_option
|
37 |
<dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>>
|
38 |
<?php echo $_formatedOptionValue['value'] ?>
|
39 |
<?php if (isset($_formatedOptionValue['full_view'])): ?>
|
@@ -46,7 +46,7 @@
|
|
46 |
<?php endif; ?>
|
47 |
</dd>
|
48 |
<?php else: ?>
|
49 |
-
<dd><?php echo $this->htmlEscape($_option['value']) ?></dd>
|
50 |
<?php endif; ?>
|
51 |
<?php endforeach; ?>
|
52 |
</dl>
|
33 |
<?php foreach ($_options as $_option) : ?>
|
34 |
<dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
|
35 |
<?php if (!$this->getPrintStatus()): ?>
|
36 |
+
<?php $_formatedOptionValue = $this->getFormatedOptionValue($_option) ?>
|
37 |
<dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>>
|
38 |
<?php echo $_formatedOptionValue['value'] ?>
|
39 |
<?php if (isset($_formatedOptionValue['full_view'])): ?>
|
46 |
<?php endif; ?>
|
47 |
</dd>
|
48 |
<?php else: ?>
|
49 |
+
<dd><?php echo $this->htmlEscape( (isset($_option['print_value']) ? $_option['print_value'] : $_option['value']) ) ?></dd>
|
50 |
<?php endif; ?>
|
51 |
<?php endforeach; ?>
|
52 |
</dl>
|
app/design/frontend/default/blank/template/sales/order/items/renderer/default.phtml
CHANGED
@@ -32,7 +32,7 @@
|
|
32 |
<?php foreach ($_options as $_option) : ?>
|
33 |
<dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
|
34 |
<?php if (!$this->getPrintStatus()): ?>
|
35 |
-
<?php $_formatedOptionValue = $this->getFormatedOptionValue($_option
|
36 |
<dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>>
|
37 |
<?php echo $_formatedOptionValue['value'] ?>
|
38 |
<?php if (isset($_formatedOptionValue['full_view'])): ?>
|
@@ -45,7 +45,7 @@
|
|
45 |
<?php endif; ?>
|
46 |
</dd>
|
47 |
<?php else: ?>
|
48 |
-
<dd><?php echo $this->htmlEscape($_option['value']) ?></dd>
|
49 |
<?php endif; ?>
|
50 |
<?php endforeach; ?>
|
51 |
</dl>
|
32 |
<?php foreach ($_options as $_option) : ?>
|
33 |
<dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
|
34 |
<?php if (!$this->getPrintStatus()): ?>
|
35 |
+
<?php $_formatedOptionValue = $this->getFormatedOptionValue($_option) ?>
|
36 |
<dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>>
|
37 |
<?php echo $_formatedOptionValue['value'] ?>
|
38 |
<?php if (isset($_formatedOptionValue['full_view'])): ?>
|
45 |
<?php endif; ?>
|
46 |
</dd>
|
47 |
<?php else: ?>
|
48 |
+
<dd><?php echo $this->htmlEscape( (isset($_option['print_value']) ? $_option['print_value'] : $_option['value']) ) ?></dd>
|
49 |
<?php endif; ?>
|
50 |
<?php endforeach; ?>
|
51 |
</dl>
|
app/design/frontend/default/blank/template/sales/order/shipment/items/renderer/default.phtml
CHANGED
@@ -33,7 +33,7 @@
|
|
33 |
<?php foreach ($_options as $_option) : ?>
|
34 |
<dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
|
35 |
<?php if (!$this->getPrintStatus()): ?>
|
36 |
-
<?php $_formatedOptionValue = $this->getFormatedOptionValue($_option
|
37 |
<dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>>
|
38 |
<?php echo $_formatedOptionValue['value'] ?>
|
39 |
<?php if (isset($_formatedOptionValue['full_view'])): ?>
|
@@ -46,7 +46,7 @@
|
|
46 |
<?php endif; ?>
|
47 |
</dd>
|
48 |
<?php else: ?>
|
49 |
-
<dd><?php echo $this->htmlEscape($_option['value']) ?></dd>
|
50 |
<?php endif; ?>
|
51 |
<?php endforeach; ?>
|
52 |
</dl>
|
33 |
<?php foreach ($_options as $_option) : ?>
|
34 |
<dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
|
35 |
<?php if (!$this->getPrintStatus()): ?>
|
36 |
+
<?php $_formatedOptionValue = $this->getFormatedOptionValue($_option) ?>
|
37 |
<dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>>
|
38 |
<?php echo $_formatedOptionValue['value'] ?>
|
39 |
<?php if (isset($_formatedOptionValue['full_view'])): ?>
|
46 |
<?php endif; ?>
|
47 |
</dd>
|
48 |
<?php else: ?>
|
49 |
+
<dd><?php echo $this->htmlEscape( (isset($_option['print_value']) ? $_option['print_value'] : $_option['value']) ) ?></dd>
|
50 |
<?php endif; ?>
|
51 |
<?php endforeach; ?>
|
52 |
</dl>
|
app/design/frontend/default/blank/template/shipping/tracking/popup.phtml
CHANGED
@@ -51,7 +51,7 @@
|
|
51 |
<?php if($track->getErrorMessage()): ?>
|
52 |
<tr>
|
53 |
<th class="label"><?php echo $this->__('Error:'); ?></th>
|
54 |
-
<td class="error"><?php echo $this->__('Tracking information is currently not available. Please ') ?><a href="<?php echo $this->getContactUs() ?>" onclick="this.target='_blank'"><?php echo $this->__('contact us') ?></a><?php echo $this->__(' for more information or email us at '); ?><a href="
|
55 |
</tr>
|
56 |
<?php elseif($track->getTrackSummary()): ?>
|
57 |
<tr>
|
51 |
<?php if($track->getErrorMessage()): ?>
|
52 |
<tr>
|
53 |
<th class="label"><?php echo $this->__('Error:'); ?></th>
|
54 |
+
<td class="error"><?php echo $this->__('Tracking information is currently not available. Please ') ?><a href="<?php echo $this->getContactUs() ?>" onclick="this.target='_blank'"><?php echo $this->__('contact us') ?></a><?php echo $this->__(' for more information or email us at '); ?><a href="mailto:<?php echo $this->getStoreSupportEmail() ?>"><?php echo $this->getStoreSupportEmail() ?></a></td>
|
55 |
</tr>
|
56 |
<?php elseif($track->getTrackSummary()): ?>
|
57 |
<tr>
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Interface_Frontend_Default_Blank</name>
|
4 |
-
<version>1.3.
|
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 sample skeleton theme for Magento designers.</summary>
|
10 |
<description>This is a sample skeleton theme for Magento designers.</description>
|
11 |
-
<notes>1.3.
|
12 |
<authors><author><name>Magento Core Team</name><user>auto-converted</user><email>core@magentocommerce.com</email></author></authors>
|
13 |
-
<date>2009-
|
14 |
-
<time>23:
|
15 |
-
<contents><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="blank"><dir name="css"><file name="clears.css" hash="6f84e5b5d1cb4cf9f0b125e07266eb3d"/><file name="print.css" hash="1839347706087be0a9c2e3088e5f2f1d"/><file name="reset.css" hash="46b100011fbdbac465f2921b5b9a5f6a"/><file name="styles-ie.css" hash="c9de7e2f80cd70eced4c86421b383da3"/><file name="styles.css" hash="c9c1404370720ed1cc3efb822b7daab8"/></dir><dir name="images"><dir name="catalog"><dir name="product"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><dir name="media"><file name="404_callout1.jpg" hash="834e53a03e2921a2fd3c135c0c7189df"/><file name="404_callout2.jpg" hash="016984b4a1579df34147f9407098db73"/><file name="about_us_img.jpg" hash="726f36dd75b5a709a1a14acab1660188"/><file name="col_left_callout.jpg" hash="5f762006021e046f9bd536f37ea7c463"/><file name="col_right_callout.jpg" hash="dae22f37a542da272a35195ec286ec25"/></dir><file name="bg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_button.gif" hash="5074f4055f72e09046d5690d4730b367"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="icon_big_rss.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="icon_feed.png" hash="8537f6f88fcff4aac793247143d14e42"/><file name="icon_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="logo.gif" hash="6c1c8318d7dd57cc674f2f3cddf04344"/><file name="logo_email.gif" hash="3901817e7bdd9456699f7a267078f2ff"/><file name="logo_print.gif" hash="3901817e7bdd9456699f7a267078f2ff"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="note_msg_icon.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="pager_arrow_left.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="pager_arrow_right.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="sort_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="sort_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/></dir><dir name="js"><file name="bundle.js" hash="7fb06ec966f79c0488198975a69c6c0b"/><file name="giftmessage.js" hash="98f056ae92e10813f0d550daae6dd944"/><file name="opcheckout.js" hash="4840fead18b54f8cb3042f448a2170b1"/><file name="paypal.js" hash="4793d611370033c7daec147f135672b5"/></dir><file name="favicon.ico" hash="88733ee53676a47fc354a61c32516e82"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="blank"><dir name="layout"><file name="bundle.xml" hash="2b604899f9dea76c550866d7d774d2e0"/><file name="catalog.xml" hash="94c738dcaae38d93ad1e83853738e137"/><file name="catalogsearch.xml" hash="6adf38a816895d306279c745ff5b8f40"/><file name="checkout.xml" hash="ee2b9f38a9dcc0d971a9204bce49cc36"/><file name="cms.xml" hash="8f0ea0ca91fa9dcc661ef44780f39fe1"/><file name="contacts.xml" hash="e3e3eb3dcf2c276fa11d66722a0a1c62"/><file name="core.xml" hash="99c290a45fc882985b55279180d6a491"/><file name="customer.xml" hash="a180537185e2e90d25f3e7efa7298b35"/><file name="directory.xml" hash="eb1bb63ef64fc8283a69f13fd3f90005"/><file name="downloadable.xml" hash="a4bb31c7d838e10893fe2a54a7636592"/><file name="giftmessage.xml" hash="d91f058897e4ae05938b44960a87a7c0"/><file name="googleanalytics.xml" hash="72fd608e307339080bc2b0e28762644d"/><file name="googlecheckout.xml" hash="c24d4770dec193a19a72834beb1951df"/><file name="googleoptimizer.xml" hash="c8b25d432c8d2d1892834af7a3f35667"/><file name="newsletter.xml" hash="06e2fa151b7034cd74268684d2050309"/><file name="page.xml" hash="edc6889fc4f4f406b0501b4533b3f455"/><file name="paypal.xml" hash="53eed662b8f4486b6a0064ba480b92e4"/><file name="paypaluk.xml" hash="e1f0523007cc3d4b523b6be24fa4e950"/><file name="poll.xml" hash="3cd2707dc21722104fc344c3d342a4b9"/><file name="productalert.xml" hash="8760bb53020762f38f2b854840017a9b"/><file name="reports.xml" hash="5a5c702eb1447187f08191d1d9a5e03d"/><file name="review.xml" hash="45b1dd918723370021ca91570f1d80eb"/><file name="rss.xml" hash="d845be90fa12f2ba4ecf1b1a51dac395"/><file name="sales.xml" hash="b325c89f0069ecc6845eeb4bef0f41a1"/><file name="sendfriend.xml" hash="515511b04f660095caed35c617bbab28"/><file name="shipping.xml" hash="89377704115050fe38a219c4abcf7ec6"/><file name="tag.xml" hash="3b13589cc8a8231ce8a73ff3b6eb2c31"/><file name="wishlist.xml" hash="b4cda0f01fc23f3466c7692cc8fb9801"/></dir><dir name="locale"><dir name="en_US"><file name="translate.csv" hash="793e1ff86039f24caff6fad87a094fa1"/></dir></dir><dir name="template"><dir name="bundle"><dir name="catalog"><dir name="product"><dir name="list"><file name="partof.phtml" hash="f0d5c55a57290a885664ea86e133b679"/></dir><dir name="view"><dir name="type"><dir name="bundle"><dir name="option"><file name="checkbox.phtml" hash="c4d2679d1daa39b510b50333e207c5f2"/><file name="multi.phtml" hash="7faa0e1b19d975d3638711aac4deb6d7"/><file name="radio.phtml" hash="0fe4a1916cd43b89f5e0681b2a095af9"/><file name="select.phtml" hash="cc85f0bccd13e65e65db247913e74382"/></dir><file name="options.phtml" hash="be546769aaa064f1340eff43e38066d3"/></dir><file name="bundle.phtml" hash="d0e59e1797172c8eb0f257059c43f50b"/></dir><file name="price.phtml" hash="5d61ae7dde0a2334c1e67c42412e03a9"/><file name="tierprices.phtml" hash="87c95796e53d19a9756c8e33df7eacfb"/></dir><file name="price.phtml" hash="e8a4ed53bcf630bf1fbc5dfdb8c4cac1"/></dir></dir><dir name="email"><dir name="order"><dir name="items"><dir name="creditmemo"><file name="default.phtml" hash="4144bdfa26bc8c6bfef2b415c047b97d"/></dir><dir name="invoice"><file name="default.phtml" hash="ef20fe460ac338cf1716f36ca3b3281b"/></dir><dir name="order"><file name="default.phtml" hash="f0927ef4c5ad576690523804f086ba39"/></dir><dir name="shipment"><file name="default.phtml" hash="5d8cf3065959e86c2be887716bce3b6e"/></dir></dir></dir></dir><dir name="sales"><dir name="order"><dir name="creditmemo"><dir name="items"><file name="renderer.phtml" hash="13838f159a3a715dc3ea9a2a2eb9e2d0"/></dir></dir><dir name="invoice"><dir name="items"><file name="renderer.phtml" hash="beb07e7cf3afecab1de9ac680e75ee5e"/></dir></dir><dir name="items"><file name="renderer.phtml" hash="f1262c5c7ee594efee32839c5d3b1364"/></dir><dir name="shipment"><dir name="items"><file name="renderer.phtml" hash="cdaed2ead9dc418f041e398f29a87afa"/></dir></dir></dir></dir></dir><dir name="callouts"><file name="left_col.phtml" hash="da32aafba925f37aeab347e4f93b1403"/><file name="right_col.phtml" hash="14e517ae3aeb65a1a5861dbb6aa81c1b"/></dir><dir name="catalog"><dir name="category"><file name="page.phtml" hash="aadf8b6c6e7657d5987dc4fc8898f81a"/><file name="view.phtml" hash="68897ae0f611b891d1dd20dfb10a1630"/></dir><dir name="layer"><file name="filter.phtml" hash="ad88f40ef09460cc31f3cf3b8b132742"/><file name="state.phtml" hash="493c701dbb66786af9872a6137f5f10f"/><file name="view.phtml" hash="f42d2e546bedbf1d84b1bb8c8ccc1282"/></dir><dir name="navigation"><file name="left.phtml" hash="a6afd7cabd323eae5673219d2999e338"/><file name="top.phtml" hash="6a856216d0b08d3bed2b0f360597ace2"/></dir><dir name="product"><dir name="compare"><file name="list.phtml" hash="9126cff7ffcb3d15732c2af38f108388"/><file name="sidebar.phtml" hash="ed96556d5a310c81c3a77b96ac1d8f16"/></dir><dir name="list"><file name="related.phtml" hash="a9983d41a2b877735795313c3a3db3a4"/><file name="toolbar.phtml" hash="c08d6d828a77c65ffc1b1dce63268aee"/><file name="upsell.phtml" hash="9ac23c3998f86d91341b81d88dd3aa5c"/></dir><dir name="view"><dir name="options"><dir name="type"><file name="date.phtml" hash="62d3ff1da489965015005f4ea6baa89d"/><file name="default.phtml" hash="e164beb01b3077fa1bf9a9bbb341ad56"/><file name="file.phtml" hash="524d4b61debb192718a961008d9db83f"/><file name="select.phtml" hash="15d350c5944b75b93236c59f1ab70e86"/><file name="text.phtml" hash="5594a2889cd9cb7c7e784446205411ff"/></dir><dir name="wrapper"><file name="bottom.phtml" hash="9be3658960ada4f4c774736829076538"/></dir><file name="wrapper.phtml" hash="c10ed9f230ecc827a1c2f99c9a4b4d46"/></dir><dir name="type"><dir name="options"><file name="configurable.phtml" hash="8eb194d7cef5bf44842c3380cbcd68ad"/></dir><file name="configurable.phtml" hash="9e3f4a6fb16ab3de753dae23796cde11"/><file name="grouped.phtml" hash="6b29550dd2f515dd37f84acf1f05f52b"/><file name="simple.phtml" hash="559ea95ea29fc6024e8abfae88fd90ff"/><file name="virtual.phtml" hash="559ea95ea29fc6024e8abfae88fd90ff"/></dir><file name="additional.phtml" hash="6fc511a523e1b3065765365aa194520a"/><file name="addto.phtml" hash="13630226d178b97229191ca9535c7457"/><file name="addtocart.phtml" hash="81b0ddf718e302e30e97180d9a3f138c"/><file name="attributes.phtml" hash="e346dc81d9222db8f6c4e6415d21e47e"/><file name="description.phtml" hash="7e18c1608cb82f8a8c107e5568438e91"/><file name="media.phtml" hash="a7d10d0a7e3232d29fce64276c1d454b"/><file name="options.phtml" hash="edd07017a42d622f0695a6ee38a61d75"/><file name="price.phtml" hash="6ad72e4f21ddeba52027a7faade0e7cd"/><file name="price_clone.phtml" hash="8b72619d07da2aa9c7c11c1017068731"/><file name="tierprices.phtml" hash="3ac2d5f5338c97a67f2e7a81e741295e"/></dir><file name="gallery.phtml" hash="dd58f98d6cf094f2cd024f9b4458af1f"/><file name="list.phtml" hash="6dd6bdc23c0b764a9ed43d6b2d8560e2"/><file name="new.phtml" hash="7e36ca0886186fa1a45484ccfe59e588"/><file name="price.phtml" hash="7986bd0043a7064af9ce3f2ff03f6de5"/><file name="view.phtml" hash="0c8df97f574901cb27c2775d0660a97f"/></dir><dir name="seo"><dir name="sitemap"><file name="container.phtml" hash="a952fcb12c6c8cd2f51313fa63dba74c"/></dir><file name="sitemap.phtml" hash="87b64dbb6d15edf894a1170ed954596d"/><file name="tree.phtml" hash="16497389a93f352b32fa2a065bb335a5"/></dir></dir><dir name="catalogsearch"><dir name="advanced"><file name="form.phtml" hash="8cbe9c6fb40589ceec3e4c0c2857c9f4"/><file name="result.phtml" hash="7fbb20b3ff57cb9f7d4eb2479ea3c72b"/></dir><file name="form.mini.phtml" hash="71803ed517beaa1176e42ad9181651bb"/><file name="result.phtml" hash="07470604fb50e5a3b25432f49a206006"/><file name="term.phtml" hash="66ab2560641b0872c3211f3d8f42e33a"/></dir><dir name="checkout"><dir name="cart"><dir name="item"><file name="default.phtml" hash="2e2a01a07e8b9e09ffadf905179ffc05"/></dir><dir name="render"><file name="default.phtml" hash="8e7ab38d3369344c947c0793846d7d38"/><file name="simple.phtml" hash="3bfcaa834c96f5ad09277587ec82636f"/></dir><dir name="sidebar"><file name="default.phtml" hash="2ee8ff5d5918f851dad4c7b789b40771"/></dir><file name="coupon.phtml" hash="0f47b671f2f28ba2a9b317ca112a7475"/><file name="crosssell.phtml" hash="8f8401b8180283fb6fa3607b4b0e8810"/><file name="noItems.phtml" hash="03f31b1e9168d12b3ba9dc2f8bd1f760"/><file name="shipping.phtml" hash="4476cd2fdb736eca745768aa68be853e"/><file name="sidebar.phtml" hash="7841d505317e5f6d5e0cde4a2a9f2c6b"/><file name="totals.phtml" hash="01b900fbbd994771ea04ed56c86339ec"/></dir><dir name="multishipping"><dir name="address"><file name="select.phtml" hash="cd96699b17456a6d84fb6eeffc88ee85"/></dir><dir name="billing"><file name="items.phtml" hash="70f639ad42813a3da7cd32456d3a2845"/></dir><dir name="item"><file name="default.phtml" hash="bf3ff3612005dbd7dff5b538673a3db6"/></dir><file name="addresses.phtml" hash="a46acadb98fb75d4c01078f552c79d78"/><file name="agreements.phtml" hash="0cc2c61890723b3c810f4165b0b6ea8e"/><file name="billing.phtml" hash="377d2434635722800b7e48a497ad4a4a"/><file name="link.phtml" hash="c4225a9a1bbd9f177199119209469b11"/><file name="overview.phtml" hash="efed56ad7b22899afb3f8bbaabf4cbe8"/><file name="shipping.phtml" hash="396208d67285f2fdc1e052cefa20379c"/><file name="state.phtml" hash="a82cbe78e6abfa201db2c2af4063aa94"/><file name="success.phtml" hash="e90c439d6de83f4bfa8e7004ae2ddad9"/></dir><dir name="onepage"><dir name="payment"><file name="methods.phtml" hash="513839214b355ac6f1ec879230459d05"/></dir><dir name="review"><file name="info.phtml" hash="968c6900e38df13179fb7a0c77747bc8"/><file name="item.phtml" hash="314431851fbd159d364ee43d6f4f6e86"/><file name="totals.phtml" hash="63fb070ddef121951ed09f78641b17a4"/></dir><dir name="shipping_method"><file name="additional.phtml" hash="1f8a9204df1f5854c76ab9e729f1e191"/><file name="available.phtml" hash="b3794aa3ea6c16633292390b5e5100f0"/></dir><file name="agreements.phtml" hash="0527bfb427c60aa956791bcfc3aa2baa"/><file name="billing.phtml" hash="3c2e4419e75e8e46c323087cc35384cb"/><file name="failure.phtml" hash="5c6c4a68a56edbe050f084e441231f69"/><file name="link.phtml" hash="3ee2e026b7ca9f052db065b35ef6fcd7"/><file name="login.phtml" hash="82d39b2173596d1cfb28e6d43c86cdf2"/><file name="payment.phtml" hash="a4bbb98233c87128a91573e93f29fcf9"/><file name="progress.phtml" hash="44f9aed669a32f4edcff52760d283a6d"/><file name="review.phtml" hash="495f48bcc50ab3abd0efac683f4be4e1"/><file name="shipping.phtml" hash="0bdb15552a09f77271a72cce410be970"/><file name="shipping_method.phtml" hash="5f3d0140324ad1dca3901d14d0531277"/></dir><dir name="total"><file name="default.phtml" hash="4a680113802974e087a73b572129a11b"/><file name="tax.phtml" hash="445fd8fd4d463610f33014596a0871ba"/></dir><file name="cart.phtml" hash="050ac3ffb0813e036bf561417575e4f9"/><file name="links.phtml" hash="affc0973c249464f98d6592ce4a52538"/><file name="onepage.phtml" hash="2ee5d54e33dfacb4f1cdd58ea12e12c1"/><file name="success.phtml" hash="dac0fd8f84f2607379eff82da2c8fb5c"/></dir><dir name="cms"><dir name="default"><file name="home.phtml" hash="cae87e8ece9b2cf11d56f58f78b61354"/><file name="no-route.phtml" hash="a82130a7e80d0f544fe904b1b8795a1b"/></dir><file name="content.phtml" hash="5bc7aa683ad79c7a422478c6cc67a963"/><file name="meta.phtml" hash="73c1b59cdc8e7ec40d294f3ac755005c"/><file name="wrapper.phtml" hash="a005490f7d2877ad386a5ec58ebd703f"/></dir><dir name="contacts"><file name="form.phtml" hash="f724b66ea939e332d51099f65a07d198"/></dir><dir name="core"><file name="formkey.phtml" hash="6f59eb9cc856f4f5b3ee30756300e2a6"/><file name="messages.phtml" hash="31f0e7850e552a1e67d8d99a5c0fbe1b"/></dir><dir name="customer"><dir name="account"><dir name="dashboard"><file name="address.phtml" hash="2a9ec75a331b2411809154b99bb7020e"/><file name="hello.phtml" hash="a3870656761e58365a6f19e105d340ec"/><file name="info.phtml" hash="737b388782a4ca8b58d9295fbed7f16b"/><file name="newsletter.phtml" hash="22d34e6401ff61b26e48de0a7052bbd1"/><file name="sidebar.phtml" hash="affc0973c249464f98d6592ce4a52538"/></dir><dir name="link"><file name="back.phtml" hash="c0a1831d7f2926c3499fb9bbc2d519d5"/></dir><file name="dashboard.phtml" hash="116bef22699a11e2433fbc44ccdb87f7"/><file name="navigation.phtml" hash="d222e216465d2ede7f87f3dadb2dee37"/></dir><dir name="address"><file name="book.phtml" hash="b31cf726c0ceecdbcb414531fb4bac03"/><file name="edit.phtml" hash="a3b2f6c3ea21694d4858bafbfe22beba"/></dir><dir name="form"><file name="address.phtml" hash="5df7fb02a83bb8e3803539e039b62468"/><file name="changepassword.phtml" hash="240dab89dc88f285cded4a64f38edb4a"/><file name="confirmation.phtml" hash="d0c81d2896cc570de2d4cd42611e73a8"/><file name="edit.phtml" hash="5fc8c62dfeb4df6275ab7aee717ae20d"/><file name="forgotpassword.phtml" hash="a19e766fa6c2dc06b835da1eb00dfafc"/><file name="login.phtml" hash="41acb9145840798b103693bcf7f83553"/><file name="mini.login.phtml" hash="24d09a1d4ec2023f3767e91211545243"/><file name="newsletter.phtml" hash="0d85a4ab369289b7716c6f2662c17a8b"/><file name="register.phtml" hash="676c2ac5bdb3db4b83cef8fab525641d"/></dir><dir name="order"><file name="view.phtml" hash="1a01a49bb7b8c2c8e2f12f063056c826"/></dir><dir name="widget"><file name="dob.phtml" hash="a19c80a0826d867a1676df68dfd759eb"/><file name="name.phtml" hash="3d6c119e5d0f44baa0e204b7dfcb0fe7"/><file name="taxvat.phtml" hash="90f20cd2d8090ce8a37736caec07e503"/></dir><file name="address.phtml" hash="6b75ebcc1ec2586db731045d4161890a"/><file name="balance.phtml" hash="da9f8fa46d12a3dc7277dc6cf1fa4a13"/><file name="logout.phtml" hash="5dcd8e145f634fbd7d27b515d8b7582d"/><file name="orders.phtml" hash="fef7ae48cec30b6e27af3238bdb4a3a4"/><file name="wishlist.phtml" hash="57c44f1197bed317ab0f70e81ea6bd95"/></dir><dir name="directory"><dir name="currency"><file name="switch.phtml" hash="4670eb2ba16f1ddaa350d2edb74ce0eb"/></dir><file name="currency.phtml" hash="f7a5c9e12e46c6d1c084cc2260a2e246"/></dir><dir name="downloadable"><dir name="catalog"><dir name="product"><file name="links.phtml" hash="8c266e046d3395015bbac0ec52a49c7e"/><file name="samples.phtml" hash="44c0a95537374a28b2ef7dc61af83081"/><file name="type.phtml" hash="9be57b1ac5f527f80cbc4a2ad1255ec9"/></dir></dir><dir name="checkout"><dir name="cart"><dir name="item"><file name="default.phtml" hash="8d4a2b21d40617f1a00dd3de3904e111"/></dir></dir><dir name="multishipping"><dir name="item"><file name="downloadable.phtml" hash="e672c21e6c5b61edd936e0c9cb774b1f"/></dir></dir><dir name="onepage"><dir name="review"><file name="item.phtml" hash="620033dd2bfaaf92e4ce27e1f4054425"/></dir></dir><file name="success.phtml" hash="3a03beb83b20a623c0a8e364c0015cdc"/></dir><dir name="customer"><dir name="products"><file name="list.phtml" hash="ca10f36d49bd9535b5c919a8da27e14e"/></dir></dir><dir name="email"><dir name="order"><dir name="items"><dir name="creditmemo"><file name="downloadable.phtml" hash="d0a310bd1117fc84443a53e9d9687400"/></dir><dir name="invoice"><file name="downloadable.phtml" hash="0282e9403b6551c80bc424251cbaca7a"/></dir><dir name="order"><file name="downloadable.phtml" hash="16a6d6963fb5deb32a28378098239d21"/></dir></dir></dir></dir><dir name="sales"><dir name="order"><dir name="creditmemo"><dir name="items"><dir name="renderer"><file name="downloadable.phtml" hash="cace27d51e02ca58e155c9192a90eb29"/></dir></dir></dir><dir name="invoice"><dir name="items"><dir name="renderer"><file name="downloadable.phtml" hash="78fc83d3786068d0fcfd7804fc38dc88"/></dir></dir></dir><dir name="items"><dir name="renderer"><file name="downloadable.phtml" hash="d349832dde08fc2686141808e2cf31b3"/></dir></dir></dir></dir></dir><dir name="email"><dir name="order"><dir name="creditmemo"><file name="items.phtml" hash="cfe5211ef1d5c0785ca92065f4b88186"/></dir><dir name="invoice"><file name="items.phtml" hash="4e245ebd1d0005e011c67c000849f5c0"/></dir><dir name="items"><dir name="creditmemo"><file name="default.phtml" hash="e99fe3121b7b80e36690715a09bd6550"/></dir><dir name="invoice"><file name="default.phtml" hash="e99fe3121b7b80e36690715a09bd6550"/></dir><dir name="order"><file name="default.phtml" hash="7f3b388e6b84046e1c771b632ebde612"/></dir><dir name="shipment"><file name="default.phtml" hash="40dab7ab90f7514acfe3e1d4ab408e60"/></dir></dir><dir name="shipment"><file name="items.phtml" hash="e38d0caba217e50d86320f49ad86b8da"/><file name="track.phtml" hash="e9810f489eda94dd7584444ee033fb59"/></dir><file name="items.phtml" hash="362c381e40ecdda30cba5300e339e896"/></dir><dir name="productalert"><file name="price.phtml" hash="b0e82922f05837ee68f29695483f4e81"/><file name="stock.phtml" hash="e1c6a78ca40ddd2fc87b714a64d64fd8"/></dir></dir><dir name="giftmessage"><file name="form.phtml" hash="2189441f6329cd1c7522bb3e467cd059"/><file name="helper.phtml" hash="ae0f4b7d8bfab3aba1e933a2001d1247"/><file name="inline.phtml" hash="4e6c8579f7797fa40957898f5c4269a0"/></dir><dir name="googlecheckout"><file name="form.phtml" hash="47f80f80bc586a135d168e5cc12a372a"/><file name="link.phtml" hash="7fb9dbf1e022eca9c7ea7f039b5170ee"/></dir><dir name="newsletter"><file name="subscribe.phtml" hash="33fa36832b5843292ee43a25db3db271"/></dir><dir name="page"><dir name="html"><file name="breadcrumbs.phtml" hash="15116ffa2ac4f94bac713f57bab8f36f"/><file name="footer.phtml" hash="0111b208dd26f763ceda3e159ddad3d7"/><file name="head.phtml" hash="1fea2048b0f43e79e325455c29186cba"/><file name="header.phtml" hash="b107bf5c8d2a616cdf4d67aff074b849"/><file name="pager.phtml" hash="37945676a2c4f93a1c9c7511e9e525f6"/><file name="top.links.phtml" hash="36bffb90a36f2ca39d257890b4016878"/><file name="wrapper.phtml" hash="a527f8b78162d1ccf89bf9c2b6d58e62"/></dir><dir name="js"><file name="calendar.phtml" hash="9d785c39631053eb2231b4fe1764d3cf"/></dir><dir name="switch"><file name="flags.phtml" hash="f7cee579500a0dde7ffa8f8ac6a069e8"/><file name="languages.phtml" hash="74bc530b7a284333c6dbfb63c233fa1b"/><file name="stores.phtml" hash="0f0f7e563d7df0ab16777b696989fe85"/></dir><dir name="template"><file name="container.phtml" hash="48a40301b0a26dbdd0de0f91d5adcc4d"/><file name="links.phtml" hash="9d7e5482e99117e8df59efc6770231f0"/></dir><file name="1column.phtml" hash="5b0150e3002df2c86e1bc4fd44efacca"/><file name="2columns-left.phtml" hash="9ae52b418f675ea2b31a8c60d7eb4194"/><file name="2columns-right.phtml" hash="025b55dc7c61a4a00b22483712489908"/><file name="3columns.phtml" hash="1491235e39c1d2004a63af345f33437e"/><file name="popup.phtml" hash="a4e73e22b8ec51b3aea5a8303bb3b250"/><file name="print.phtml" hash="53837eaccfcc0a83e54da945e07f125f"/><file name="redirect.phtml" hash="0711eff223361681d2d12b2061f42cb1"/></dir><dir name="payment"><dir name="form"><file name="cc.phtml" hash="e2212577c2c9c28e00c66a1908d46fb3"/><file name="ccsave.phtml" hash="07ff3a0a20f00e31b5443800ebacb7f1"/><file name="checkmo.phtml" hash="395800ebbbd31f85c5c19f211f804c09"/><file name="purchaseorder.phtml" hash="63c6fb59568ad1f8a7170c231e947785"/></dir><dir name="info"><file name="cc.phtml" hash="3b58308f891f7456accfaef2cdbf4e3c"/><file name="ccsave.phtml" hash="f13dccb79ee937279722e34db2d75150"/><file name="checkmo.phtml" hash="68c1345716d154c63d6089c94d0e1c5d"/><file name="default.phtml" hash="5b12a176647450847712b5ddb5b7c1cb"/><file name="purchaseorder.phtml" hash="a258df940fb85b0dbd41221934cbee40"/></dir></dir><dir name="paypal"><dir name="express"><dir name="review"><file name="details.phtml" hash="bf6edb45ed660c6efd96ad696bbb81b6"/></dir><file name="form.phtml" hash="dacfbd1a1d0a82b9d2e6bc2ecf88ab00"/><file name="info.phtml" hash="e5055353ca8855207dbd981208ee3e66"/><file name="review.phtml" hash="67d49d023b6e681a7f67fb8921f734aa"/></dir><dir name="standard"><file name="form.phtml" hash="99832274cde55a2c9999d89d38dd8c88"/></dir><file name="link.phtml" hash="a58135aa8c3451f479d0c5e1ce86d01b"/></dir><dir name="paypaluk"><dir name="direct"><file name="form.phtml" hash="df5728a0068b15ec6c56323b4f893b4e"/><file name="info.phtml" hash="91705c0d3cb8cb336aee5a24e57a93c9"/></dir><dir name="express"><dir name="review"><file name="details.phtml" hash="c8ccfb9c1eb05d86a10dc449f678e78c"/></dir><file name="form.phtml" hash="3ab14fedc24e6200b21ce5376cc34037"/><file name="info.phtml" hash="e5055353ca8855207dbd981208ee3e66"/><file name="review.phtml" hash="750608c895d5b302f9db119ff1f7aae3"/></dir><file name="link.phtml" hash="10a1748caabeecddf45b0792e770453b"/></dir><dir name="poll"><file name="active.phtml" hash="1779dac29251a5c782acf743bfddeeb1"/><file name="result.phtml" hash="72f240de2738a6245e1f2358bd372bfd"/></dir><dir name="productalert"><file name="price.phtml" hash="fbf4d4bd39aba47214e5517841300f9a"/><file name="stock.phtml" hash="c71de1c94128176d10de171743505525"/></dir><dir name="rating"><file name="detailed.phtml" hash="f805bcd92a7fda64a099928a812541bc"/><file name="empty.phtml" hash="5b8bb08fb214c543dfe26ff202891c7e"/></dir><dir name="reports"><file name="home_product_compared.phtml" hash="16924a2c7f101edb345ad76aa824ca97"/><file name="home_product_viewed.phtml" hash="81e52257f6a37ddd8c4a191c235b2bd5"/><file name="product_compared.phtml" hash="46f95495f89b745532386ca5f9cf392e"/><file name="product_viewed.phtml" hash="935074d1fc7041908e453537a23fa893"/></dir><dir name="review"><dir name="customer"><file name="list.phtml" hash="79477897ad1e0346e46bb7d88d52f66a"/><file name="recent.phtml" hash="707d60cc547ded6cb25ea5b8ac272e93"/><file name="view.phtml" hash="ac2a40f8298e2a63a880d155196b8190"/></dir><dir name="helper"><file name="summary.phtml" hash="b2b0ba9cd00e13e32dd76efb02100d0f"/><file name="summary_short.phtml" hash="22dc079532ce1407c7c1f83f92e32aef"/></dir><dir name="product"><dir name="view"><file name="count.phtml" hash="f5c8e159786a1e2486c4dac8dfb66e1e"/><file name="list.phtml" hash="07059ba73bf0540c04d4e1a12ab5df20"/><file name="other.phtml" hash="ff7173288f722adad334cd3b1a9f588f"/></dir></dir><file name="form.phtml" hash="300d77db884521c3404ea3c87a161cb5"/><file name="view.phtml" hash="4af924813e6a0170c72ff0dd0b385f73"/></dir><dir name="rss"><dir name="order"><file name="details.phtml" hash="b5d5a99587a8545bdb9c6a0d70a042d3"/></dir><file name="list.phtml" hash="85fbf67f76eaa3d447d03194c435fde1"/><file name="nofeed.phtml" hash="76502bd485ec3713e10802eba65d4e58"/></dir><dir name="sales"><dir name="order"><dir name="creditmemo"><dir name="items"><dir name="renderer"><file name="default.phtml" hash="f72adf88d26a48c4de54560b49fea738"/></dir></dir><file name="items.phtml" hash="52130b4aeb78e9fa6c3f72af274bb308"/></dir><dir name="invoice"><dir name="items"><dir name="renderer"><file name="default.phtml" hash="89fa1d6d876ae90175b6ddae4f12c5dd"/></dir></dir><file name="items.phtml" hash="ea358c0e49bf92e118f14f78926be231"/></dir><dir name="items"><dir name="renderer"><file name="default.phtml" hash="4ad28beab01830ca01a9e8b9493ba49e"/></dir></dir><dir name="print"><file name="creditmemo.phtml" hash="6b61ea13f19b8dd5f1eeee3675ff1372"/><file name="invoice.phtml" hash="45ed0ac3a21ed32b7199810be8993849"/><file name="shipment.phtml" hash="ba4b85f514a83de6f259444518560898"/><file name="tax.phtml" hash="bf254c2d780f00e18b1c00f95b067db8"/></dir><dir name="shipment"><dir name="items"><dir name="renderer"><file name="default.phtml" hash="f94377748a5e05e73b8d434026a7aa87"/></dir></dir><file name="items.phtml" hash="afa536b18c2789aa85696b7c52b335c9"/></dir><file name="creditmemo.phtml" hash="8d13ffb5de2e98c02e22d6a55f498a29"/><file name="details.phtml" hash="e7cad4cdf7f1ff69473161ed11585d3c"/><file name="history.phtml" hash="ce9ae377a04fb084221bdb1d632c80a7"/><file name="info.phtml" hash="f640cecc102c71a5a6476df8ad808759"/><file name="invoice.phtml" hash="d26a29413f8574543b11a0775f2ac46d"/><file name="items.phtml" hash="6f14ea4daf34822ca7d70d51bf87c653"/><file name="print.phtml" hash="e025ef349695c93b75a6bac5a59eb1f1"/><file name="recent.phtml" hash="2c7281fdd3860a3bfa2ea7f17c8122f7"/><file name="shipment.phtml" hash="3c451556d2205e02489094a2dcfee65e"/><file name="tax.phtml" hash="ec921ad542c485c3959482d58bd28809"/><file name="trackinginfo.phtml" hash="1c680d4542402f269b4c635804a04f77"/><file name="view.phtml" hash="378f90425cb314f3c3391f7716c87998"/></dir><dir name="reorder"><file name="sidebar.phtml" hash="b971b3e8ae3488ca425d8fd991a96c08"/></dir></dir><dir name="sendfriend"><file name="send.phtml" hash="11d9e92a8fd76efcf1cc3980b13ea575"/></dir><dir name="shipping"><dir name="tracking"><file name="ajax.phtml" hash="affc0973c249464f98d6592ce4a52538"/><file name="popup.phtml" hash="c33633bf5670d630f1204fb09f05d006"/></dir></dir><dir name="tag"><dir name="customer"><file name="edit.phtml" hash="dd4ca47e537408f378df2ef7ad00ab5b"/><file name="recent.phtml" hash="edd2e285ce655539e067644013b5094f"/><file name="tags.phtml" hash="1d3551b3f3713dbc6d32ba205fdc2c51"/><file name="view.phtml" hash="b71e4561f75bd99e676249ddedd74760"/></dir><dir name="product"><file name="result.phtml" hash="e9b396590036a5a15ec23db9e10ddb38"/></dir><file name="cloud.phtml" hash="dfb3592054b773c08a522091cf5de233"/><file name="list.phtml" hash="a8e61d8ff0aeb9bf90c8494b4feb3dea"/><file name="mytags.phtml" hash="b6efff2bc3bb2139a4057f8c1eb989f4"/><file name="popular.phtml" hash="609e9970b27b96e28d4125e1b5679af9"/><file name="result.phtml" hash="dea62fd62de4c403f93334d361ec19ec"/><file name="search.phtml" hash="6222566c51093557e1de7c363dd8169f"/></dir><dir name="wishlist"><dir name="email"><file name="items.phtml" hash="546c2d345323aaebe27a23d5c838a3e2"/><file name="rss.phtml" hash="fe00d171bdd383f4fbf97bf1de054a41"/></dir><file name="shared.phtml" hash="83dfab61444198fe1c7c0fca357865dc"/><file name="sharing.phtml" hash="8e6eaab32df988a6b1732dffa8af2709"/><file name="sidebar.phtml" hash="2cae9770f689258e7f6fa0e9413f16e8"/><file name="view.phtml" hash="1edc4f60ff32a5bfa800e7b71d067383"/></dir></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
-
<dependencies><required><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.3.
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Interface_Frontend_Default_Blank</name>
|
4 |
+
<version>1.3.1</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 sample skeleton theme for Magento designers.</summary>
|
10 |
<description>This is a sample skeleton theme for Magento designers.</description>
|
11 |
+
<notes>1.3.1</notes>
|
12 |
<authors><author><name>Magento Core Team</name><user>auto-converted</user><email>core@magentocommerce.com</email></author></authors>
|
13 |
+
<date>2009-04-17</date>
|
14 |
+
<time>23:44:11</time>
|
15 |
+
<contents><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="blank"><dir name="css"><file name="clears.css" hash="6f84e5b5d1cb4cf9f0b125e07266eb3d"/><file name="print.css" hash="1839347706087be0a9c2e3088e5f2f1d"/><file name="reset.css" hash="46b100011fbdbac465f2921b5b9a5f6a"/><file name="styles-ie.css" hash="c9de7e2f80cd70eced4c86421b383da3"/><file name="styles.css" hash="c9c1404370720ed1cc3efb822b7daab8"/></dir><dir name="images"><dir name="catalog"><dir name="product"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><dir name="media"><file name="404_callout1.jpg" hash="834e53a03e2921a2fd3c135c0c7189df"/><file name="404_callout2.jpg" hash="016984b4a1579df34147f9407098db73"/><file name="about_us_img.jpg" hash="726f36dd75b5a709a1a14acab1660188"/><file name="col_left_callout.jpg" hash="5f762006021e046f9bd536f37ea7c463"/><file name="col_right_callout.jpg" hash="dae22f37a542da272a35195ec286ec25"/></dir><file name="bg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_button.gif" hash="5074f4055f72e09046d5690d4730b367"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="icon_big_rss.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="icon_feed.png" hash="8537f6f88fcff4aac793247143d14e42"/><file name="icon_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="logo.gif" hash="6c1c8318d7dd57cc674f2f3cddf04344"/><file name="logo_email.gif" hash="3901817e7bdd9456699f7a267078f2ff"/><file name="logo_print.gif" hash="3901817e7bdd9456699f7a267078f2ff"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="note_msg_icon.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="pager_arrow_left.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="pager_arrow_right.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="sort_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="sort_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/></dir><dir name="js"><file name="bundle.js" hash="7fb06ec966f79c0488198975a69c6c0b"/><file name="giftmessage.js" hash="98f056ae92e10813f0d550daae6dd944"/><file name="opcheckout.js" hash="4840fead18b54f8cb3042f448a2170b1"/><file name="paypal.js" hash="4793d611370033c7daec147f135672b5"/></dir><file name="favicon.ico" hash="88733ee53676a47fc354a61c32516e82"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="blank"><dir name="layout"><file name="amazonpayments.xml" hash="5ddd216e1bcf2a3b9fdd6d63513ef21d"/><file name="bundle.xml" hash="2b604899f9dea76c550866d7d774d2e0"/><file name="catalog.xml" hash="9d0f30acada0b4f1006214ae48336190"/><file name="catalogsearch.xml" hash="6adf38a816895d306279c745ff5b8f40"/><file name="checkout.xml" hash="ee2b9f38a9dcc0d971a9204bce49cc36"/><file name="cms.xml" hash="8f0ea0ca91fa9dcc661ef44780f39fe1"/><file name="contacts.xml" hash="e3e3eb3dcf2c276fa11d66722a0a1c62"/><file name="core.xml" hash="99c290a45fc882985b55279180d6a491"/><file name="customer.xml" hash="a180537185e2e90d25f3e7efa7298b35"/><file name="directory.xml" hash="eb1bb63ef64fc8283a69f13fd3f90005"/><file name="downloadable.xml" hash="a4bb31c7d838e10893fe2a54a7636592"/><file name="giftmessage.xml" hash="d91f058897e4ae05938b44960a87a7c0"/><file name="googleanalytics.xml" hash="72fd608e307339080bc2b0e28762644d"/><file name="googlecheckout.xml" hash="c24d4770dec193a19a72834beb1951df"/><file name="googleoptimizer.xml" hash="c8b25d432c8d2d1892834af7a3f35667"/><file name="newsletter.xml" hash="06e2fa151b7034cd74268684d2050309"/><file name="page.xml" hash="bd24377b2d19fc32ac6049b75cdf6ac7"/><file name="paypal.xml" hash="53eed662b8f4486b6a0064ba480b92e4"/><file name="paypaluk.xml" hash="e1f0523007cc3d4b523b6be24fa4e950"/><file name="poll.xml" hash="3cd2707dc21722104fc344c3d342a4b9"/><file name="productalert.xml" hash="8760bb53020762f38f2b854840017a9b"/><file name="reports.xml" hash="5a5c702eb1447187f08191d1d9a5e03d"/><file name="review.xml" hash="45b1dd918723370021ca91570f1d80eb"/><file name="rss.xml" hash="d845be90fa12f2ba4ecf1b1a51dac395"/><file name="sales.xml" hash="b325c89f0069ecc6845eeb4bef0f41a1"/><file name="sendfriend.xml" hash="515511b04f660095caed35c617bbab28"/><file name="shipping.xml" hash="89377704115050fe38a219c4abcf7ec6"/><file name="tag.xml" hash="3b13589cc8a8231ce8a73ff3b6eb2c31"/><file name="wishlist.xml" hash="b4cda0f01fc23f3466c7692cc8fb9801"/></dir><dir name="locale"><dir name="en_US"><file name="translate.csv" hash="793e1ff86039f24caff6fad87a094fa1"/></dir></dir><dir name="template"><dir name="amazonpayments"><dir name="asp"><file name="form.phtml" hash="ca634126f7562111754e79177d68320e"/><file name="redirect.phtml" hash="5cfc9ac9d6f5c8c0d4eddfb20c0131b8"/><file name="shortcut.phtml" hash="8c809a0c1c3125dfb62553f9905932d3"/></dir><dir name="cba"><file name="form.phtml" hash="bc6b970d132d6cd076e16f19ded71a7b"/><file name="success.phtml" hash="a9fb563a11cbe2ba134d86c58be4ad92"/></dir><file name="form.phtml" hash="e74f10295d796cab48e18b4283f3225f"/><file name="link.phtml" hash="3f9c29edac03663d4c9c89d33795b3e8"/></dir><dir name="bundle"><dir name="catalog"><dir name="product"><dir name="list"><file name="partof.phtml" hash="f0d5c55a57290a885664ea86e133b679"/></dir><dir name="view"><dir name="type"><dir name="bundle"><dir name="option"><file name="checkbox.phtml" hash="c4d2679d1daa39b510b50333e207c5f2"/><file name="multi.phtml" hash="7faa0e1b19d975d3638711aac4deb6d7"/><file name="radio.phtml" hash="0fe4a1916cd43b89f5e0681b2a095af9"/><file name="select.phtml" hash="cc85f0bccd13e65e65db247913e74382"/></dir><file name="options.phtml" hash="be546769aaa064f1340eff43e38066d3"/></dir><file name="bundle.phtml" hash="d0e59e1797172c8eb0f257059c43f50b"/></dir><file name="price.phtml" hash="5d61ae7dde0a2334c1e67c42412e03a9"/><file name="tierprices.phtml" hash="87c95796e53d19a9756c8e33df7eacfb"/></dir><file name="price.phtml" hash="e8a4ed53bcf630bf1fbc5dfdb8c4cac1"/></dir></dir><dir name="email"><dir name="order"><dir name="items"><dir name="creditmemo"><file name="default.phtml" hash="4144bdfa26bc8c6bfef2b415c047b97d"/></dir><dir name="invoice"><file name="default.phtml" hash="ef20fe460ac338cf1716f36ca3b3281b"/></dir><dir name="order"><file name="default.phtml" hash="f0927ef4c5ad576690523804f086ba39"/></dir><dir name="shipment"><file name="default.phtml" hash="5d8cf3065959e86c2be887716bce3b6e"/></dir></dir></dir></dir><dir name="sales"><dir name="order"><dir name="creditmemo"><dir name="items"><file name="renderer.phtml" hash="dab7d3cf51592ccab406a1a324abf448"/></dir></dir><dir name="invoice"><dir name="items"><file name="renderer.phtml" hash="ef67fcb9b73ace8703d11d7faf386473"/></dir></dir><dir name="items"><file name="renderer.phtml" hash="4547b3d1e7ee743b2c6997a6cb1ebbe8"/></dir><dir name="shipment"><dir name="items"><file name="renderer.phtml" hash="28faebf750f91fd6d5203b89f1a44071"/></dir></dir></dir></dir></dir><dir name="callouts"><file name="left_col.phtml" hash="da32aafba925f37aeab347e4f93b1403"/><file name="right_col.phtml" hash="14e517ae3aeb65a1a5861dbb6aa81c1b"/></dir><dir name="catalog"><dir name="category"><file name="page.phtml" hash="aadf8b6c6e7657d5987dc4fc8898f81a"/><file name="view.phtml" hash="68897ae0f611b891d1dd20dfb10a1630"/></dir><dir name="layer"><file name="filter.phtml" hash="ad88f40ef09460cc31f3cf3b8b132742"/><file name="state.phtml" hash="493c701dbb66786af9872a6137f5f10f"/><file name="view.phtml" hash="f42d2e546bedbf1d84b1bb8c8ccc1282"/></dir><dir name="navigation"><file name="left.phtml" hash="2382758c9afb46e75bfed9d76b2bc7a5"/><file name="top.phtml" hash="6a856216d0b08d3bed2b0f360597ace2"/></dir><dir name="product"><dir name="compare"><file name="list.phtml" hash="9126cff7ffcb3d15732c2af38f108388"/><file name="sidebar.phtml" hash="ed96556d5a310c81c3a77b96ac1d8f16"/></dir><dir name="list"><file name="related.phtml" hash="a9983d41a2b877735795313c3a3db3a4"/><file name="toolbar.phtml" hash="c08d6d828a77c65ffc1b1dce63268aee"/><file name="upsell.phtml" hash="9ac23c3998f86d91341b81d88dd3aa5c"/></dir><dir name="view"><dir name="options"><dir name="type"><file name="date.phtml" hash="31c587d2dba7ad995b3c03cf00f37246"/><file name="default.phtml" hash="e164beb01b3077fa1bf9a9bbb341ad56"/><file name="file.phtml" hash="524d4b61debb192718a961008d9db83f"/><file name="select.phtml" hash="15d350c5944b75b93236c59f1ab70e86"/><file name="text.phtml" hash="5594a2889cd9cb7c7e784446205411ff"/></dir><dir name="wrapper"><file name="bottom.phtml" hash="9be3658960ada4f4c774736829076538"/></dir><file name="js.phtml" hash="f002cb2d5261b96752a484c95e5f8028"/><file name="wrapper.phtml" hash="c10ed9f230ecc827a1c2f99c9a4b4d46"/></dir><dir name="type"><dir name="options"><file name="configurable.phtml" hash="8eb194d7cef5bf44842c3380cbcd68ad"/></dir><file name="configurable.phtml" hash="9e3f4a6fb16ab3de753dae23796cde11"/><file name="grouped.phtml" hash="6b29550dd2f515dd37f84acf1f05f52b"/><file name="simple.phtml" hash="559ea95ea29fc6024e8abfae88fd90ff"/><file name="virtual.phtml" hash="559ea95ea29fc6024e8abfae88fd90ff"/></dir><file name="additional.phtml" hash="6fc511a523e1b3065765365aa194520a"/><file name="addto.phtml" hash="13630226d178b97229191ca9535c7457"/><file name="addtocart.phtml" hash="81b0ddf718e302e30e97180d9a3f138c"/><file name="attributes.phtml" hash="e346dc81d9222db8f6c4e6415d21e47e"/><file name="description.phtml" hash="7e18c1608cb82f8a8c107e5568438e91"/><file name="media.phtml" hash="a7d10d0a7e3232d29fce64276c1d454b"/><file name="options.phtml" hash="edd07017a42d622f0695a6ee38a61d75"/><file name="price.phtml" hash="6ad72e4f21ddeba52027a7faade0e7cd"/><file name="price_clone.phtml" hash="8b72619d07da2aa9c7c11c1017068731"/><file name="tierprices.phtml" hash="3ac2d5f5338c97a67f2e7a81e741295e"/></dir><file name="gallery.phtml" hash="dd58f98d6cf094f2cd024f9b4458af1f"/><file name="list.phtml" hash="6dd6bdc23c0b764a9ed43d6b2d8560e2"/><file name="new.phtml" hash="7e36ca0886186fa1a45484ccfe59e588"/><file name="price.phtml" hash="7986bd0043a7064af9ce3f2ff03f6de5"/><file name="view.phtml" hash="0c8df97f574901cb27c2775d0660a97f"/></dir><dir name="seo"><dir name="sitemap"><file name="container.phtml" hash="a952fcb12c6c8cd2f51313fa63dba74c"/></dir><file name="sitemap.phtml" hash="87b64dbb6d15edf894a1170ed954596d"/><file name="tree.phtml" hash="16497389a93f352b32fa2a065bb335a5"/></dir></dir><dir name="catalogsearch"><dir name="advanced"><file name="form.phtml" hash="8cbe9c6fb40589ceec3e4c0c2857c9f4"/><file name="result.phtml" hash="7fbb20b3ff57cb9f7d4eb2479ea3c72b"/></dir><file name="form.mini.phtml" hash="71803ed517beaa1176e42ad9181651bb"/><file name="result.phtml" hash="07470604fb50e5a3b25432f49a206006"/><file name="term.phtml" hash="66ab2560641b0872c3211f3d8f42e33a"/></dir><dir name="checkout"><dir name="cart"><dir name="item"><file name="default.phtml" hash="ff475824c68bb546dc4cf6eed770282c"/></dir><dir name="render"><file name="default.phtml" hash="8e7ab38d3369344c947c0793846d7d38"/><file name="simple.phtml" hash="3bfcaa834c96f5ad09277587ec82636f"/></dir><dir name="sidebar"><file name="default.phtml" hash="2ee8ff5d5918f851dad4c7b789b40771"/></dir><file name="coupon.phtml" hash="0f47b671f2f28ba2a9b317ca112a7475"/><file name="crosssell.phtml" hash="8f8401b8180283fb6fa3607b4b0e8810"/><file name="noItems.phtml" hash="03f31b1e9168d12b3ba9dc2f8bd1f760"/><file name="shipping.phtml" hash="4476cd2fdb736eca745768aa68be853e"/><file name="sidebar.phtml" hash="7841d505317e5f6d5e0cde4a2a9f2c6b"/><file name="totals.phtml" hash="01b900fbbd994771ea04ed56c86339ec"/></dir><dir name="multishipping"><dir name="address"><file name="select.phtml" hash="cd96699b17456a6d84fb6eeffc88ee85"/></dir><dir name="billing"><file name="items.phtml" hash="70f639ad42813a3da7cd32456d3a2845"/></dir><dir name="item"><file name="default.phtml" hash="7a2c9ea8848111faa6ee3387fcb63537"/></dir><file name="addresses.phtml" hash="a46acadb98fb75d4c01078f552c79d78"/><file name="agreements.phtml" hash="0cc2c61890723b3c810f4165b0b6ea8e"/><file name="billing.phtml" hash="377d2434635722800b7e48a497ad4a4a"/><file name="link.phtml" hash="c4225a9a1bbd9f177199119209469b11"/><file name="overview.phtml" hash="efed56ad7b22899afb3f8bbaabf4cbe8"/><file name="shipping.phtml" hash="396208d67285f2fdc1e052cefa20379c"/><file name="state.phtml" hash="a82cbe78e6abfa201db2c2af4063aa94"/><file name="success.phtml" hash="e90c439d6de83f4bfa8e7004ae2ddad9"/></dir><dir name="onepage"><dir name="payment"><file name="methods.phtml" hash="513839214b355ac6f1ec879230459d05"/></dir><dir name="review"><file name="info.phtml" hash="968c6900e38df13179fb7a0c77747bc8"/><file name="item.phtml" hash="78ab623d61e5afa84f42585d764f3c24"/><file name="totals.phtml" hash="63fb070ddef121951ed09f78641b17a4"/></dir><dir name="shipping_method"><file name="additional.phtml" hash="1f8a9204df1f5854c76ab9e729f1e191"/><file name="available.phtml" hash="b3794aa3ea6c16633292390b5e5100f0"/></dir><file name="agreements.phtml" hash="0527bfb427c60aa956791bcfc3aa2baa"/><file name="billing.phtml" hash="3c2e4419e75e8e46c323087cc35384cb"/><file name="failure.phtml" hash="5c6c4a68a56edbe050f084e441231f69"/><file name="link.phtml" hash="3ee2e026b7ca9f052db065b35ef6fcd7"/><file name="login.phtml" hash="d38d0707290f8db5e0db49dcb194cd20"/><file name="payment.phtml" hash="a4bbb98233c87128a91573e93f29fcf9"/><file name="progress.phtml" hash="44f9aed669a32f4edcff52760d283a6d"/><file name="review.phtml" hash="495f48bcc50ab3abd0efac683f4be4e1"/><file name="shipping.phtml" hash="0bdb15552a09f77271a72cce410be970"/><file name="shipping_method.phtml" hash="5f3d0140324ad1dca3901d14d0531277"/></dir><dir name="total"><file name="default.phtml" hash="4a680113802974e087a73b572129a11b"/><file name="tax.phtml" hash="445fd8fd4d463610f33014596a0871ba"/></dir><file name="cart.phtml" hash="050ac3ffb0813e036bf561417575e4f9"/><file name="links.phtml" hash="affc0973c249464f98d6592ce4a52538"/><file name="onepage.phtml" hash="2ee5d54e33dfacb4f1cdd58ea12e12c1"/><file name="success.phtml" hash="dac0fd8f84f2607379eff82da2c8fb5c"/></dir><dir name="cms"><dir name="default"><file name="home.phtml" hash="cae87e8ece9b2cf11d56f58f78b61354"/><file name="no-route.phtml" hash="a82130a7e80d0f544fe904b1b8795a1b"/></dir><file name="content.phtml" hash="5bc7aa683ad79c7a422478c6cc67a963"/><file name="meta.phtml" hash="73c1b59cdc8e7ec40d294f3ac755005c"/><file name="wrapper.phtml" hash="5e34be57251e28f85eb9d51bd38100b9"/></dir><dir name="contacts"><file name="form.phtml" hash="f724b66ea939e332d51099f65a07d198"/></dir><dir name="core"><file name="formkey.phtml" hash="6f59eb9cc856f4f5b3ee30756300e2a6"/><file name="messages.phtml" hash="31f0e7850e552a1e67d8d99a5c0fbe1b"/></dir><dir name="customer"><dir name="account"><dir name="dashboard"><file name="address.phtml" hash="2a9ec75a331b2411809154b99bb7020e"/><file name="hello.phtml" hash="a3870656761e58365a6f19e105d340ec"/><file name="info.phtml" hash="737b388782a4ca8b58d9295fbed7f16b"/><file name="newsletter.phtml" hash="22d34e6401ff61b26e48de0a7052bbd1"/><file name="sidebar.phtml" hash="affc0973c249464f98d6592ce4a52538"/></dir><dir name="link"><file name="back.phtml" hash="c0a1831d7f2926c3499fb9bbc2d519d5"/></dir><file name="dashboard.phtml" hash="116bef22699a11e2433fbc44ccdb87f7"/><file name="navigation.phtml" hash="d222e216465d2ede7f87f3dadb2dee37"/></dir><dir name="address"><file name="book.phtml" hash="b31cf726c0ceecdbcb414531fb4bac03"/><file name="edit.phtml" hash="a3b2f6c3ea21694d4858bafbfe22beba"/></dir><dir name="form"><file name="address.phtml" hash="5df7fb02a83bb8e3803539e039b62468"/><file name="changepassword.phtml" hash="240dab89dc88f285cded4a64f38edb4a"/><file name="confirmation.phtml" hash="d0c81d2896cc570de2d4cd42611e73a8"/><file name="edit.phtml" hash="5fc8c62dfeb4df6275ab7aee717ae20d"/><file name="forgotpassword.phtml" hash="a19e766fa6c2dc06b835da1eb00dfafc"/><file name="login.phtml" hash="41acb9145840798b103693bcf7f83553"/><file name="mini.login.phtml" hash="24d09a1d4ec2023f3767e91211545243"/><file name="newsletter.phtml" hash="0d85a4ab369289b7716c6f2662c17a8b"/><file name="register.phtml" hash="676c2ac5bdb3db4b83cef8fab525641d"/></dir><dir name="order"><file name="view.phtml" hash="1a01a49bb7b8c2c8e2f12f063056c826"/></dir><dir name="widget"><file name="dob.phtml" hash="a19c80a0826d867a1676df68dfd759eb"/><file name="name.phtml" hash="3d6c119e5d0f44baa0e204b7dfcb0fe7"/><file name="taxvat.phtml" hash="90f20cd2d8090ce8a37736caec07e503"/></dir><file name="address.phtml" hash="6b75ebcc1ec2586db731045d4161890a"/><file name="balance.phtml" hash="da9f8fa46d12a3dc7277dc6cf1fa4a13"/><file name="logout.phtml" hash="5dcd8e145f634fbd7d27b515d8b7582d"/><file name="orders.phtml" hash="fef7ae48cec30b6e27af3238bdb4a3a4"/><file name="wishlist.phtml" hash="57c44f1197bed317ab0f70e81ea6bd95"/></dir><dir name="directory"><dir name="currency"><file name="switch.phtml" hash="4670eb2ba16f1ddaa350d2edb74ce0eb"/></dir><file name="currency.phtml" hash="f7a5c9e12e46c6d1c084cc2260a2e246"/></dir><dir name="downloadable"><dir name="catalog"><dir name="product"><file name="links.phtml" hash="8c266e046d3395015bbac0ec52a49c7e"/><file name="samples.phtml" hash="44c0a95537374a28b2ef7dc61af83081"/><file name="type.phtml" hash="9be57b1ac5f527f80cbc4a2ad1255ec9"/></dir></dir><dir name="checkout"><dir name="cart"><dir name="item"><file name="default.phtml" hash="08f3100e09d17d1614b5d4f7e66388f6"/></dir></dir><dir name="multishipping"><dir name="item"><file name="downloadable.phtml" hash="45556a88e38b5cc2bd3a6e3ecc9b5b6d"/></dir></dir><dir name="onepage"><dir name="review"><file name="item.phtml" hash="13f105748e9e41df878609bc1fda303f"/></dir></dir><file name="success.phtml" hash="3a03beb83b20a623c0a8e364c0015cdc"/></dir><dir name="customer"><dir name="products"><file name="list.phtml" hash="ca10f36d49bd9535b5c919a8da27e14e"/></dir></dir><dir name="email"><dir name="order"><dir name="items"><dir name="creditmemo"><file name="downloadable.phtml" hash="d0a310bd1117fc84443a53e9d9687400"/></dir><dir name="invoice"><file name="downloadable.phtml" hash="0282e9403b6551c80bc424251cbaca7a"/></dir><dir name="order"><file name="downloadable.phtml" hash="16a6d6963fb5deb32a28378098239d21"/></dir></dir></dir></dir><dir name="sales"><dir name="order"><dir name="creditmemo"><dir name="items"><dir name="renderer"><file name="downloadable.phtml" hash="daf32c3dc7148ffd2f0b631f21fa7132"/></dir></dir></dir><dir name="invoice"><dir name="items"><dir name="renderer"><file name="downloadable.phtml" hash="98a6741411bdc31b1e034c3990c3bef6"/></dir></dir></dir><dir name="items"><dir name="renderer"><file name="downloadable.phtml" hash="4749795001979bcd599657a80227ce27"/></dir></dir></dir></dir></dir><dir name="email"><dir name="order"><dir name="creditmemo"><file name="items.phtml" hash="cfe5211ef1d5c0785ca92065f4b88186"/></dir><dir name="invoice"><file name="items.phtml" hash="4e245ebd1d0005e011c67c000849f5c0"/></dir><dir name="items"><dir name="creditmemo"><file name="default.phtml" hash="e99fe3121b7b80e36690715a09bd6550"/></dir><dir name="invoice"><file name="default.phtml" hash="e99fe3121b7b80e36690715a09bd6550"/></dir><dir name="order"><file name="default.phtml" hash="7f3b388e6b84046e1c771b632ebde612"/></dir><dir name="shipment"><file name="default.phtml" hash="40dab7ab90f7514acfe3e1d4ab408e60"/></dir></dir><dir name="shipment"><file name="items.phtml" hash="e38d0caba217e50d86320f49ad86b8da"/><file name="track.phtml" hash="e9810f489eda94dd7584444ee033fb59"/></dir><file name="items.phtml" hash="362c381e40ecdda30cba5300e339e896"/></dir><dir name="productalert"><file name="price.phtml" hash="b0e82922f05837ee68f29695483f4e81"/><file name="stock.phtml" hash="e1c6a78ca40ddd2fc87b714a64d64fd8"/></dir></dir><dir name="giftmessage"><file name="form.phtml" hash="2189441f6329cd1c7522bb3e467cd059"/><file name="helper.phtml" hash="ae0f4b7d8bfab3aba1e933a2001d1247"/><file name="inline.phtml" hash="4e6c8579f7797fa40957898f5c4269a0"/></dir><dir name="googlecheckout"><file name="form.phtml" hash="47f80f80bc586a135d168e5cc12a372a"/><file name="link.phtml" hash="7fb9dbf1e022eca9c7ea7f039b5170ee"/></dir><dir name="newsletter"><file name="subscribe.phtml" hash="33fa36832b5843292ee43a25db3db271"/></dir><dir name="page"><dir name="html"><file name="breadcrumbs.phtml" hash="15116ffa2ac4f94bac713f57bab8f36f"/><file name="footer.phtml" hash="0111b208dd26f763ceda3e159ddad3d7"/><file name="head.phtml" hash="1fea2048b0f43e79e325455c29186cba"/><file name="header.phtml" hash="b107bf5c8d2a616cdf4d67aff074b849"/><file name="pager.phtml" hash="37945676a2c4f93a1c9c7511e9e525f6"/><file name="top.links.phtml" hash="36bffb90a36f2ca39d257890b4016878"/><file name="wrapper.phtml" hash="a527f8b78162d1ccf89bf9c2b6d58e62"/></dir><dir name="js"><file name="calendar.phtml" hash="9d785c39631053eb2231b4fe1764d3cf"/></dir><dir name="switch"><file name="flags.phtml" hash="f7cee579500a0dde7ffa8f8ac6a069e8"/><file name="languages.phtml" hash="74bc530b7a284333c6dbfb63c233fa1b"/><file name="stores.phtml" hash="0f0f7e563d7df0ab16777b696989fe85"/></dir><dir name="template"><file name="container.phtml" hash="48a40301b0a26dbdd0de0f91d5adcc4d"/><file name="links.phtml" hash="9d7e5482e99117e8df59efc6770231f0"/></dir><file name="1column.phtml" hash="a1508e102feb525bd1701762e4905f49"/><file name="2columns-left.phtml" hash="9ae52b418f675ea2b31a8c60d7eb4194"/><file name="2columns-right.phtml" hash="025b55dc7c61a4a00b22483712489908"/><file name="3columns.phtml" hash="1491235e39c1d2004a63af345f33437e"/><file name="popup.phtml" hash="a4e73e22b8ec51b3aea5a8303bb3b250"/><file name="print.phtml" hash="53837eaccfcc0a83e54da945e07f125f"/><file name="redirect.phtml" hash="0711eff223361681d2d12b2061f42cb1"/></dir><dir name="payment"><dir name="form"><file name="cc.phtml" hash="e2212577c2c9c28e00c66a1908d46fb3"/><file name="ccsave.phtml" hash="07ff3a0a20f00e31b5443800ebacb7f1"/><file name="checkmo.phtml" hash="395800ebbbd31f85c5c19f211f804c09"/><file name="purchaseorder.phtml" hash="63c6fb59568ad1f8a7170c231e947785"/></dir><dir name="info"><file name="cc.phtml" hash="3b58308f891f7456accfaef2cdbf4e3c"/><file name="ccsave.phtml" hash="f13dccb79ee937279722e34db2d75150"/><file name="checkmo.phtml" hash="68c1345716d154c63d6089c94d0e1c5d"/><file name="default.phtml" hash="5b12a176647450847712b5ddb5b7c1cb"/><file name="purchaseorder.phtml" hash="a258df940fb85b0dbd41221934cbee40"/></dir></dir><dir name="paypal"><dir name="express"><dir name="review"><file name="details.phtml" hash="bf6edb45ed660c6efd96ad696bbb81b6"/></dir><file name="form.phtml" hash="dacfbd1a1d0a82b9d2e6bc2ecf88ab00"/><file name="info.phtml" hash="e5055353ca8855207dbd981208ee3e66"/><file name="review.phtml" hash="67d49d023b6e681a7f67fb8921f734aa"/></dir><dir name="standard"><file name="form.phtml" hash="99832274cde55a2c9999d89d38dd8c88"/></dir><file name="link.phtml" hash="a58135aa8c3451f479d0c5e1ce86d01b"/></dir><dir name="paypaluk"><dir name="direct"><file name="form.phtml" hash="df5728a0068b15ec6c56323b4f893b4e"/><file name="info.phtml" hash="91705c0d3cb8cb336aee5a24e57a93c9"/></dir><dir name="express"><dir name="review"><file name="details.phtml" hash="c8ccfb9c1eb05d86a10dc449f678e78c"/></dir><file name="form.phtml" hash="3ab14fedc24e6200b21ce5376cc34037"/><file name="info.phtml" hash="e5055353ca8855207dbd981208ee3e66"/><file name="review.phtml" hash="750608c895d5b302f9db119ff1f7aae3"/></dir><file name="link.phtml" hash="10a1748caabeecddf45b0792e770453b"/></dir><dir name="poll"><file name="active.phtml" hash="1779dac29251a5c782acf743bfddeeb1"/><file name="result.phtml" hash="72f240de2738a6245e1f2358bd372bfd"/></dir><dir name="productalert"><file name="price.phtml" hash="fbf4d4bd39aba47214e5517841300f9a"/><file name="stock.phtml" hash="c71de1c94128176d10de171743505525"/></dir><dir name="rating"><file name="detailed.phtml" hash="f805bcd92a7fda64a099928a812541bc"/><file name="empty.phtml" hash="5b8bb08fb214c543dfe26ff202891c7e"/></dir><dir name="reports"><file name="home_product_compared.phtml" hash="16924a2c7f101edb345ad76aa824ca97"/><file name="home_product_viewed.phtml" hash="81e52257f6a37ddd8c4a191c235b2bd5"/><file name="product_compared.phtml" hash="46f95495f89b745532386ca5f9cf392e"/><file name="product_viewed.phtml" hash="935074d1fc7041908e453537a23fa893"/></dir><dir name="review"><dir name="customer"><file name="list.phtml" hash="79477897ad1e0346e46bb7d88d52f66a"/><file name="recent.phtml" hash="707d60cc547ded6cb25ea5b8ac272e93"/><file name="view.phtml" hash="ac2a40f8298e2a63a880d155196b8190"/></dir><dir name="helper"><file name="summary.phtml" hash="b2b0ba9cd00e13e32dd76efb02100d0f"/><file name="summary_short.phtml" hash="22dc079532ce1407c7c1f83f92e32aef"/></dir><dir name="product"><dir name="view"><file name="count.phtml" hash="f5c8e159786a1e2486c4dac8dfb66e1e"/><file name="list.phtml" hash="07059ba73bf0540c04d4e1a12ab5df20"/><file name="other.phtml" hash="ff7173288f722adad334cd3b1a9f588f"/></dir></dir><file name="form.phtml" hash="300d77db884521c3404ea3c87a161cb5"/><file name="view.phtml" hash="4af924813e6a0170c72ff0dd0b385f73"/></dir><dir name="rss"><dir name="order"><file name="details.phtml" hash="b5d5a99587a8545bdb9c6a0d70a042d3"/></dir><file name="list.phtml" hash="85fbf67f76eaa3d447d03194c435fde1"/><file name="nofeed.phtml" hash="76502bd485ec3713e10802eba65d4e58"/></dir><dir name="sales"><dir name="order"><dir name="creditmemo"><dir name="items"><dir name="renderer"><file name="default.phtml" hash="0b53fa40f76f8cb022f135cb1ca025f4"/></dir></dir><file name="items.phtml" hash="52130b4aeb78e9fa6c3f72af274bb308"/></dir><dir name="invoice"><dir name="items"><dir name="renderer"><file name="default.phtml" hash="f80ef6ed0f6d5490cc956d97735e43f1"/></dir></dir><file name="items.phtml" hash="ea358c0e49bf92e118f14f78926be231"/></dir><dir name="items"><dir name="renderer"><file name="default.phtml" hash="6c79155ac57249604fd300d48b19c132"/></dir></dir><dir name="print"><file name="creditmemo.phtml" hash="6b61ea13f19b8dd5f1eeee3675ff1372"/><file name="invoice.phtml" hash="45ed0ac3a21ed32b7199810be8993849"/><file name="shipment.phtml" hash="ba4b85f514a83de6f259444518560898"/><file name="tax.phtml" hash="bf254c2d780f00e18b1c00f95b067db8"/></dir><dir name="shipment"><dir name="items"><dir name="renderer"><file name="default.phtml" hash="a9f0de0871d9650d83acd5b057657770"/></dir></dir><file name="items.phtml" hash="afa536b18c2789aa85696b7c52b335c9"/></dir><file name="creditmemo.phtml" hash="8d13ffb5de2e98c02e22d6a55f498a29"/><file name="details.phtml" hash="e7cad4cdf7f1ff69473161ed11585d3c"/><file name="history.phtml" hash="ce9ae377a04fb084221bdb1d632c80a7"/><file name="info.phtml" hash="f640cecc102c71a5a6476df8ad808759"/><file name="invoice.phtml" hash="d26a29413f8574543b11a0775f2ac46d"/><file name="items.phtml" hash="6f14ea4daf34822ca7d70d51bf87c653"/><file name="print.phtml" hash="e025ef349695c93b75a6bac5a59eb1f1"/><file name="recent.phtml" hash="2c7281fdd3860a3bfa2ea7f17c8122f7"/><file name="shipment.phtml" hash="3c451556d2205e02489094a2dcfee65e"/><file name="tax.phtml" hash="ec921ad542c485c3959482d58bd28809"/><file name="trackinginfo.phtml" hash="1c680d4542402f269b4c635804a04f77"/><file name="view.phtml" hash="378f90425cb314f3c3391f7716c87998"/></dir><dir name="reorder"><file name="sidebar.phtml" hash="b971b3e8ae3488ca425d8fd991a96c08"/></dir></dir><dir name="sendfriend"><file name="send.phtml" hash="11d9e92a8fd76efcf1cc3980b13ea575"/></dir><dir name="shipping"><dir name="tracking"><file name="ajax.phtml" hash="affc0973c249464f98d6592ce4a52538"/><file name="popup.phtml" hash="5ab32159c6c08b624bea15cee4a8236f"/></dir></dir><dir name="tag"><dir name="customer"><file name="edit.phtml" hash="dd4ca47e537408f378df2ef7ad00ab5b"/><file name="recent.phtml" hash="edd2e285ce655539e067644013b5094f"/><file name="tags.phtml" hash="1d3551b3f3713dbc6d32ba205fdc2c51"/><file name="view.phtml" hash="b71e4561f75bd99e676249ddedd74760"/></dir><dir name="product"><file name="result.phtml" hash="e9b396590036a5a15ec23db9e10ddb38"/></dir><file name="cloud.phtml" hash="dfb3592054b773c08a522091cf5de233"/><file name="list.phtml" hash="a8e61d8ff0aeb9bf90c8494b4feb3dea"/><file name="mytags.phtml" hash="b6efff2bc3bb2139a4057f8c1eb989f4"/><file name="popular.phtml" hash="609e9970b27b96e28d4125e1b5679af9"/><file name="result.phtml" hash="dea62fd62de4c403f93334d361ec19ec"/><file name="search.phtml" hash="6222566c51093557e1de7c363dd8169f"/></dir><dir name="wishlist"><dir name="email"><file name="items.phtml" hash="546c2d345323aaebe27a23d5c838a3e2"/><file name="rss.phtml" hash="fe00d171bdd383f4fbf97bf1de054a41"/></dir><file name="shared.phtml" hash="83dfab61444198fe1c7c0fca357865dc"/><file name="sharing.phtml" hash="8e6eaab32df988a6b1732dffa8af2709"/><file name="sidebar.phtml" hash="2cae9770f689258e7f6fa0e9413f16e8"/><file name="view.phtml" hash="1edc4f60ff32a5bfa800e7b71d067383"/></dir></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
+
<dependencies><required><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.3.1</min><max>1.3.1</max></package></required></dependencies>
|
18 |
</package>
|