Jextn_Sportshop - Version 1.0.0

Version Notes

Release for Magento 1.5.x

Download this release

Release Info

Developer Jextn Themes
Extension Jextn_Sportshop
Version 1.0.0
Comparing to
See all releases


Version 1.0.0

Files changed (58) hide show
  1. app/code/local/Mage/Page/Block/Html/Footer.php +98 -0
  2. app/design/frontend/default/sportshop/layout/catalog.xml +453 -0
  3. app/design/frontend/default/sportshop/layout/catalogsearch.xml +138 -0
  4. app/design/frontend/default/sportshop/layout/checkout.xml +436 -0
  5. app/design/frontend/default/sportshop/layout/customer.xml +268 -0
  6. app/design/frontend/default/sportshop/layout/directory.xml +78 -0
  7. app/design/frontend/default/sportshop/layout/page.xml +191 -0
  8. app/design/frontend/default/sportshop/layout/review.xml +126 -0
  9. app/design/frontend/default/sportshop/layout/sales.xml +293 -0
  10. app/design/frontend/default/sportshop/layout/sendfriend.xml +41 -0
  11. app/design/frontend/default/sportshop/layout/wishlist.xml +119 -0
  12. app/design/frontend/default/sportshop/template/catalog/navigation/top.phtml +50 -0
  13. app/design/frontend/default/sportshop/template/catalog/product/list.phtml +128 -0
  14. app/design/frontend/default/sportshop/template/catalog/product/list/upsell.phtml +52 -0
  15. app/design/frontend/default/sportshop/template/catalog/product/new.phtml +64 -0
  16. app/design/frontend/default/sportshop/template/catalog/product/view/media.phtml +80 -0
  17. app/design/frontend/default/sportshop/template/checkout/cart.phtml +139 -0
  18. app/design/frontend/default/sportshop/template/checkout/cart/crosssell.phtml +74 -0
  19. app/design/frontend/default/sportshop/template/directory/top-currency.phtml +45 -0
  20. app/design/frontend/default/sportshop/template/page/html/footer.phtml +34 -0
  21. app/design/frontend/default/sportshop/template/page/html/head.phtml +48 -0
  22. app/design/frontend/default/sportshop/template/page/html/header.phtml +62 -0
  23. package.xml +18 -0
  24. skin/frontend/default/sportshop/css/lightbox.css +79 -0
  25. skin/frontend/default/sportshop/css/print.css +40 -0
  26. skin/frontend/default/sportshop/css/styles-ie.css +148 -0
  27. skin/frontend/default/sportshop/css/styles.css +1763 -0
  28. skin/frontend/default/sportshop/images/banner.jpg +0 -0
  29. skin/frontend/default/sportshop/images/bkg_rating.gif +0 -0
  30. skin/frontend/default/sportshop/images/btn_checkout.gif +0 -0
  31. skin/frontend/default/sportshop/images/btn_edit.gif +0 -0
  32. skin/frontend/default/sportshop/images/btn_remove.gif +0 -0
  33. skin/frontend/default/sportshop/images/btn_search.gif +0 -0
  34. skin/frontend/default/sportshop/images/btn_trash.gif +0 -0
  35. skin/frontend/default/sportshop/images/facebook.gif +0 -0
  36. skin/frontend/default/sportshop/images/i_arrow-top.gif +0 -0
  37. skin/frontend/default/sportshop/images/i_msg-error.gif +0 -0
  38. skin/frontend/default/sportshop/images/i_msg-note.gif +0 -0
  39. skin/frontend/default/sportshop/images/i_msg-success.gif +0 -0
  40. skin/frontend/default/sportshop/images/lightbox/blank.gif +0 -0
  41. skin/frontend/default/sportshop/images/lightbox/close.gif +0 -0
  42. skin/frontend/default/sportshop/images/lightbox/closelabel.gif +0 -0
  43. skin/frontend/default/sportshop/images/lightbox/loading.gif +0 -0
  44. skin/frontend/default/sportshop/images/lightbox/next.gif +0 -0
  45. skin/frontend/default/sportshop/images/lightbox/nextlabel.gif +0 -0
  46. skin/frontend/default/sportshop/images/lightbox/prev.gif +0 -0
  47. skin/frontend/default/sportshop/images/lightbox/prevlabel.gif +0 -0
  48. skin/frontend/default/sportshop/images/logo.gif +0 -0
  49. skin/frontend/default/sportshop/images/magnifier_handle.gif +0 -0
  50. skin/frontend/default/sportshop/images/media/delivery.gif +0 -0
  51. skin/frontend/default/sportshop/images/media/free-delivery.gif +0 -0
  52. skin/frontend/default/sportshop/images/media/free-shipping.gif +0 -0
  53. skin/frontend/default/sportshop/images/myspace.gif +0 -0
  54. skin/frontend/default/sportshop/images/payments.gif +0 -0
  55. skin/frontend/default/sportshop/images/rss.gif +0 -0
  56. skin/frontend/default/sportshop/images/slider_bg.gif +0 -0
  57. skin/frontend/default/sportshop/images/twitter.gif +0 -0
  58. skin/frontend/default/sportshop/js/lightbox.js +777 -0
app/code/local/Mage/Page/Block/Html/Footer.php ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Open Software License (OSL 3.0)
8
+ * that is bundled with this package in the file LICENSE.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/osl-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 Mage
22
+ * @package Mage_Page
23
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
25
+ */
26
+
27
+ /**
28
+ * Html page block
29
+ *
30
+ * @category Mage
31
+ * @package Mage_Page
32
+ * @author Magento Core Team <core@magentocommerce.com>
33
+ */
34
+ class Mage_Page_Block_Html_Footer extends Mage_Core_Block_Template
35
+ {
36
+
37
+ protected $_copyright;
38
+
39
+ protected function _construct()
40
+ {
41
+ $this->addData(array(
42
+ 'cache_lifetime'=> false,
43
+ 'cache_tags' => array(Mage_Core_Model_Store::CACHE_TAG, Mage_Cms_Model_Block::CACHE_TAG)
44
+ ));
45
+ }
46
+
47
+ /**
48
+ * Get cache key informative items
49
+ *
50
+ * @return array
51
+ */
52
+ public function getCacheKeyInfo()
53
+ {
54
+ return array(
55
+ 'PAGE_FOOTER',
56
+ Mage::app()->getStore()->getId(),
57
+ (int)Mage::app()->getStore()->isCurrentlySecure(),
58
+ Mage::getDesign()->getPackageName(),
59
+ Mage::getDesign()->getTheme('template')
60
+ );
61
+ }
62
+
63
+ public function setCopyright($copyright)
64
+ {
65
+ $this->_copyright = $copyright;
66
+ return $this;
67
+ }
68
+
69
+
70
+ public function getCopyright()
71
+ {
72
+
73
+ $desi='De'.'si'.'g'.'ed'.' by'.' ma'.'ge'.'nt'.'o'.'-the'.'me'.'s.'.'j'.'e'.'xt'.'n.c'.'om';
74
+ $lin1='<a'.' href="'.'ht'.'tp'.'://'.'ww'.'w.'.'ma'.'ge'.'nt'.'o-'.'th'.'em'.'e'.'s'.'.'.'j'.'e'.'x'.'tn.'.'c'.'om">'.'Ma'.'ge'.'n'.'to'.' '.'T'.'he'.'me'.'s'.'</'.'a>';
75
+ $lin2=', <a'.' href="'.'ht'.'tp'.'://'.'ww'.'w.'.'ec'.'omm'.'er'.'ce-'.'we'.'b-'.'de'.'ve'.'lo'.'pe'.'rs'.'.'.'c'.'om">'.'E'.'Co'.'mm'.'er'.'ce'.' we'.'b'.'si'.'te'.' '.'De'.'ve'.'lo'.'pm'.'en'.'t</'.'a>';
76
+ $ft_btm='f'.'o'.'ot'.'er'.'_bt'.'m_l'.'in'.'ks';
77
+ $concop='de'.'si'.'gn/'.'fo'.'ot'.'er/c'.'opyr'.'ig'.'ht';
78
+ $classft= '<d'.'iv '.'cl'.'as'.'s="'.'fo'.'ote'.'r-'.'bt'.'m-c'.'ont'.'ai'.'ne'.'r">';
79
+ $clasbtft= '<d'.'iv '.'c'.'la'.'ss="b'.'tm-f'.'oot'.'er">';
80
+ $clssbmlft='<d'.'iv '.'cla'.'ss="b'.'tm-f'.'oot'.'er-l'.'ef'.'t">'.'<ad'.'dre'.'ss>'.Mage::getStoreConfig($concop).'</a'.'ddr'.'es'.'s><'.'spa'.'n>'.$desi.' '.$lin1.' '.$lin2.'</'.'sp'.'an'.'></'.'d'.'iv>';
81
+ $div1='<'.'d'.'i'.'v'.' '.'c'.'l'.'a'.'s'.'s'.'="'.'b'.'tm'.'-fo'.'ot'.'er'.'-r'.'i'.'g'.'h'.'t">'. $this->getlayout()->createBlock('cms/Block')->setBlockId($ft_btm)->toHtml().'</'.'d'.'iv'.'>'.'</'.'d'.'iv'.'>'.'</'.'d'.'iv'.'>';
82
+
83
+ return $vals = $classft.$clasbtft.$clssbmlft.$div1;
84
+
85
+ }
86
+ /**
87
+ * Retrieve child block HTML, sorted by default
88
+ *
89
+ * @param string $name
90
+ * @param boolean $useCache
91
+ * @return string
92
+ */
93
+ public function getChildHtml($name='', $useCache=true, $sorted=true)
94
+ {
95
+ return parent::getChildHtml($name, $useCache, $sorted);
96
+ }
97
+
98
+ }
app/design/frontend/default/sportshop/layout/catalog.xml ADDED
@@ -0,0 +1,453 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
23
+ * @package base_default
24
+ * @copyright Copyright (c) 2011 eCommerce web developers. (http://www.ecommerce-web-developers.com)
25
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
+ */
27
+
28
+ Supported layout update handles (action):
29
+ - catalog_product_gallery
30
+ - catalog_product_compare_index
31
+
32
+ Supported layout update handles (special):
33
+ - default
34
+ - catalog_category_default
35
+ - catalog_category_layered
36
+ - catalog_product_view
37
+
38
+ -->
39
+ <layout version="0.1.0">
40
+
41
+ <!--
42
+ Default layout, loads most of the pages
43
+ -->
44
+
45
+ <default>
46
+
47
+ <!-- Mage_Catalog -->
48
+ <reference name="top.menu">
49
+ <block type="catalog/navigation" name="catalog.topnav" template="catalog/navigation/top.phtml"/>
50
+ </reference>
51
+ <reference name="left">
52
+ <!-- <block type="core/template" name="left.permanent.callout" template="callouts/left_col.phtml">
53
+ <action method="setImgSrc"><src>images/media/col_left_callout.jpg</src></action>
54
+ <action method="setImgAlt" translate="alt" module="catalog"><alt>Our customer service is available 24/7. Call us at (555) 555-0123.</alt></action>
55
+ <action method="setLinkUrl"><url>checkout/cart</url></action>
56
+ </block> -->
57
+ </reference>
58
+ <reference name="left">
59
+ <block type="catalog/product_compare_sidebar" before="cart_sidebar" name="catalog.compare.sidebar" template="catalog/product/compare/sidebar.phtml"/>
60
+ <!-- <block type="core/template" name="right.permanent.callout" template="callouts/right_col.phtml">
61
+ <action method="setImgSrc"><src>images/media/col_right_callout.jpg</src></action>
62
+ <action method="setImgAlt" translate="alt" module="catalog"><alt>Keep your eyes open for our special Back to School items and save A LOT!</alt></action>
63
+ </block> -->
64
+ <block type="cms/block" name="cms_left_block_images" after="-">
65
+ <action method="setBlockId"><block_id>left-block-images</block_id></action>
66
+ </block>
67
+ </reference>
68
+ <reference name="footer_links">
69
+ <action method="addLink" translate="label title" module="catalog" ifconfig="catalog/seo/site_map"><label>Site Map</label><url helper="catalog/map/getCategoryUrl" /><title>Site Map</title></action>
70
+ </reference>
71
+ <block type="catalog/product_price_template" name="catalog_product_price_template" />
72
+ </default>
73
+
74
+
75
+ <!--
76
+ Category default layout
77
+ -->
78
+
79
+ <catalog_category_default translate="label">
80
+ <label>Catalog Category (Non-Anchor)</label>
81
+ <reference name="root">
82
+ <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
83
+ </reference>
84
+ <reference name="left">
85
+ <block type="catalog/navigation" name="catalog.leftnav" before="-" template="catalog/navigation/left.phtml"/>
86
+ </reference>
87
+ <reference name="content">
88
+ <block type="catalog/category_view" name="category.products" template="catalog/category/view.phtml">
89
+ <block type="catalog/product_list" name="product_list" template="catalog/product/list.phtml">
90
+ <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
91
+ <block type="page/html_pager" name="product_list_toolbar_pager"/>
92
+ <!-- The following code shows how to set your own pager increments -->
93
+ <!--
94
+ <action method="setDefaultListPerPage"><limit>4</limit></action>
95
+ <action method="setDefaultGridPerPage"><limit>9</limit></action>
96
+ <action method="addPagerLimit"><mode>list</mode><limit>2</limit></action>
97
+ <action method="addPagerLimit"><mode>list</mode><limit>4</limit></action>
98
+ <action method="addPagerLimit"><mode>list</mode><limit>6</limit></action>
99
+ <action method="addPagerLimit"><mode>list</mode><limit>8</limit></action>
100
+ <action method="addPagerLimit" translate="label"><mode>list</mode><limit>all</limit><label>All</label></action>
101
+ -->
102
+ </block>
103
+ <action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
104
+ <action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
105
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
106
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
107
+ <action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
108
+ <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
109
+ </block>
110
+ </block>
111
+ </reference>
112
+ </catalog_category_default>
113
+
114
+ <!--
115
+ Category layered navigation layout
116
+ -->
117
+
118
+ <catalog_category_layered translate="label">
119
+ <label>Catalog Category (Anchor)</label>
120
+ <reference name="root">
121
+ <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
122
+ </reference>
123
+ <reference name="left">
124
+ <block type="catalog/layer_view" name="catalog.leftnav" before="-" template="catalog/layer/view.phtml"/>
125
+ </reference>
126
+ <reference name="content">
127
+ <block type="catalog/category_view" name="category.products" template="catalog/category/view.phtml">
128
+ <block type="catalog/product_list" name="product_list" template="catalog/product/list.phtml">
129
+ <!-- <action method="addReviewSummaryTemplate"><type>default</type><template>review/helper/su.phtml</template></action> -->
130
+ <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
131
+ <block type="page/html_pager" name="product_list_toolbar_pager"/>
132
+ <!-- The following code shows how to set your own pager increments -->
133
+ <!--
134
+ <action method="setDefaultListPerPage"><limit>4</limit></action>
135
+ <action method="setDefaultGridPerPage"><limit>3</limit></action>
136
+ <action method="addPagerLimit"><mode>list</mode><limit>2</limit></action>
137
+ <action method="addPagerLimit"><mode>list</mode><limit>4</limit></action>
138
+ <action method="addPagerLimit"><mode>list</mode><limit>6</limit></action>
139
+ <action method="addPagerLimit"><mode>list</mode><limit>8</limit></action>
140
+ <action method="addPagerLimit" translate="label"><mode>list</mode><limit>all</limit><label>All</label></action>
141
+ <action method="addPagerLimit"><mode>grid</mode><limit>3</limit></action>
142
+ <action method="addPagerLimit"><mode>grid</mode><limit>6</limit></action>
143
+ <action method="addPagerLimit"><mode>grid</mode><limit>9</limit></action>
144
+ <action method="addPagerLimit" translate="label"><mode>grid</mode><limit>all</limit><label>All</label></action>
145
+ -->
146
+ </block>
147
+ <action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
148
+ <action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
149
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
150
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
151
+ <action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
152
+ <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
153
+ </block>
154
+ </block>
155
+ </reference>
156
+ </catalog_category_layered>
157
+
158
+ <catalog_category_layered_nochildren translate="label">
159
+ <label>Catalog Category (Without Subcategories)</label>
160
+ <remove name="right.reports.product.viewed" />
161
+ <reference name="right">
162
+ <block type="reports/product_viewed" before="right.permanent.callout" name="left.reports.product.viewed" template="reports/product_viewed.phtml" />
163
+ </reference>
164
+ </catalog_category_layered_nochildren>
165
+
166
+ <!--
167
+ Compare products page
168
+ -->
169
+
170
+ <catalog_product_compare_index translate="label">
171
+ <label>Catalog Product Compare List</label>
172
+ <!-- Mage_Catalog -->
173
+ <reference name="root">
174
+ <action method="setTemplate"><template>page/popup.phtml</template></action>
175
+ </reference>
176
+ <reference name="head">
177
+ <action method="addJs"><script>scriptaculous/scriptaculous.js</script></action>
178
+ <action method="addJs"><script>varien/product.js</script></action>
179
+ </reference>
180
+ <reference name="content">
181
+ <block type="catalog/product_compare_list" name="catalog.compare.list" template="catalog/product/compare/list.phtml"/>
182
+ </reference>
183
+ </catalog_product_compare_index>
184
+
185
+ <customer_account_index>
186
+ <reference name="right">
187
+ <action method="unsetChild"><name>catalog.compare.sidebar</name></action>
188
+ </reference>
189
+ </customer_account_index>
190
+
191
+ <!--
192
+ Product view
193
+ -->
194
+
195
+ <catalog_product_view translate="label">
196
+ <label>Catalog Product View (Any)</label>
197
+ <!-- Mage_Catalog -->
198
+ <reference name="root">
199
+ <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
200
+ </reference>
201
+ <reference name="head">
202
+ <action method="addJs"><script>varien/product.js</script></action>
203
+ <action method="addJs"><script>varien/configurable.js</script></action>
204
+
205
+ <action method="addItem"><type>js_css</type><name>calendar/calendar-win2k-1.css</name><params/><!--<if/><condition>can_load_calendar_js</condition>--></action>
206
+ <action method="addItem"><type>js</type><name>calendar/calendar.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
207
+ <action method="addItem"><type>js</type><name>calendar/calendar-setup.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
208
+
209
+ <action method="addCss"><stylesheet>css/lightbox.css</stylesheet></action>
210
+ <action method="addItem"><type>skin_js</type><name>js/lightbox.js</name></action>
211
+ </reference>
212
+ <reference name="content">
213
+ <block type="catalog/product_view" name="product.info" template="catalog/product/view.phtml">
214
+ <!--
215
+ <action method="addReviewSummaryTemplate"><type>default</type><template>review/helper/summary.phtml</template></action>
216
+ <action method="addReviewSummaryTemplate"><type>short</type><template>review/helper/summary_short.phtml</template></action>
217
+ <action method="addReviewSummaryTemplate"><type>...</type><template>...</template></action>
218
+ -->
219
+ <block type="catalog/product_view_media" name="product.info.media" as="media" template="catalog/product/view/media.phtml"/>
220
+ <block type="core/text_list" name="alert.urls" as="alert_urls" translate="label">
221
+ <label>Alert Urls</label>
222
+ </block>
223
+
224
+ <action method="setTierPriceTemplate"><template>catalog/product/view/tierprices.phtml</template></action>
225
+
226
+ <block type="catalog/product_list_upsell" name="product.info.upsell" as="upsell_products" template="catalog/product/list/upsell.phtml">
227
+ <action method="setColumnCount"><columns>3</columns></action>
228
+ <action method="setItemLimit"><type>upsell</type><limit>3</limit></action>
229
+ </block>
230
+
231
+ <block type="catalog/product_view_additional" name="product.info.additional" as="product_additional_data" />
232
+ <block type="catalog/product_view_description" name="product.description" as="description" template="catalog/product/view/description.phtml">
233
+ <action method="addToParentGroup"><group>detailed_info</group></action>
234
+ </block>
235
+ <block type="catalog/product_view_attributes" name="product.attributes" as="additional" template="catalog/product/view/attributes.phtml">
236
+ <action method="addToParentGroup"><group>detailed_info</group></action>
237
+ </block>
238
+ <block type="catalog/product_view" name="product.info.addto" as="addto" template="catalog/product/view/addto.phtml"/>
239
+ <block type="catalog/product_view" name="product.info.addtocart" as="addtocart" template="catalog/product/view/addtocart.phtml"/>
240
+
241
+ <block type="core/text_list" name="product.info.extrahint" as="extrahint" translate="label">
242
+ <label>Product View Extra Hint</label>
243
+ </block>
244
+
245
+ <block type="catalog/product_view" name="product.info.options.wrapper" as="product_options_wrapper" template="catalog/product/view/options/wrapper.phtml" translate="label">
246
+ <label>Info Column Options Wrapper</label>
247
+ <block type="core/template" name="options_js" template="catalog/product/view/options/js.phtml"/>
248
+ <block type="catalog/product_view_options" name="product.info.options" as="product_options" template="catalog/product/view/options.phtml">
249
+ <action method="addOptionRenderer"><type>text</type><block>catalog/product_view_options_type_text</block><template>catalog/product/view/options/type/text.phtml</template></action>
250
+ <action method="addOptionRenderer"><type>file</type><block>catalog/product_view_options_type_file</block><template>catalog/product/view/options/type/file.phtml</template></action>
251
+ <action method="addOptionRenderer"><type>select</type><block>catalog/product_view_options_type_select</block><template>catalog/product/view/options/type/select.phtml</template></action>
252
+ <action method="addOptionRenderer"><type>date</type><block>catalog/product_view_options_type_date</block><template>catalog/product/view/options/type/date.phtml</template></action>
253
+ </block>
254
+ <block type="core/html_calendar" name="html_calendar" as="html_calendar" template="page/js/calendar.phtml"/>
255
+ </block>
256
+ <block type="catalog/product_view" name="product.info.options.wrapper.bottom" as="product_options_wrapper_bottom" template="catalog/product/view/options/wrapper/bottom.phtml" translate="label">
257
+ <label>Bottom Block Options Wrapper</label>
258
+ <action method="insert"><block>product.tierprices</block></action>
259
+ <block type="catalog/product_view" name="product.clone_prices" as="prices" template="catalog/product/view/price_clone.phtml"/>
260
+ <action method="append"><block>product.info.addtocart</block></action>
261
+ <action method="append"><block>product.info.addto</block></action>
262
+ </block>
263
+
264
+ <block type="core/template_facade" name="product.info.container1" as="container1">
265
+ <action method="setDataByKey"><key>alias_in_layout</key><value>container1</value></action>
266
+ <action method="setDataByKeyFromRegistry"><key>options_container</key><key_in_registry>product</key_in_registry></action>
267
+ <action method="append"><block>product.info.options.wrapper</block></action>
268
+ <action method="append"><block>product.info.options.wrapper.bottom</block></action>
269
+ </block>
270
+ <block type="core/template_facade" name="product.info.container2" as="container2">
271
+ <action method="setDataByKey"><key>alias_in_layout</key><value>container2</value></action>
272
+ <action method="setDataByKeyFromRegistry"><key>options_container</key><key_in_registry>product</key_in_registry></action>
273
+ <action method="append"><block>product.info.options.wrapper</block></action>
274
+ <action method="append"><block>product.info.options.wrapper.bottom</block></action>
275
+ </block>
276
+ <action method="unsetCallChild"><child>container1</child><call>ifEquals</call><if>0</if><key>alias_in_layout</key><key>options_container</key></action>
277
+ <action method="unsetCallChild"><child>container2</child><call>ifEquals</call><if>0</if><key>alias_in_layout</key><key>options_container</key></action>
278
+ </block>
279
+ </reference>
280
+ <reference name="left">
281
+ <block type="catalog/product_list_related" name="catalog.product.related" before="-" template="catalog/product/list/related.phtml"/>
282
+ </reference>
283
+ </catalog_product_view>
284
+
285
+ <!--
286
+ Additional block dependant on product type
287
+ -->
288
+ <PRODUCT_TYPE_simple translate="label" module="catalog">
289
+ <label>Catalog Product View (Simple)</label>
290
+ <reference name="product.info">
291
+ <block type="catalog/product_view_type_simple" name="product.info.simple" as="product_type_data" template="catalog/product/view/type/default.phtml">
292
+ <block type="core/text_list" name="product.info.simple.extra" as="product_type_data_extra" translate="label">
293
+ <label>Product Extra Info</label>
294
+ </block>
295
+ </block>
296
+ </reference>
297
+ </PRODUCT_TYPE_simple>
298
+ <PRODUCT_TYPE_configurable translate="label" module="catalog">
299
+ <label>Catalog Product View (Configurable)</label>
300
+ <reference name="product.info">
301
+ <block type="catalog/product_view_type_configurable" name="product.info.configurable" as="product_type_data" template="catalog/product/view/type/default.phtml">
302
+ <block type="core/text_list" name="product.info.configurable.extra" as="product_type_data_extra" translate="label">
303
+ <label>Product Extra Info</label>
304
+ </block>
305
+ </block>
306
+ </reference>
307
+ <reference name="product.info.options.wrapper">
308
+ <block type="catalog/product_view_type_configurable" name="product.info.options.configurable" as="options_configurable" before="-" template="catalog/product/view/type/options/configurable.phtml"/>
309
+ </reference>
310
+ </PRODUCT_TYPE_configurable>
311
+ <PRODUCT_TYPE_grouped translate="label" module="catalog">
312
+ <label>Catalog Product View (Grouped)</label>
313
+ <reference name="product.info">
314
+ <block type="catalog/product_view_type_grouped" name="product.info.grouped" as="product_type_data" template="catalog/product/view/type/grouped.phtml">
315
+ <block type="core/text_list" name="product.info.grouped.extra" as="product_type_data_extra" translate="label">
316
+ <label>Product Extra Info</label>
317
+ </block>
318
+ </block>
319
+ </reference>
320
+ </PRODUCT_TYPE_grouped>
321
+ <PRODUCT_TYPE_virtual translate="label" module="catalog">
322
+ <label>Catalog Product View (Virtual)</label>
323
+ <reference name="product.info">
324
+ <block type="catalog/product_view_type_virtual" name="product.info.virtual" as="product_type_data" template="catalog/product/view/type/default.phtml">
325
+ <block type="core/text_list" name="product.info.virtual.extra" as="product_type_data_extra" translate="label">
326
+ <label>Product Extra Info</label>
327
+ </block>
328
+ </block>
329
+ </reference>
330
+ </PRODUCT_TYPE_virtual>
331
+
332
+
333
+
334
+ <!--
335
+ Product send to friend
336
+ -->
337
+
338
+ <catalog_product_send translate="label">
339
+ <label>Catalog Product Email to a Friend</label>
340
+ <!-- Mage_Catalog -->
341
+ <reference name="root">
342
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
343
+ </reference>
344
+ <reference name="head">
345
+ <action method="addJs"><script>varien/product.js</script></action>
346
+ </reference>
347
+ <reference name="content">
348
+ <block type="catalog/product_send" name="product.send" template="catalog/product/send.phtml">
349
+ </block>
350
+ </reference>
351
+ </catalog_product_send>
352
+
353
+ <!--
354
+ Product additional images gallery popup
355
+ -->
356
+
357
+ <catalog_product_gallery translate="label">
358
+ <label>Catalog Product Image Gallery Popup</label>
359
+ <!-- Mage_Catalog -->
360
+ <reference name="root">
361
+ <action method="setTemplate"><template>page/popup.phtml</template></action>
362
+ </reference>
363
+ <reference name="content">
364
+ <block type="catalog/product_gallery" name="catalog_product_gallery" template="catalog/product/gallery.phtml"/>
365
+ </reference>
366
+ </catalog_product_gallery>
367
+
368
+ <!--
369
+ SEO Site Map
370
+ -->
371
+
372
+ <catalog_seo_sitemap translate="label">
373
+ <label>Catalog Seo Sitemap (Common)</label>
374
+ <remove name="right"/>
375
+ <remove name="left"/>
376
+
377
+ <reference name="root">
378
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
379
+ </reference>
380
+ <reference name="content">
381
+ <block type="page/template_container" name="seo.sitemap.container" template="catalog/seo/sitemap/container.phtml">
382
+ <block type="page/template_links" name="seo.sitemap.links" as="links" template="page/template/links.phtml"/>
383
+ <block type="page/html_pager" name="seo.sitemap.pager.top" as="pager_top" template="page/html/pager.phtml"/>
384
+ <block type="page/html_pager" name="seo.sitemap.pager.bottom" as="pager_bottom" template="page/html/pager.phtml"/>
385
+ </block>
386
+ </reference>
387
+ </catalog_seo_sitemap>
388
+
389
+ <catalog_seo_sitemap_category translate="label">
390
+ <label>Catalog Seo Sitemap (Category List)</label>
391
+ <update handle="catalog_seo_sitemap" />
392
+ <reference name="seo.sitemap.container">
393
+ <action method="setTitle" translate="title" module="catalog"><title>Categories</title></action>
394
+ <block type="catalog/seo_sitemap_category" name="seo.sitemap.sitemap" as="sitemap" after="pager_top" template="catalog/seo/sitemap.phtml">
395
+ <action method="bindPager"><pager>seo.sitemap.pager.top</pager></action>
396
+ <action method="bindPager"><pager>seo.sitemap.pager.bottom</pager></action>
397
+ <action method="setItemsTitle" translate="title" module="catalog"><title>categories</title></action>
398
+ </block>
399
+ </reference>
400
+ <reference name="seo.sitemap.links">
401
+ <action method="addLink" translate="label title" module="catalog"><label>Products Sitemap</label><url helper="catalog/map/getProductUrl"/><title>Products Sitemap</title></action>
402
+ </reference>
403
+ </catalog_seo_sitemap_category>
404
+
405
+ <catalog_seo_sitemap_category_tree translate="label">
406
+ <label>Catalog Seo Sitemap (Category Tree)</label>
407
+ <reference name="seo.sitemap.container">
408
+ <remove name="seo.sitemap.pager.top" />
409
+ <remove name="seo.sitemap.pager.bottom" />
410
+ <block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.top" as="pager_top" template="page/html/pager.phtml"/>
411
+ <block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.bottom" as="pager_bottom" template="page/html/pager.phtml"/>
412
+ <remove name="seo.sitemap.sitemap" />
413
+ <block type="catalog/seo_sitemap_tree_category" name="seo.sitemap.sitemap_tree" as="sitemap" after="pager_top" template="catalog/seo/tree.phtml">
414
+ <action method="bindPager"><pager>seo.sitemap.tree.pager.top</pager></action>
415
+ <action method="bindPager"><pager>seo.sitemap.tree.pager.bottom</pager></action>
416
+ </block>
417
+ </reference>
418
+ </catalog_seo_sitemap_category_tree>
419
+
420
+ <catalog_seo_sitemap_product translate="label">
421
+ <label>Catalog Seo Sitemap (Product List)</label>
422
+ <update handle="catalog_seo_sitemap" />
423
+ <reference name="seo.sitemap.container">
424
+ <action method="setTitle" translate="title" module="catalog"><title>Products</title></action>
425
+ <block type="catalog/seo_sitemap_product" name="seo.sitemap.sitemap" as="sitemap" after="pager_top" template="catalog/seo/sitemap.phtml">
426
+ <action method="bindPager"><pager>seo.sitemap.pager.top</pager></action>
427
+ <action method="bindPager"><pager>seo.sitemap.pager.bottom</pager></action>
428
+ <action method="setItemsTitle" translate="title" module="catalog"><title>products</title></action>
429
+ </block>
430
+ </reference>
431
+ <reference name="seo.sitemap.links">
432
+ <action method="addLink" translate="label title" module="catalog"><label>Categories Sitemap</label><url helper="catalog/map/getCategoryUrl"/><title>Categories Sitemap</title></action>
433
+ </reference>
434
+ </catalog_seo_sitemap_product>
435
+
436
+
437
+ <!--
438
+ Catalog search terms block
439
+ -->
440
+
441
+ <catalog_seo_searchterm_popular translate="label">
442
+ <label>Catalog Seo Popular Search Terms</label>
443
+ <remove name="right"/>
444
+ <remove name="left"/>
445
+ <reference name="root">
446
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
447
+ </reference>
448
+ <reference name="content">
449
+ <block type="catalog/seo_searchterm" name="seo.searchterm" template="catalog/seo/searchterm.phtml"/>
450
+ </reference>
451
+ </catalog_seo_searchterm_popular>
452
+
453
+ </layout>
app/design/frontend/default/sportshop/layout/catalogsearch.xml ADDED
@@ -0,0 +1,138 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
23
+ * @package base_default
24
+ * @copyright Copyright (c) 2011 eCommerce web developers. (http://www.ecommerce-web-developers.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
+ <default>
32
+ <reference name="header">
33
+ <block type="core/template" name="top.search" as="topSearch" template="catalogsearch/form.mini.phtml"/>
34
+ </reference>
35
+ <reference name="footer_links">
36
+ <action method="addLink" translate="label title" module="catalogsearch" ifconfig="catalog/seo/search_terms">
37
+ <label>Search Terms</label>
38
+ <url helper="catalogsearch/getSearchTermUrl" />
39
+ <title>Search Terms</title>
40
+ </action>
41
+ <action method="addLink" translate="label title" module="catalogsearch">
42
+ <label>Advanced Search</label>
43
+ <url helper="catalogsearch/getAdvancedSearchUrl" />
44
+ <title>Advanced Search</title>
45
+ </action>
46
+ </reference>
47
+ </default>
48
+
49
+ <catalogsearch_result_index translate="label">
50
+ <label>Quick Search Form</label>
51
+ <reference name="root">
52
+ <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
53
+ </reference>
54
+ <reference name="left">
55
+ <block type="catalogsearch/layer" name="catalogsearch.leftnav" before="-" template="catalog/layer/view.phtml"/>
56
+ </reference>
57
+ <reference name="content">
58
+ <block type="catalogsearch/result" name="search.result" template="catalogsearch/result.phtml">
59
+ <block type="catalog/product_list" name="search_result_list" template="catalog/product/list.phtml">
60
+ <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
61
+ <block type="page/html_pager" name="product_list_toolbar_pager"/>
62
+ </block>
63
+ <action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
64
+ <action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
65
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
66
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
67
+ <action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
68
+ <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
69
+ </block>
70
+ <action method="setListOrders"/>
71
+ <action method="setListModes"/>
72
+ <action method="setListCollection"/>
73
+ </block>
74
+ </reference>
75
+ </catalogsearch_result_index>
76
+
77
+ <catalogsearch_advanced_index translate="label">
78
+ <label>Advanced Search Form</label>
79
+ <!-- Mage_Catalogsearch -->
80
+ <reference name="root">
81
+ <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
82
+ </reference>
83
+ <reference name="head">
84
+ <action method="addItem"><type>js_css</type><name>calendar/calendar-win2k-1.css</name><params/><!--<if/><condition>can_load_calendar_js</condition>--></action>
85
+ <action method="addItem"><type>js</type><name>calendar/calendar.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
86
+ <action method="addItem"><type>js</type><name>calendar/calendar-setup.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
87
+ </reference>
88
+ <reference name="content">
89
+ <block type="catalogsearch/advanced_form" name="catalogsearch_advanced_form" template="catalogsearch/advanced/form.phtml"/>
90
+ <block type="core/html_calendar" name="html_calendar" as="html_calendar" template="page/js/calendar.phtml"/>
91
+ </reference>
92
+ </catalogsearch_advanced_index>
93
+
94
+ <!--
95
+ Advanced search results
96
+ -->
97
+
98
+ <catalogsearch_advanced_result translate="label">
99
+ <label>Advanced Search Result</label>
100
+ <update handle="page_two_columns_right" />
101
+ <!-- Mage_Catalogsearch -->
102
+ <reference name="root">
103
+ <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
104
+ </reference>
105
+ <reference name="content">
106
+ <block type="catalogsearch/advanced_result" name="catalogsearch_advanced_result" template="catalogsearch/advanced/result.phtml">
107
+ <block type="catalog/product_list" name="search_result_list" template="catalog/product/list.phtml">
108
+ <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
109
+ <block type="page/html_pager" name="product_list_toolbar_pager"/>
110
+ </block>
111
+ <action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
112
+ <action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
113
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
114
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
115
+ <action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
116
+ <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
117
+ </block>
118
+ <action method="setListOrders"/>
119
+ <action method="setListModes"/>
120
+ <action method="setListCollection"/>
121
+ </block>
122
+ </reference>
123
+ </catalogsearch_advanced_result>
124
+
125
+ <catalogsearch_term_popular translate="label">
126
+ <label>Popular Search Terms</label>
127
+ <remove name="right"/>
128
+ <remove name="left"/>
129
+
130
+ <reference name="root">
131
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
132
+ </reference>
133
+ <reference name="content">
134
+ <block type="catalogsearch/term" name="seo.searchterm" template="catalogsearch/term.phtml"/>
135
+ </reference>
136
+ </catalogsearch_term_popular>
137
+
138
+ </layout>
app/design/frontend/default/sportshop/layout/checkout.xml ADDED
@@ -0,0 +1,436 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
23
+ * @package base_default
24
+ * @copyright Copyright (c) 2011 eCommerce web developers. (http://www.ecommerce-web-developers.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
+ Default layout, loads most of the pages
33
+ -->
34
+
35
+ <default>
36
+
37
+ <!-- Mage_Checkout -->
38
+ <reference name="top.links">
39
+ <block type="checkout/links" name="checkout_cart_link">
40
+ <action method="addCartLink"></action>
41
+ <action method="addCheckoutLink"></action>
42
+ </block>
43
+ </reference>
44
+ <reference name="left">
45
+ <block type="checkout/cart_sidebar" name="cart_sidebar" template="checkout/cart/sidebar.phtml" before="-">
46
+ <action method="addItemRender"><type>simple</type><block>checkout/cart_item_renderer</block><template>checkout/cart/sidebar/default.phtml</template></action>
47
+ <action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/cart/sidebar/default.phtml</template></action>
48
+ <action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/cart/sidebar/default.phtml</template></action>
49
+ <block type="core/text_list" name="cart_sidebar.extra_actions" as="extra_actions" translate="label" module="checkout">
50
+ <label>Shopping Cart Sidebar Extra Actions</label>
51
+ </block>
52
+ </block>
53
+ </reference>
54
+ </default>
55
+
56
+ <checkout_cart_index translate="label">
57
+ <label>Shopping Cart</label>
58
+ <remove name="right"/>
59
+ <remove name="left"/>
60
+ <!-- Mage_Checkout -->
61
+ <reference name="root">
62
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
63
+ </reference>
64
+ <reference name="content">
65
+ <block type="checkout/cart" name="checkout.cart">
66
+ <action method="setCartTemplate"><value>checkout/cart.phtml</value></action>
67
+ <action method="setEmptyTemplate"><value>checkout/cart/noItems.phtml</value></action>
68
+ <action method="chooseTemplate"/>
69
+ <action method="addItemRender"><type>simple</type><block>checkout/cart_item_renderer</block><template>checkout/cart/item/default.phtml</template></action>
70
+ <action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/cart/item/default.phtml</template></action>
71
+ <action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/cart/item/default.phtml</template></action>
72
+
73
+ <block type="core/text_list" name="checkout.cart.top_methods" as="top_methods" translate="label">
74
+ <label>Payment Methods Before Checkout Button</label>
75
+ <block type="checkout/onepage_link" name="checkout.cart.methods.onepage" template="checkout/onepage/link.phtml"/>
76
+ </block>
77
+
78
+ <block type="page/html_wrapper" name="checkout.cart.form.before" as="form_before" translate="label">
79
+ <label>Shopping Cart Form Before</label>
80
+ </block>
81
+
82
+ <block type="core/text_list" name="checkout.cart.methods" as="methods" translate="label">
83
+ <label>Payment Methods After Checkout Button</label>
84
+ <block type="checkout/onepage_link" name="checkout.cart.methods.onepage" template="checkout/onepage/link.phtml"/>
85
+ <block type="checkout/multishipping_link" name="checkout.cart.methods.multishipping" template="checkout/multishipping/link.phtml"/>
86
+ </block>
87
+
88
+ <block type="checkout/cart_coupon" name="checkout.cart.coupon" as="coupon" template="checkout/cart/coupon.phtml"/>
89
+ <block type="checkout/cart_shipping" name="checkout.cart.shipping" as="shipping" template="checkout/cart/shipping.phtml"/>
90
+ <block type="checkout/cart_crosssell" name="checkout.cart.crosssell" as="crosssell" template="checkout/cart/crosssell.phtml"/>
91
+
92
+ <block type="checkout/cart_totals" name="checkout.cart.totals" as="totals" template="checkout/cart/totals.phtml"/>
93
+ </block>
94
+ </reference>
95
+ <block type="core/text_list" name="additional.product.info" translate="label">
96
+ <label>Additional Product Info</label>
97
+ </block>
98
+ </checkout_cart_index>
99
+
100
+ <checkout_cart_configure translate="label">
101
+ <label>Configure Cart Item</label>
102
+ <update handle="catalog_product_view"/>
103
+ <reference name="product.info">
104
+ <block type="checkout/cart_item_configure" name="checkout.cart.item.configure.block"></block>
105
+ </reference>
106
+ </checkout_cart_configure>
107
+
108
+ <!--
109
+ Multi address shipping checkout main layout,
110
+ will be rendered on all checkout pages
111
+ -->
112
+
113
+ <checkout_multishipping translate="label">
114
+ <label>Multishipping Checkout</label>
115
+ <!-- Mage_Checkout -->
116
+ <remove name="right"/>
117
+ <remove name="left"/>
118
+
119
+ <reference name="root">
120
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
121
+ </reference>
122
+ <reference name="content">
123
+ <block type="checkout/multishipping_state" name="checkout_state" template="checkout/multishipping/state.phtml"/>
124
+ </reference>
125
+ </checkout_multishipping>
126
+
127
+ <checkout_multishipping_login>
128
+ <update handle="customer_account_login"/>
129
+ </checkout_multishipping_login>
130
+
131
+ <checkout_multishipping_register>
132
+ <update handle="customer_account_create"/>
133
+ </checkout_multishipping_register>
134
+
135
+ <!--
136
+ Multi address shipping checkout selection of address per item page
137
+ -->
138
+
139
+ <checkout_multishipping_address_select translate="label">
140
+ <label>Multishipping Checkout Shipping Address Selection</label>
141
+ <update handle="checkout_multishipping"/>
142
+ <!-- Mage_Checkout -->
143
+ <reference name="content">
144
+ <block type="checkout/multishipping_address_select" name="checkout_address_select" template="checkout/multishipping/address/select.phtml"/>
145
+ </reference>
146
+ </checkout_multishipping_address_select>
147
+
148
+ <checkout_multishipping_address_selectbilling translate="label">
149
+ <label>Multishipping Checkout Billing Address Selection</label>
150
+ <update handle="checkout_multishipping"/>
151
+ <!-- Mage_Checkout -->
152
+ <reference name="content">
153
+ <block type="checkout/multishipping_address_select" name="checkout_address_select" template="checkout/multishipping/address/select.phtml"/>
154
+ </reference>
155
+ </checkout_multishipping_address_selectbilling>
156
+
157
+
158
+ <checkout_multishipping_address_newshipping translate="label">
159
+ <label>Multishipping Checkout Shipping Address Creation</label>
160
+ <update handle="checkout_multishipping"/>
161
+ <update handle="checkout_multishipping_customer_address"/>
162
+ </checkout_multishipping_address_newshipping>
163
+
164
+ <checkout_multishipping_address_newbilling translate="label">
165
+ <label>Multishipping Checkout Billing Address Creation</label>
166
+ <update handle="checkout_multishipping"/>
167
+ <update handle="checkout_multishipping_customer_address"/>
168
+ </checkout_multishipping_address_newbilling>
169
+
170
+ <checkout_multishipping_address_editshipping translate="label">
171
+ <label>Multishipping Checkout Shipping Address Edit Form</label>
172
+ <update handle="checkout_multishipping"/>
173
+ <update handle="checkout_multishipping_customer_address"/>
174
+ </checkout_multishipping_address_editshipping>
175
+
176
+ <checkout_multishipping_address_editaddress>
177
+ <update handle="checkout_multishipping"/>
178
+ <update handle="checkout_multishipping_customer_address"/>
179
+ </checkout_multishipping_address_editaddress>
180
+
181
+ <checkout_multishipping_address_editbilling translate="label">
182
+ <label>Multishipping Checkout Billing Address Edit Form</label>
183
+ <update handle="checkout_multishipping"/>
184
+ <update handle="checkout_multishipping_customer_address"/>
185
+ </checkout_multishipping_address_editbilling>
186
+
187
+ <checkout_multishipping_customer_address translate="label">
188
+ <label>Multishipping Checkout Customer Address Edit Form</label>
189
+ <reference name="content">
190
+ <block type="customer/address_edit" name="customer_address_edit" template="customer/address/edit.phtml"/>
191
+ </reference>
192
+ </checkout_multishipping_customer_address>
193
+
194
+ <!--
195
+ Multi address shipping checkout address page
196
+ -->
197
+
198
+ <checkout_multishipping_addresses translate="label">
199
+ <label>Multishipping Checkout Address (Any) Form</label>
200
+ <update handle="checkout_multishipping"/>
201
+ <!-- Mage_Checkout -->
202
+ <reference name="content">
203
+ <block type="checkout/multishipping_addresses" name="checkout_addresses" template="checkout/multishipping/addresses.phtml">
204
+ <action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/multishipping/item/default.phtml</template></action>
205
+ <action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/multishipping/item/default.phtml</template></action>
206
+ <action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/multishipping/item/default.phtml</template></action>
207
+ </block>
208
+ </reference>
209
+ </checkout_multishipping_addresses>
210
+
211
+ <!--
212
+ Multi address shipping checkout shipping information
213
+ -->
214
+
215
+ <checkout_multishipping_shipping translate="label">
216
+ <label>Multishipping Checkout Shipping Information Step</label>
217
+ <update handle="checkout_multishipping"/>
218
+ <!-- Mage_Checkout -->
219
+ <reference name="content">
220
+ <block type="checkout/multishipping_shipping" name="checkout_shipping" template="checkout/multishipping/shipping.phtml">
221
+ <action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/multishipping/item/default.phtml</template></action>
222
+ <action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/multishipping/item/default.phtml</template></action>
223
+ <action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/multishipping/item/default.phtml</template></action>
224
+
225
+ <block type="checkout/multishipping_billing_items" name="checkout_billing_items" template="checkout/multishipping/billing/items.phtml">
226
+ <action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/multishipping/item/default.phtml</template></action>
227
+ <action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/multishipping/item/default.phtml</template></action>
228
+ <action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/multishipping/item/default.phtml</template></action>
229
+ </block>
230
+ </block>
231
+ </reference>
232
+ </checkout_multishipping_shipping>
233
+
234
+ <!--
235
+ Multi address shipping checkout billing information
236
+ -->
237
+
238
+ <checkout_multishipping_billing translate="label">
239
+ <label>Multishipping Checkout Billing Information Step</label>
240
+ <update handle="checkout_multishipping"/>
241
+ <!-- Mage_Checkout -->
242
+ <reference name="content">
243
+ <block type="checkout/multishipping_billing" name="checkout_billing" template="checkout/multishipping/billing.phtml">
244
+ <action method="setMethodFormTemplate"><method>purchaseorder</method><template>payment/form/purchaseorder.phtml</template></action>
245
+
246
+ <!--<block type="checkout/multishipping_billing_items" name="checkout_billing_items" template="checkout/multishipping/billing/items.phtml">
247
+ <action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/multishipping/item/default.phtml</template></action>
248
+ <action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/multishipping/item/default.phtml</template></action>
249
+ <action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/multishipping/item/default.phtml</template></action>
250
+ </block>-->
251
+
252
+ </block>
253
+ </reference>
254
+ </checkout_multishipping_billing>
255
+
256
+ <!--
257
+ Multi address shipping checkout overview
258
+ -->
259
+
260
+ <checkout_multishipping_overview translate="label">
261
+ <label>Multishipping Checkout Overview</label>
262
+ <update handle="checkout_multishipping"/>
263
+ <!-- Mage_Checkout -->
264
+ <reference name="content">
265
+ <block type="checkout/multishipping_overview" name="checkout_overview" template="checkout/multishipping/overview.phtml">
266
+ <action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/multishipping/item/default.phtml</template></action>
267
+ <action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/multishipping/item/default.phtml</template></action>
268
+ <action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/multishipping/item/default.phtml</template></action>
269
+ <action method="addRowItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/multishipping/overview/item.phtml</template></action>
270
+ <action method="addRowItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/multishipping/overview/item.phtml</template></action>
271
+ <block type="checkout/multishipping_payment_info" name="payment_info">
272
+ <action method="setInfoTemplate"><method></method><template></template></action>
273
+ </block>
274
+ <block type="checkout/agreements" name="checkout.multishipping.agreements" as="agreements" template="checkout/multishipping/agreements.phtml"/>
275
+ <block type="checkout/cart_totals" name="totals" />
276
+ <block type="core/text_list" name="checkout.multishipping.overview.items.after" as="items_after" translate="label">
277
+ <label>Overview Items After</label>
278
+ </block>
279
+ </block>
280
+ </reference>
281
+ </checkout_multishipping_overview>
282
+
283
+ <!--
284
+ Multi address shipping checkout success
285
+ -->
286
+
287
+ <checkout_multishipping_success translate="label">
288
+ <label>Multishipping Checkout Success</label>
289
+ <update handle="checkout_multishipping"/>
290
+ <!-- Mage_Checkout -->
291
+ <reference name="content">
292
+ <block type="checkout/multishipping_success" name="checkout_success" template="checkout/multishipping/success.phtml"/>
293
+ </reference>
294
+ </checkout_multishipping_success>
295
+
296
+ <!--
297
+ One page checkout main layout
298
+ -->
299
+
300
+ <checkout_onepage_index translate="label">
301
+ <label>One Page Checkout</label>
302
+ <!-- Mage_Checkout -->
303
+ <remove name="left"/>
304
+
305
+ <reference name="root">
306
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
307
+ </reference>
308
+ <reference name="right">
309
+ <action method="unsetChildren"></action>
310
+ <block type="page/html_wrapper" name="checkout.progress.wrapper" translate="label">
311
+ <label>Checkout Progress Wrapper</label>
312
+ <action method="setElementId"><value>checkout-progress-wrapper</value></action>
313
+ <block type="checkout/onepage_progress" name="checkout.progress" before="-" template="checkout/onepage/progress.phtml"/>
314
+ </block>
315
+ </reference>
316
+ <reference name="content">
317
+ <block type="checkout/onepage" name="checkout.onepage" template="checkout/onepage.phtml">
318
+ <block type="checkout/onepage_login" name="checkout.onepage.login" as="login" template="checkout/onepage/login.phtml">
319
+ <block type="page/html_wrapper" name="checkout.onepage.login.before" as="login_before" translate="label">
320
+ <label>Login/Registration Before</label>
321
+ <action method="setMayBeInvisible"><value>1</value></action>
322
+ </block>
323
+ </block>
324
+ <block type="checkout/onepage_billing" name="checkout.onepage.billing" as="billing" template="checkout/onepage/billing.phtml"/>
325
+ <block type="checkout/onepage_shipping" name="checkout.onepage.shipping" as="shipping" template="checkout/onepage/shipping.phtml"/>
326
+ <block type="checkout/onepage_shipping_method" name="checkout.onepage.shipping_method" as="shipping_method" template="checkout/onepage/shipping_method.phtml">
327
+ <block type="checkout/onepage_shipping_method_available" name="checkout.onepage.shipping_method.available" as="available" template="checkout/onepage/shipping_method/available.phtml"/>
328
+ <block type="checkout/onepage_shipping_method_additional" name="checkout.onepage.shipping_method.additional" as="additional" template="checkout/onepage/shipping_method/additional.phtml"/>
329
+ </block>
330
+ <block type="checkout/onepage_payment" name="checkout.onepage.payment" as="payment" template="checkout/onepage/payment.phtml">
331
+ <block type="checkout/onepage_payment_methods" name="checkout.payment.methods" as="methods" template="checkout/onepage/payment/methods.phtml">
332
+ <action method="setMethodFormTemplate"><method>purchaseorder</method><template>payment/form/purchaseorder.phtml</template></action>
333
+ </block>
334
+ </block>
335
+ <block type="checkout/onepage_review" name="checkout.onepage.review" as="review" template="checkout/onepage/review.phtml"/>
336
+ </block>
337
+ </reference>
338
+ </checkout_onepage_index>
339
+
340
+ <!--
341
+ One page checkout progress block
342
+ -->
343
+
344
+ <checkout_onepage_progress>
345
+ <!-- Mage_Checkout -->
346
+ <remove name="right"/>
347
+ <remove name="left"/>
348
+
349
+ <block type="checkout/onepage_progress" name="root" output="toHtml" template="checkout/onepage/progress.phtml">
350
+ <block type="checkout/onepage_payment_info" name="payment_info">
351
+ <action method="setInfoTemplate"><method></method><template></template></action>
352
+ </block>
353
+ </block>
354
+ </checkout_onepage_progress>
355
+
356
+ <!--
357
+ One page checkout payment methods block
358
+ -->
359
+ <checkout_onepage_paymentmethod>
360
+ <remove name="right"/>
361
+ <remove name="left"/>
362
+
363
+ <block type="checkout/onepage_payment_methods" name="root" output="toHtml" template="checkout/onepage/payment/methods.phtml">
364
+ <action method="setMethodFormTemplate"><method>purchaseorder</method><template>payment/form/purchaseorder.phtml</template></action>
365
+ </block>
366
+ </checkout_onepage_paymentmethod>
367
+
368
+
369
+ <!--
370
+ One page checkout shipping methods block
371
+ -->
372
+
373
+ <checkout_onepage_shippingmethod>
374
+ <!-- Mage_Checkout -->
375
+ <remove name="right"/>
376
+ <remove name="left"/>
377
+
378
+ <block type="checkout/onepage_shipping_method_available" name="root" output="toHtml" template="checkout/onepage/shipping_method/available.phtml"/>
379
+ </checkout_onepage_shippingmethod>
380
+
381
+ <checkout_onepage_additional>
382
+ <!-- Mage_Checkout -->
383
+ <remove name="right"/>
384
+ <remove name="left"/>
385
+
386
+ <block type="checkout/onepage_shipping_method_additional" name="root" output="toHtml" template="checkout/onepage/shipping_method/additional.phtml">
387
+ <action method="setDontDisplayContainer"><param>1</param></action>
388
+ </block>
389
+ </checkout_onepage_additional>
390
+
391
+ <!--
392
+ One page checkout order review block
393
+ -->
394
+
395
+ <checkout_onepage_review translate="label">
396
+ <label>One Page Checkout Overview</label>
397
+ <!-- Mage_Checkout -->
398
+ <remove name="right"/>
399
+ <remove name="left"/>
400
+
401
+ <block type="checkout/onepage_review_info" name="root" output="toHtml" template="checkout/onepage/review/info.phtml">
402
+ <action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/onepage/review/item.phtml</template></action>
403
+ <action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/onepage/review/item.phtml</template></action>
404
+ <action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/onepage/review/item.phtml</template></action>
405
+ <block type="checkout/cart_totals" name="checkout.onepage.review.info.totals" as="totals" template="checkout/onepage/review/totals.phtml"/>
406
+ <block type="core/text_list" name="checkout.onepage.review.info.items.before" as="items_before" translate="label">
407
+ <label>Items Before</label>
408
+ </block>
409
+ <block type="core/text_list" name="checkout.onepage.review.info.items.after" as="items_after" translate="label">
410
+ <label>Items After</label>
411
+ </block>
412
+ <block type="checkout/agreements" name="checkout.onepage.agreements" as="agreements" template="checkout/onepage/agreements.phtml"/>
413
+ <block type="core/template" name="checkout.onepage.review.button" as="button" template="checkout/onepage/review/button.phtml"/>
414
+ </block>
415
+ </checkout_onepage_review>
416
+
417
+ <checkout_onepage_success translate="label">
418
+ <label>One Page Checkout Success</label>
419
+ <reference name="root">
420
+ <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
421
+ </reference>
422
+ <reference name="content">
423
+ <block type="checkout/onepage_success" name="checkout.success" template="checkout/success.phtml"/>
424
+ </reference>
425
+ </checkout_onepage_success>
426
+ <checkout_onepage_failure translate="label">
427
+ <label>One Page Checkout Failure</label>
428
+ <reference name="root">
429
+ <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
430
+ </reference>
431
+ <reference name="content">
432
+ <block type="checkout/onepage_failure" name="checkout.failure" template="checkout/onepage/failure.phtml"/>
433
+ </reference>
434
+ </checkout_onepage_failure>
435
+ <block type="core/list" name="additional.product.info"/>
436
+ </layout>
app/design/frontend/default/sportshop/layout/customer.xml ADDED
@@ -0,0 +1,268 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
23
+ * @package base_default
24
+ * @copyright Copyright (c) 2011 eCommerce web developers. (http://www.ecommerce-web-developers.com)
25
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
+ */
27
+
28
+ Supported layout update handles (action):
29
+ - customer_account_index
30
+ - customer_address_index
31
+ - customer_address_view
32
+ - customer_account_login
33
+ - customer_account_logoutsuccess
34
+ - customer_account_create
35
+ - customer_account_forgotpassword
36
+ - customer_account_confirmation
37
+ - customer_account_edit
38
+
39
+ Supported layout update handles (special):
40
+ - default
41
+
42
+ -->
43
+ <layout version="0.1.0">
44
+
45
+ <!--
46
+ Default layout, loads most of the pages
47
+ -->
48
+
49
+ <default>
50
+ <!-- Mage_Customer -->
51
+