Interface_Frontend_Base_Default - Version 1.6.1.0

Version Notes

1.6.1.0

Download this release

Release Info

Developer Magento Core Team
Extension Interface_Frontend_Base_Default
Version 1.6.1.0
Comparing to
See all releases


Version 1.6.1.0

Files changed (212) hide show
  1. app/design/frontend/base/default/etc/widget.xml +166 -0
  2. app/design/frontend/base/default/layout/authorizenet.xml +42 -0
  3. app/design/frontend/base/default/layout/bundle.xml +386 -0
  4. app/design/frontend/base/default/layout/catalog.xml +439 -0
  5. app/design/frontend/base/default/layout/catalog_msrp.xml +108 -0
  6. app/design/frontend/base/default/layout/cataloginventory.xml +64 -0
  7. app/design/frontend/base/default/layout/catalogsearch.xml +142 -0
  8. app/design/frontend/base/default/layout/checkout.xml +436 -0
  9. app/design/frontend/base/default/layout/cms.xml +89 -0
  10. app/design/frontend/base/default/layout/contacts.xml +48 -0
  11. app/design/frontend/base/default/layout/core.xml +33 -0
  12. app/design/frontend/base/default/layout/customer.xml +293 -0
  13. app/design/frontend/base/default/layout/directory.xml +78 -0
  14. app/design/frontend/base/default/layout/downloadable.xml +237 -0
  15. app/design/frontend/base/default/layout/googleanalytics.xml +41 -0
  16. app/design/frontend/base/default/layout/googlecheckout.xml +49 -0
  17. app/design/frontend/base/default/layout/newsletter.xml +69 -0
  18. app/design/frontend/base/default/layout/page.xml +189 -0
  19. app/design/frontend/base/default/layout/pagecache.xml +35 -0
  20. app/design/frontend/base/default/layout/payment.xml +41 -0
  21. app/design/frontend/base/default/layout/paypal.xml +198 -0
  22. app/design/frontend/base/default/layout/paypaluk.xml +154 -0
  23. app/design/frontend/base/default/layout/persistent.xml +62 -0
  24. app/design/frontend/base/default/layout/poll.xml +57 -0
  25. app/design/frontend/base/default/layout/productalert.xml +47 -0
  26. app/design/frontend/base/default/layout/reports.xml +45 -0
  27. app/design/frontend/base/default/layout/review.xml +134 -0
  28. app/design/frontend/base/default/layout/rss.xml +103 -0
  29. app/design/frontend/base/default/layout/sales.xml +514 -0
  30. app/design/frontend/base/default/layout/sales/billing_agreement.xml +55 -0
  31. app/design/frontend/base/default/layout/sales/recurring_profile.xml +171 -0
  32. app/design/frontend/base/default/layout/sendfriend.xml +41 -0
  33. app/design/frontend/base/default/layout/shipping.xml +52 -0
  34. app/design/frontend/base/default/layout/tag.xml +134 -0
  35. app/design/frontend/base/default/layout/weee.xml +53 -0
  36. app/design/frontend/base/default/layout/wishlist.xml +119 -0
  37. app/design/frontend/base/default/template/authorizenet/directpost/form.phtml +135 -0
  38. app/design/frontend/base/default/template/authorizenet/directpost/iframe.phtml +55 -0
  39. app/design/frontend/base/default/template/authorizenet/directpost/info.phtml +35 -0
  40. app/design/frontend/base/default/template/bundle/catalog/product/list/partof.phtml +52 -0
  41. app/design/frontend/base/default/template/bundle/catalog/product/price.phtml +259 -0
  42. app/design/frontend/base/default/template/bundle/catalog/product/view/options/notice.phtml +27 -0
  43. app/design/frontend/base/default/template/bundle/catalog/product/view/price.phtml +114 -0
  44. app/design/frontend/base/default/template/bundle/catalog/product/view/tierprices.phtml +41 -0
  45. app/design/frontend/base/default/template/bundle/catalog/product/view/type/bundle.phtml +45 -0
  46. app/design/frontend/base/default/template/bundle/catalog/product/view/type/bundle/option/checkbox.phtml +52 -0
  47. app/design/frontend/base/default/template/bundle/catalog/product/view/type/bundle/option/multi.phtml +49 -0
  48. app/design/frontend/base/default/template/bundle/catalog/product/view/type/bundle/option/radio.phtml +65 -0
  49. app/design/frontend/base/default/template/bundle/catalog/product/view/type/bundle/option/select.phtml +55 -0
  50. app/design/frontend/base/default/template/bundle/catalog/product/view/type/bundle/options.phtml +43 -0
  51. app/design/frontend/base/default/template/bundle/email/order/items/creditmemo/default.phtml +168 -0
  52. app/design/frontend/base/default/template/bundle/email/order/items/invoice/default.phtml +169 -0
  53. app/design/frontend/base/default/template/bundle/email/order/items/order/default.phtml +174 -0
  54. app/design/frontend/base/default/template/bundle/email/order/items/shipment/default.phtml +92 -0
  55. app/design/frontend/base/default/template/bundle/rss/catalog/product/price.phtml +271 -0
  56. app/design/frontend/base/default/template/bundle/sales/order/creditmemo/items/renderer.phtml +328 -0
  57. app/design/frontend/base/default/template/bundle/sales/order/invoice/items/renderer.phtml +352 -0
  58. app/design/frontend/base/default/template/bundle/sales/order/items/renderer.phtml +375 -0
  59. app/design/frontend/base/default/template/bundle/sales/order/shipment/items/renderer.phtml +111 -0
  60. app/design/frontend/base/default/template/callouts/left_col.phtml +39 -0
  61. app/design/frontend/base/default/template/callouts/right_col.phtml +39 -0
  62. app/design/frontend/base/default/template/catalog/category/page.phtml +36 -0
  63. app/design/frontend/base/default/template/catalog/category/view.phtml +71 -0
  64. app/design/frontend/base/default/template/catalog/category/widget/link/link_block.phtml +27 -0
  65. app/design/frontend/base/default/template/catalog/category/widget/link/link_inline.phtml +27 -0
  66. app/design/frontend/base/default/template/catalog/layer/filter.phtml +45 -0
  67. app/design/frontend/base/default/template/catalog/layer/state.phtml +48 -0
  68. app/design/frontend/base/default/template/catalog/layer/view.phtml +56 -0
  69. app/design/frontend/base/default/template/catalog/msrp/popup.phtml +58 -0
  70. app/design/frontend/base/default/template/catalog/navigation/left.phtml +59 -0
  71. app/design/frontend/base/default/template/catalog/navigation/top.phtml +49 -0
  72. app/design/frontend/base/default/template/catalog/product/compare/list.phtml +160 -0
  73. app/design/frontend/base/default/template/catalog/product/compare/sidebar.phtml +60 -0
  74. app/design/frontend/base/default/template/catalog/product/gallery.phtml +66 -0
  75. app/design/frontend/base/default/template/catalog/product/list.phtml +128 -0
  76. app/design/frontend/base/default/template/catalog/product/list/related.phtml +94 -0
  77. app/design/frontend/base/default/template/catalog/product/list/toolbar.phtml +96 -0
  78. app/design/frontend/base/default/template/catalog/product/list/upsell.phtml +52 -0
  79. app/design/frontend/base/default/template/catalog/product/new.phtml +59 -0
  80. app/design/frontend/base/default/template/catalog/product/price.phtml +414 -0
  81. app/design/frontend/base/default/template/catalog/product/price_msrp.phtml +69 -0
  82. app/design/frontend/base/default/template/catalog/product/price_msrp_item.phtml +106 -0
  83. app/design/frontend/base/default/template/catalog/product/price_msrp_noform.phtml +73 -0
  84. app/design/frontend/base/default/template/catalog/product/price_msrp_rss.phtml +42 -0
  85. app/design/frontend/base/default/template/catalog/product/view.phtml +162 -0
  86. app/design/frontend/base/default/template/catalog/product/view/additional.phtml +29 -0
  87. app/design/frontend/base/default/template/catalog/product/view/addto.phtml +41 -0
  88. app/design/frontend/base/default/template/catalog/product/view/addtocart.phtml +38 -0
  89. app/design/frontend/base/default/template/catalog/product/view/attributes.phtml +52 -0
  90. app/design/frontend/base/default/template/catalog/product/view/description.phtml +39 -0
  91. app/design/frontend/base/default/template/catalog/product/view/media.phtml +78 -0
  92. app/design/frontend/base/default/template/catalog/product/view/options.phtml +182 -0
  93. app/design/frontend/base/default/template/catalog/product/view/options/js.phtml +89 -0
  94. app/design/frontend/base/default/template/catalog/product/view/options/type/date.phtml +92 -0
  95. app/design/frontend/base/default/template/catalog/product/view/options/type/default.phtml +30 -0
  96. app/design/frontend/base/default/template/catalog/product/view/options/type/file.phtml +103 -0
  97. app/design/frontend/base/default/template/catalog/product/view/options/type/select.phtml +40 -0
  98. app/design/frontend/base/default/template/catalog/product/view/options/type/text.phtml +41 -0
  99. app/design/frontend/base/default/template/catalog/product/view/options/wrapper.phtml +33 -0
  100. app/design/frontend/base/default/template/catalog/product/view/options/wrapper/bottom.phtml +29 -0
  101. app/design/frontend/base/default/template/catalog/product/view/price.phtml +34 -0
  102. app/design/frontend/base/default/template/catalog/product/view/price_clone.phtml +28 -0
  103. app/design/frontend/base/default/template/catalog/product/view/tierprices.phtml +227 -0
  104. app/design/frontend/base/default/template/catalog/product/view/type/configurable.phtml +31 -0
  105. app/design/frontend/base/default/template/catalog/product/view/type/default.phtml +36 -0
  106. app/design/frontend/base/default/template/catalog/product/view/type/grouped.phtml +91 -0
  107. app/design/frontend/base/default/template/catalog/product/view/type/options/configurable.phtml +48 -0
  108. app/design/frontend/base/default/template/catalog/product/view/type/simple.phtml +31 -0
  109. app/design/frontend/base/default/template/catalog/product/view/type/virtual.phtml +31 -0
  110. app/design/frontend/base/default/template/catalog/product/widget/link/link_block.phtml +27 -0
  111. app/design/frontend/base/default/template/catalog/product/widget/link/link_inline.phtml +27 -0
  112. app/design/frontend/base/default/template/catalog/product/widget/new/column/new_default_list.phtml +55 -0
  113. app/design/frontend/base/default/template/catalog/product/widget/new/column/new_images_list.phtml +46 -0
  114. app/design/frontend/base/default/template/catalog/product/widget/new/column/new_names_list.phtml +46 -0
  115. app/design/frontend/base/default/template/catalog/product/widget/new/content/new_grid.phtml +65 -0
  116. app/design/frontend/base/default/template/catalog/product/widget/new/content/new_list.phtml +62 -0
  117. app/design/frontend/base/default/template/catalog/rss/product/price.phtml +356 -0
  118. app/design/frontend/base/default/template/catalog/seo/sitemap.phtml +50 -0
  119. app/design/frontend/base/default/template/catalog/seo/sitemap/container.phtml +38 -0
  120. app/design/frontend/base/default/template/catalog/seo/tree.phtml +43 -0
  121. app/design/frontend/base/default/template/cataloginventory/qtyincrements.phtml +35 -0
  122. app/design/frontend/base/default/template/cataloginventory/stockqty/composite.phtml +66 -0
  123. app/design/frontend/base/default/template/cataloginventory/stockqty/default.phtml +35 -0
  124. app/design/frontend/base/default/template/catalogsearch/advanced/form.phtml +95 -0
  125. app/design/frontend/base/default/template/catalogsearch/advanced/result.phtml +60 -0
  126. app/design/frontend/base/default/template/catalogsearch/form.mini.phtml +40 -0
  127. app/design/frontend/base/default/template/catalogsearch/result.phtml +55 -0
  128. app/design/frontend/base/default/template/catalogsearch/term.phtml +38 -0
  129. app/design/frontend/base/default/template/checkout/cart.phtml +138 -0
  130. app/design/frontend/base/default/template/checkout/cart/coupon.phtml +59 -0
  131. app/design/frontend/base/default/template/checkout/cart/crosssell.phtml +59 -0
  132. app/design/frontend/base/default/template/checkout/cart/item/configure/updatecart.phtml +39 -0
  133. app/design/frontend/base/default/template/checkout/cart/item/default.phtml +277 -0
  134. app/design/frontend/base/default/template/checkout/cart/noItems.phtml +34 -0
  135. app/design/frontend/base/default/template/checkout/cart/render/default.phtml +70 -0
  136. app/design/frontend/base/default/template/checkout/cart/render/simple.phtml +70 -0
  137. app/design/frontend/base/default/template/checkout/cart/shipping.phtml +143 -0
  138. app/design/frontend/base/default/template/checkout/cart/sidebar.phtml +80 -0
  139. app/design/frontend/base/default/template/checkout/cart/sidebar/default.phtml +145 -0
  140. app/design/frontend/base/default/template/checkout/cart/totals.phtml +48 -0
  141. app/design/frontend/base/default/template/checkout/multishipping/address/select.phtml +58 -0
  142. app/design/frontend/base/default/template/checkout/multishipping/addresses.phtml +81 -0
  143. app/design/frontend/base/default/template/checkout/multishipping/agreements.phtml +49 -0
  144. app/design/frontend/base/default/template/checkout/multishipping/billing.phtml +116 -0
  145. app/design/frontend/base/default/template/checkout/multishipping/billing/items.phtml +54 -0
  146. app/design/frontend/base/default/template/checkout/multishipping/item/default.phtml +45 -0
  147. app/design/frontend/base/default/template/checkout/multishipping/link.phtml +27 -0
  148. app/design/frontend/base/default/template/checkout/multishipping/overview.phtml +241 -0
  149. app/design/frontend/base/default/template/checkout/multishipping/overview/item.phtml +238 -0
  150. app/design/frontend/base/default/template/checkout/multishipping/shipping.phtml +129 -0
  151. app/design/frontend/base/default/template/checkout/multishipping/state.phtml +39 -0
  152. app/design/frontend/base/default/template/checkout/multishipping/success.phtml +50 -0
  153. app/design/frontend/base/default/template/checkout/onepage.phtml +61 -0
  154. app/design/frontend/base/default/template/checkout/onepage/agreements.phtml +51 -0
  155. app/design/frontend/base/default/template/checkout/onepage/billing.phtml +203 -0
  156. app/design/frontend/base/default/template/checkout/onepage/failure.phtml +32 -0
  157. app/design/frontend/base/default/template/checkout/onepage/link.phtml +29 -0
  158. app/design/frontend/base/default/template/checkout/onepage/login.phtml +120 -0
  159. app/design/frontend/base/default/template/checkout/onepage/payment.phtml +73 -0
  160. app/design/frontend/base/default/template/checkout/onepage/payment/methods.phtml +68 -0
  161. app/design/frontend/base/default/template/checkout/onepage/progress.phtml +110 -0
  162. app/design/frontend/base/default/template/checkout/onepage/review.phtml +29 -0
  163. app/design/frontend/base/default/template/checkout/onepage/review/button.phtml +27 -0
  164. app/design/frontend/base/default/template/checkout/onepage/review/info.phtml +84 -0
  165. app/design/frontend/base/default/template/checkout/onepage/review/item.phtml +239 -0
  166. app/design/frontend/base/default/template/checkout/onepage/review/totals.phtml +47 -0
  167. app/design/frontend/base/default/template/checkout/onepage/shipping.phtml +154 -0
  168. app/design/frontend/base/default/template/checkout/onepage/shipping_method.phtml +46 -0
  169. app/design/frontend/base/default/template/checkout/onepage/shipping_method/additional.phtml +29 -0
  170. app/design/frontend/base/default/template/checkout/onepage/shipping_method/available.phtml +99 -0
  171. app/design/frontend/base/default/template/checkout/success.phtml +64 -0
  172. app/design/frontend/base/default/template/checkout/total/default.phtml +38 -0
  173. app/design/frontend/base/default/template/checkout/total/nominal.phtml +56 -0
  174. app/design/frontend/base/default/template/checkout/total/tax.phtml +68 -0
  175. app/design/frontend/base/default/template/cms/content.phtml +27 -0
  176. app/design/frontend/base/default/template/cms/content_heading.phtml +31 -0
  177. app/design/frontend/base/default/template/cms/default/home.phtml +27 -0
  178. app/design/frontend/base/default/template/cms/default/no-route.phtml +27 -0
  179. app/design/frontend/base/default/template/cms/meta.phtml +32 -0
  180. app/design/frontend/base/default/template/cms/widget/link/link_block.phtml +27 -0
  181. app/design/frontend/base/default/template/cms/widget/link/link_inline.phtml +27 -0
  182. app/design/frontend/base/default/template/cms/widget/static_block/default.phtml +27 -0
  183. app/design/frontend/base/default/template/contacts/form.phtml +73 -0
  184. app/design/frontend/base/default/template/core/formkey.phtml +27 -0
  185. app/design/frontend/base/default/template/core/link.phtml +27 -0
  186. app/design/frontend/base/default/template/core/messages.phtml +47 -0
  187. app/design/frontend/base/default/template/customer/account/dashboard.phtml +43 -0
  188. app/design/frontend/base/default/template/customer/account/dashboard/address.phtml +50 -0
  189. app/design/frontend/base/default/template/customer/account/dashboard/hello.phtml +30 -0
  190. app/design/frontend/base/default/template/customer/account/dashboard/info.phtml +62 -0
  191. app/design/frontend/base/default/template/customer/account/dashboard/newsletter.phtml +31 -0
  192. app/design/frontend/base/default/template/customer/account/link/back.phtml +29 -0
  193. app/design/frontend/base/default/template/customer/account/navigation.phtml +46 -0
  194. app/design/frontend/base/default/template/customer/address.phtml +94 -0
  195. app/design/frontend/base/default/template/customer/address/book.phtml +105 -0
  196. app/design/frontend/base/default/template/customer/address/edit.phtml +155 -0
  197. app/design/frontend/base/default/template/customer/balance.phtml +31 -0
  198. app/design/frontend/base/default/template/customer/form/address.phtml +141 -0
  199. app/design/frontend/base/default/template/customer/form/changepassword.phtml +67 -0
  200. app/design/frontend/base/default/template/customer/form/confirmation.phtml +54 -0
  201. app/design/frontend/base/default/template/customer/form/edit.phtml +114 -0
  202. app/design/frontend/base/default/template/customer/form/forgotpassword.phtml +54 -0
  203. app/design/frontend/base/default/template/customer/form/login.phtml +88 -0
  204. app/design/frontend/base/default/template/customer/form/mini.login.phtml +40 -0
  205. app/design/frontend/base/default/template/customer/form/newsletter.phtml +49 -0
  206. app/design/frontend/base/default/template/customer/form/register.phtml +183 -0
  207. app/design/frontend/base/default/template/customer/form/resetforgottenpassword.phtml +59 -0
  208. app/design/frontend/base/default/template/customer/logout.phtml +35 -0
  209. app/design/frontend/base/default/template/customer/orders.phtml +65 -0
  210. app/design/frontend/base/default/template/customer/widget/dob.phtml +87 -0
  211. app/design/frontend/base/default/template/customer/widget/gender.phtml +36 -0
  212. app/design/frontend/base/default/template/customer/widget/name.phtml +86 -0
app/design/frontend/base/default/etc/widget.xml ADDED
@@ -0,0 +1,166 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Magento Inc. (http://www.magentocommerce.com)
25
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
+ */
27
+ -->
28
+ <widgets>
29
+ <new_products>
30
+ <parameters>
31
+ <template>
32
+ <values>
33
+ <list_default translate="label">
34
+ <value>catalog/product/widget/new/column/new_default_list.phtml</value>
35
+ <label>New Products Images and Names Template</label>
36
+ </list_default>
37
+ <list_names translate="label">
38
+ <value>catalog/product/widget/new/column/new_names_list.phtml</value>
39
+ <label>New Products Names Only Template</label>
40
+ </list_names>
41
+ <list_images translate="label">
42
+ <value>catalog/product/widget/new/column/new_images_list.phtml</value>
43
+ <label>New Products Images Only Template</label>
44
+ </list_images>
45
+ </values>
46
+ </template>
47
+ </parameters>
48
+ <supported_blocks>
49
+ <left_column>
50
+ <block_name>left</block_name>
51
+ <template>
52
+ <default>list_default</default>
53
+ <names_only>list_names</names_only>
54
+ <images_only>list_images</images_only>
55
+ </template>
56
+ </left_column>
57
+ <main_content>
58
+ <block_name>content</block_name>
59
+ <template>
60
+ <grid>default</grid>
61
+ <list>list</list>
62
+ </template>
63
+ </main_content>
64
+ <right_column>
65
+ <block_name>right</block_name>
66
+ <template>
67
+ <default>list_default</default>
68
+ <names_only>list_names</names_only>
69
+ <images_only>list_images</images_only>
70
+ </template>
71
+ </right_column>
72
+ </supported_blocks>
73
+ </new_products>
74
+
75
+ <recently_viewed>
76
+ <parameters>
77
+ <template>
78
+ <values>
79
+ <list_default translate="label">
80
+ <value>reports/widget/viewed/column/viewed_default_list.phtml</value>
81
+ <label>Viewed Products Images and Names Template</label>
82
+ </list_default>
83
+ <list_names translate="label">
84
+ <value>reports/widget/viewed/column/viewed_names_list.phtml</value>
85
+ <label>Viewed Products Names Only Template</label>
86
+ </list_names>
87
+ <list_images translate="label">
88
+ <value>reports/widget/viewed/column/viewed_images_list.phtml</value>
89
+ <label>Viewed Products Images Only Template</label>
90
+ </list_images>
91
+ </values>
92
+ </template>
93
+ </parameters>
94
+ <supported_blocks>
95
+ <left_column>
96
+ <block_name>left</block_name>
97
+ <template>
98
+ <default>list_default</default>
99
+ <names_only>list_names</names_only>
100
+ <images_only>list_images</images_only>
101
+ </template>
102
+ </left_column>
103
+ <main_content>
104
+ <block_name>content</block_name>
105
+ <template>
106
+ <grid>default</grid>
107
+ <list>list</list>
108
+ </template>
109
+ </main_content>
110
+ <right_column>
111
+ <block_name>right</block_name>
112
+ <template>
113
+ <default>list_default</default>
114
+ <names_only>list_names</names_only>
115
+ <images_only>list_images</images_only>
116
+ </template>
117
+ </right_column>
118
+ </supported_blocks>
119
+ </recently_viewed>
120
+
121
+ <recently_compared>
122
+ <parameters>
123
+ <template>
124
+ <values>
125
+ <list_default translate="label">
126
+ <value>reports/widget/compared/column/compared_default_list.phtml</value>
127
+ <label>Compared Products Images and Names Template</label>
128
+ </list_default>
129
+ <list_names translate="label">
130
+ <value>reports/widget/compared/column/compared_names_list.phtml</value>
131
+ <label>Compared Product Names Only Template</label>
132
+ </list_names>
133
+ <list_images translate="label">
134
+ <value>reports/widget/compared/column/compared_images_list.phtml</value>
135
+ <label>Compared Product Images Only Template</label>
136
+ </list_images>
137
+ </values>
138
+ </template>
139
+ </parameters>
140
+ <supported_blocks>
141
+ <left_column>
142
+ <block_name>left</block_name>
143
+ <template>
144
+ <default>list_default</default>
145
+ <names_only>list_names</names_only>
146
+ <images_only>list_images</images_only>
147
+ </template>
148
+ </left_column>
149
+ <main_content>
150
+ <block_name>content</block_name>
151
+ <template>
152
+ <grid>default</grid>
153
+ <list>list</list>
154
+ </template>
155
+ </main_content>
156
+ <right_column>
157
+ <block_name>right</block_name>
158
+ <template>
159
+ <default>list_default</default>
160
+ <names_only>list_names</names_only>
161
+ <images_only>list_images</images_only>
162
+ </template>
163
+ </right_column>
164
+ </supported_blocks>
165
+ </recently_compared>
166
+ </widgets>
app/design/frontend/base/default/layout/authorizenet.xml ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Magento Inc. (http://www.magentocommerce.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
+ <checkout_onepage_index>
31
+ <reference name="head">
32
+ <action method="addJs"><file>mage/directpost.js</file></action>
33
+ </reference>
34
+ </checkout_onepage_index>
35
+ <checkout_onepage_review>
36
+ <reference name="checkout.onepage.review.info.items.after">
37
+ <block type="directpost/form" name="payment.form.directpost" template="authorizenet/directpost/form.phtml">
38
+ <action method="setMethodInfo"></action>
39
+ </block>
40
+ </reference>
41
+ </checkout_onepage_review>
42
+ </layout>
app/design/frontend/base/default/layout/bundle.xml ADDED
@@ -0,0 +1,386 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Magento Inc. (http://www.magentocommerce.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
+ Adding custom product price block
33
+ -->
34
+
35
+ <catalog_category_default>
36
+ <reference name="product_list">
37
+ <action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action>
38
+ </reference>
39
+ </catalog_category_default>
40
+
41
+ <catalog_category_view>
42
+ <reference name="product_list">
43
+ <action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action>
44
+ </reference>
45
+ </catalog_category_view>
46
+
47
+ <catalog_category_layered>
48
+ <reference name="product_list">
49
+ <action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action>
50
+ </reference>
51
+ </catalog_category_layered>
52
+
53
+ <catalog_product_compare_index>
54
+ <reference name="catalog.compare.list">
55
+ <action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action>
56
+ </reference>
57
+ </catalog_product_compare_index>
58
+
59
+ <catalogsearch_result_index>
60
+ <reference name="search_result_list">
61
+ <action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action>
62
+ </reference>
63
+ </catalogsearch_result_index>
64
+
65
+ <catalogsearch_advanced_result>
66
+ <reference name="search_result_list">
67
+ <action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action>
68
+ </reference>
69
+ </catalogsearch_advanced_result>
70
+
71
+ <tag_product_list>
72
+ <reference name="search_result_list">
73
+ <action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action>
74
+ </reference>
75
+ </tag_product_list>
76
+
77
+ <tag_customer_view>
78
+ <reference name="customer_view">
79
+ <action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action>
80
+ </reference>
81
+ </tag_customer_view>
82
+
83
+ <default>
84
+ <reference name="cart_sidebar">
85
+ <action method="addItemRender"><type>bundle</type><block>bundle/checkout_cart_item_renderer</block><template>checkout/cart/sidebar/default.phtml</template></action>
86
+ </reference>
87
+ <reference name="wishlist_sidebar">
88
+ <action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action>
89
+ </reference>
90
+ <reference name="catalog_product_price_template">
91
+ <action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action>
92
+ </reference>
93
+ </default>
94
+
95
+ <wishlist_index_index>
96
+ <reference name="customer.wishlist">
97
+ <action method="addOptionsRenderCfg"><type>bundle</type><helper>bundle/catalog_product_configuration</helper></action>
98
+ </reference>
99
+ </wishlist_index_index>
100
+
101
+ <catalog_product_view>
102
+ <reference name="catalog.product.related">
103
+ <action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action>
104
+ </reference>
105
+ </catalog_product_view>
106
+
107
+ <!--
108
+ Partof block for simple products
109
+ -->
110
+
111
+ <PRODUCT_TYPE_simple>
112
+ <!--
113
+ <reference name="product.info.additional">
114
+
115
+ <block type="bundle/catalog_product_list_partof" before="-" name="product.info.partof" as="partof_products" template="bundle/catalog/product/list/partof.phtml">
116
+ <action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action>
117
+ </block>
118
+ -->
119
+ <reference name="product.info.upsell">
120
+ <action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action>
121
+ <action method="setItemLimit"><type>bundle</type><limit>4</limit></action>
122
+ </reference>
123
+ </PRODUCT_TYPE_simple>
124
+
125
+ <!--
126
+ Shopping cart item renderer (sidebar)
127
+ -->
128
+
129
+ <customer_account>
130
+ <reference name="cart_sidebar">
131
+ <action method="addItemRender"><type>bundle</type><block>bundle/checkout_cart_item_renderer</block><template>checkout/cart/sidebar/default.phtml</template></action>
132
+ </reference>
133
+ </customer_account>
134
+
135
+ <!--
136
+ Shopping cart item renderer
137
+ -->
138
+
139
+ <checkout_cart_index>
140
+ <reference name="checkout.cart">
141
+ <action method="addItemRender"><type>bundle</type><block>bundle/checkout_cart_item_renderer</block><template>checkout/cart/item/default.phtml</template></action>
142
+ </reference>
143
+ <reference name="checkout.cart.crosssell">
144
+ <action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action>
145
+ </reference>
146
+ </checkout_cart_index>
147
+
148
+ <!--
149
+ Onepage Checkout Review Page
150
+ -->
151
+
152
+ <checkout_onepage_review>
153
+ <reference name="root">
154
+ <action method="addItemRender"><type>bundle</type><block>bundle/checkout_cart_item_renderer</block><template>checkout/onepage/review/item.phtml</template></action>
155
+ </reference>
156
+ </checkout_onepage_review>
157
+
158
+ <checkout_multishipping_addresses>
159
+ <reference name="checkout_addresses">
160
+ <action method="addItemRender"><type>bundle</type><block>bundle/checkout_cart_item_renderer</block><template>checkout/multishipping/item/default.phtml</template></action>
161
+ </reference>
162
+ </checkout_multishipping_addresses>
163
+
164
+ <checkout_multishipping_shipping>
165
+ <reference name="checkout_shipping">
166
+ <action method="addItemRender"><type>bundle</type><block>bundle/checkout_cart_item_renderer</block><template>checkout/multishipping/item/default.phtml</template></action>
167
+ </reference>
168
+ <reference name="checkout_billing_items">
169
+ <action method="addItemRender"><type>bundle</type><block>bundle/checkout_cart_item_renderer</block><template>checkout/multishipping/item/default.phtml</template></action>
170
+ </reference>
171
+ </checkout_multishipping_shipping>
172
+
173
+ <checkout_multishipping_overview>
174
+ <reference name="checkout_overview">
175
+ <action method="addItemRender"><type>bundle</type><block>bundle/checkout_cart_item_renderer</block><template>checkout/multishipping/item/default.phtml</template></action>
176
+ </reference>
177
+ </checkout_multishipping_overview>
178
+
179
+ <paypal_express_review>
180
+ <reference name="paypal.express.review.details">
181
+ <action method="addItemRender"><type>bundle</type><block>bundle/checkout_cart_item_renderer</block><template>checkout/onepage/review/item.phtml</template></action>
182
+ </reference>
183
+ </paypal_express_review>
184
+ <paypal_express_review_details>
185
+ <reference name="root">
186
+ <action method="addItemRender"><type>bundle</type><block>bundle/checkout_cart_item_renderer</block><template>checkout/onepage/review/item.phtml</template></action>
187
+ </reference>
188
+ </paypal_express_review_details>
189
+
190
+ <paypaluk_express_review>
191
+ <reference name="paypal.express.review.details">
192
+ <action method="addItemRender"><type>bundle</type><block>bundle/checkout_cart_item_renderer</block><template>checkout/onepage/review/item.phtml</template></action>
193
+ </reference>
194
+ </paypaluk_express_review>
195
+ <paypaluk_express_review_details>
196
+ <reference name="root">
197
+ <action method="addItemRender"><type>bundle</type><block>bundle/checkout_cart_item_renderer</block><template>checkout/onepage/review/item.phtml</template></action>
198
+ </reference>
199
+ </paypaluk_express_review_details>
200
+
201
+ <!--
202
+ Additional block for bundle product type
203
+ -->
204
+
205
+ <PRODUCT_TYPE_bundle translate="label" module="bundle">
206
+ <label>Catalog Product View (Bundle)</label>
207
+ <reference name="head">
208
+ <action method="addItem"><type>skin_js</type><name>js/bundle.js</name></action>
209
+ </reference>
210
+ <reference name="product.info">
211
+ <block type="bundle/catalog_product_view_type_bundle" name="product.info.bundle" as="product_type_data" template="bundle/catalog/product/view/type/bundle.phtml">
212
+ <action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action>
213
+ <block type="bundle/catalog_product_price" name="bundle.prices" as="bundle_prices" template="bundle/catalog/product/view/price.phtml">
214
+ <action method="setMAPTemplate"><tmpl>catalog/product/price_msrp_item.phtml</tmpl></action>
215
+ </block>
216
+ </block>
217
+ </reference>
218
+ <reference name="product.info.options.wrapper">
219
+ <block type="bundle/catalog_product_view_type_bundle" name="product.info.bundle.options" as="type_bundle_options" template="bundle/catalog/product/view/type/bundle/options.phtml">
220
+ <action method="addRenderer"><type>select</type><block>bundle/catalog_product_view_type_bundle_option_select</block></action>
221
+ <action method="addRenderer"><type>multi</type><block>bundle/catalog_product_view_type_bundle_option_multi</block></action>
222
+ <action method="addRenderer"><type>radio</type><block>bundle/catalog_product_view_type_bundle_option_radio</block></action>
223
+ <action method="addRenderer"><type>checkbox</type><block>bundle/catalog_product_view_type_bundle_option_checkbox</block></action>
224
+ </block>
225
+ <action method="insert"><block>product.info.bundle.options</block></action>
226
+ </reference>
227
+ <reference name="product.info.options.wrapper.bottom">
228
+ <remove name="product.tierprices" />
229
+ <block type="bundle/catalog_product_view" name="bundle.tierprices" as="tierprices" before="-" template="bundle/catalog/product/view/tierprices.phtml"/>
230
+ <block type="cataloginventory/qtyincrements" name="product.info.extrahint" as="extrahint" template="cataloginventory/qtyincrements.phtml"/>
231
+ </reference>
232
+ <reference name="product.clone_prices">
233
+ <action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/view/price.phtml</template></action>
234
+ </reference>
235
+ </PRODUCT_TYPE_bundle>
236
+
237
+ <sales_order_view>
238
+ <reference name="order_items">
239
+ <action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/sales/order/items/renderer.phtml</template></action>
240
+ </reference>
241
+ </sales_order_view>
242
+
243
+ <sales_order_invoice>
244
+ <reference name="invoice_items">
245
+ <action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/sales/order/invoice/items/renderer.phtml</template></action>
246
+ </reference>
247
+ </sales_order_invoice>
248
+
249
+ <sales_order_shipment>
250
+ <reference name="shipment_items">
251
+ <action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/sales/order/shipment/items/renderer.phtml</template></action>
252
+ </reference>
253
+ </sales_order_shipment>
254
+
255
+ <sales_order_creditmemo>
256
+ <reference name="creditmemo_items">
257
+ <action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/sales/order/creditmemo/items/renderer.phtml</template></action>
258
+ </reference>
259
+ </sales_order_creditmemo>
260
+
261
+ <!--
262
+ Print pages
263
+ -->
264
+
265
+ <sales_order_print>
266
+ <reference name="sales.order.print">
267
+ <action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/sales/order/items/renderer.phtml</template></action>
268
+ </reference>
269
+ </sales_order_print>
270
+
271
+ <sales_order_printinvoice>
272
+ <reference name="sales.order.print.invoice">
273
+ <action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/sales/order/invoice/items/renderer.phtml</template></action>
274
+ </reference>
275
+ </sales_order_printinvoice>
276
+
277
+ <sales_order_printshipment>
278
+ <reference name="sales.order.print.shipment">
279
+ <action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/sales/order/shipment/items/renderer.phtml</template></action>
280
+ </reference>
281
+ </sales_order_printshipment>
282
+
283
+ <sales_order_printcreditmemo>
284
+ <reference name="sales.order.print.creditmemo">
285
+ <action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/sales/order/creditmemo/items/renderer.phtml</template></action>
286
+ </reference>
287
+ </sales_order_printcreditmemo>
288
+
289
+ <!--
290
+ For guests
291
+ -->
292
+ <sales_guest_view>
293
+ <reference name="order_items">
294
+ <action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/sales/order/items/renderer.phtml</template></action>
295
+ </reference>
296
+ </sales_guest_view>
297
+
298
+ <sales_guest_invoice>
299
+ <reference name="invoice_items">
300
+ <action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/sales/order/invoice/items/renderer.phtml</template></action>
301
+ </reference>
302
+ </sales_guest_invoice>
303
+
304
+ <sales_guest_shipment>
305
+ <reference name="shipment_items">
306
+ <action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/sales/order/shipment/items/renderer.phtml</template></action>
307
+ </reference>
308
+ </sales_guest_shipment>
309
+
310
+ <sales_guest_creditmemo>
311
+ <reference name="creditmemo_items">
312
+ <action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/sales/order/creditmemo/items/renderer.phtml</template></action>
313
+ </reference>
314
+ </sales_guest_creditmemo>
315
+
316
+ <sales_guest_print>
317
+ <reference name="sales.order.print">
318
+ <action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/sales/order/items/renderer.phtml</template></action>
319
+ </reference>
320
+ </sales_guest_print>
321
+
322
+ <sales_guest_printinvoice>
323
+ <reference name="sales.order.print.invoice">
324
+ <action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/sales/order/invoice/items/renderer.phtml</template></action>
325
+ </reference>
326
+ </sales_guest_printinvoice>
327
+
328
+ <sales_guest_printshipment>
329
+ <reference name="sales.order.print.shipment">
330
+ <action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/sales/order/shipment/items/renderer.phtml</template></action>
331
+ </reference>
332
+ </sales_guest_printshipment>
333
+
334
+ <sales_guest_printcreditmemo>
335
+ <reference name="sales.order.print.creditmemo">
336
+ <action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/sales/order/creditmemo/items/renderer.phtml</template></action>
337
+ </reference>
338
+ </sales_guest_printcreditmemo>
339
+
340
+ <!--
341
+ Emails
342
+ -->
343
+ <sales_email_order_items>
344
+ <reference name="items">
345
+ <action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/email/order/items/order/default.phtml</template></action>
346
+ </reference>
347
+ </sales_email_order_items>
348
+
349
+ <sales_email_order_invoice_items>
350
+ <reference name="items">
351
+ <action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/email/order/items/invoice/default.phtml</template></action>
352
+ </reference>
353
+ </sales_email_order_invoice_items>
354
+
355
+
356
+ <sales_email_order_shipment_items>
357
+ <reference name="items">
358
+ <action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/email/order/items/shipment/default.phtml</template></action>
359
+ </reference>
360
+ </sales_email_order_shipment_items>
361
+
362
+ <sales_email_order_creditmemo_items>
363
+ <reference name="items">
364
+ <action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/email/order/items/creditmemo/default.phtml</template></action>
365
+ </reference>
366
+ </sales_email_order_creditmemo_items>
367
+
368
+ <!--
369
+ RSS
370
+ -->
371
+ <rss_catalog_category>
372
+ <reference name="rss.catalog.category">
373
+ <action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/rss/catalog/product/price.phtml</template></action>
374
+ </reference>
375
+ </rss_catalog_category>
376
+ <rss_catalog_new>
377
+ <reference name="rss.catalog.new">
378
+ <action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/rss/catalog/product/price.phtml</template></action>
379
+ </reference>
380
+ </rss_catalog_new>
381
+ <rss_catalog_tag>
382
+ <reference name="rss.catalog.tag">
383
+ <action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/rss/catalog/product/price.phtml</template></action>
384
+ </reference>
385
+ </rss_catalog_tag>
386
+ </layout>
app/design/frontend/base/default/layout/catalog.xml ADDED
@@ -0,0 +1,439 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Magento Inc. (http://www.magentocommerce.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="right">
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
+ </reference>
65
+ <reference name="footer_links">
66
+ <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>
67
+ </reference>
68
+ <block type="catalog/product_price_template" name="catalog_product_price_template" />
69
+ </default>
70
+
71
+
72
+ <!--
73
+ Category default layout
74
+ -->
75
+
76
+ <catalog_category_default translate="label">
77
+ <label>Catalog Category (Non-Anchor)</label>
78
+ <reference name="left">
79
+ <block type="catalog/navigation" name="catalog.leftnav" after="currency" template="catalog/navigation/left.phtml"/>
80
+ </reference>
81
+ <reference name="content">
82
+ <block type="catalog/category_view" name="category.products" template="catalog/category/view.phtml">
83
+ <block type="catalog/product_list" name="product_list" template="catalog/product/list.phtml">
84
+ <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
85
+ <block type="page/html_pager" name="product_list_toolbar_pager"/>
86
+ <!-- The following code shows how to set your own pager increments -->
87
+ <!--
88
+ <action method="setDefaultListPerPage"><limit>4</limit></action>
89
+ <action method="setDefaultGridPerPage"><limit>9</limit></action>
90
+ <action method="addPagerLimit"><mode>list</mode><limit>2</limit></action>
91
+ <action method="addPagerLimit"><mode>list</mode><limit>4</limit></action>
92
+ <action method="addPagerLimit"><mode>list</mode><limit>6</limit></action>
93
+ <action method="addPagerLimit"><mode>list</mode><limit>8</limit></action>
94
+ <action method="addPagerLimit" translate="label"><mode>list</mode><limit>all</limit><label>All</label></action>
95
+ -->
96
+ </block>
97
+ <action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
98
+ <action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
99
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
100
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
101
+ <action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
102
+ <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
103
+ </block>
104
+ </block>
105
+ </reference>
106
+ </catalog_category_default>
107
+
108
+ <!--
109
+ Category layered navigation layout
110
+ -->
111
+
112
+ <catalog_category_layered translate="label">
113
+ <label>Catalog Category (Anchor)</label>
114
+ <reference name="left">
115
+ <block type="catalog/layer_view" name="catalog.leftnav" after="currency" template="catalog/layer/view.phtml"/>
116
+ </reference>
117
+ <reference name="content">
118
+ <block type="catalog/category_view" name="category.products" template="catalog/category/view.phtml">
119
+ <block type="catalog/product_list" name="product_list" template="catalog/product/list.phtml">
120
+ <!-- <action method="addReviewSummaryTemplate"><type>default</type><template>review/helper/su.phtml</template></action> -->
121
+ <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
122
+ <block type="page/html_pager" name="product_list_toolbar_pager"/>
123
+ <!-- The following code shows how to set your own pager increments -->
124
+ <!--
125
+ <action method="setDefaultListPerPage"><limit>4</limit></action>
126
+ <action method="setDefaultGridPerPage"><limit>3</limit></action>
127
+ <action method="addPagerLimit"><mode>list</mode><limit>2</limit></action>
128
+ <action method="addPagerLimit"><mode>list</mode><limit>4</limit></action>
129
+ <action method="addPagerLimit"><mode>list</mode><limit>6</limit></action>
130
+ <action method="addPagerLimit"><mode>list</mode><limit>8</limit></action>
131
+ <action method="addPagerLimit" translate="label"><mode>list</mode><limit>all</limit><label>All</label></action>
132
+ <action method="addPagerLimit"><mode>grid</mode><limit>3</limit></action>
133
+ <action method="addPagerLimit"><mode>grid</mode><limit>6</limit></action>
134
+ <action method="addPagerLimit"><mode>grid</mode><limit>9</limit></action>
135
+ <action method="addPagerLimit" translate="label"><mode>grid</mode><limit>all</limit><label>All</label></action>
136
+ -->
137
+ </block>
138
+ <action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
139
+ <action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
140
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
141
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
142
+ <action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
143
+ <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
144
+ </block>
145
+ </block>
146
+ </reference>
147
+ </catalog_category_layered>
148
+
149
+ <!--
150
+ Compare products page
151
+ -->
152
+
153
+ <catalog_product_compare_index translate="label">
154
+ <label>Catalog Product Compare List</label>
155
+ <!-- Mage_Catalog -->
156
+ <reference name="root">
157
+ <action method="setTemplate"><template>page/popup.phtml</template></action>
158
+ </reference>
159
+ <reference name="head">
160
+ <action method="addJs"><script>scriptaculous/scriptaculous.js</script></action>
161
+ <action method="addJs"><script>varien/product.js</script></action>
162
+ </reference>
163
+ <reference name="content">
164
+ <block type="catalog/product_compare_list" name="catalog.compare.list" template="catalog/product/compare/list.phtml"/>
165
+ </reference>
166
+ </catalog_product_compare_index>
167
+
168
+ <customer_account_index>
169
+ <reference name="right">
170
+ <action method="unsetChild"><name>catalog.compare.sidebar</name></action>
171
+ </reference>
172
+ </customer_account_index>
173
+
174
+ <!--
175
+ Product view
176
+ -->
177
+
178
+ <catalog_product_view translate="label">
179
+ <label>Catalog Product View (Any)</label>
180
+ <!-- Mage_Catalog -->
181
+ <reference name="root">
182
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
183
+ </reference>
184
+ <reference name="head">
185
+ <action method="addJs"><script>varien/product.js</script></action>
186
+ <action method="addJs"><script>varien/configurable.js</script></action>
187
+
188
+ <action method="addItem"><type>js_css</type><name>calendar/calendar-win2k-1.css</name><params/><!--<if/><condition>can_load_calendar_js</condition>--></action>
189
+ <action method="addItem"><type>js</type><name>calendar/calendar.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
190
+ <action method="addItem"><type>js</type><name>calendar/calendar-setup.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
191
+ </reference>
192
+ <reference name="content">
193
+ <block type="catalog/product_view" name="product.info" template="catalog/product/view.phtml">
194
+ <!--
195
+ <action method="addReviewSummaryTemplate"><type>default</type><template>review/helper/summary.phtml</template></action>
196
+ <action method="addReviewSummaryTemplate"><type>short</type><template>review/helper/summary_short.phtml</template></action>
197
+ <action method="addReviewSummaryTemplate"><type>...</type><template>...</template></action>
198
+ -->
199
+ <block type="catalog/product_view_media" name="product.info.media" as="media" template="catalog/product/view/media.phtml"/>
200
+ <block type="core/text_list" name="alert.urls" as="alert_urls" translate="label">
201
+ <label>Alert Urls</label>
202
+ </block>
203
+
204
+ <action method="setTierPriceTemplate"><template>catalog/product/view/tierprices.phtml</template></action>
205
+
206
+ <block type="catalog/product_list_upsell" name="product.info.upsell" as="upsell_products" template="catalog/product/list/upsell.phtml">
207
+ <action method="setColumnCount"><columns>4</columns></action>
208
+ <action method="setItemLimit"><type>upsell</type><limit>4</limit></action>
209
+ </block>
210
+
211
+ <block type="catalog/product_view_additional" name="product.info.additional" as="product_additional_data" />
212
+ <block type="catalog/product_view_description" name="product.description" as="description" template="catalog/product/view/description.phtml">
213
+ <action method="addToParentGroup"><group>detailed_info</group></action>
214
+ </block>
215
+ <block type="catalog/product_view_attributes" name="product.attributes" as="additional" template="catalog/product/view/attributes.phtml">
216
+ <action method="addToParentGroup"><group>detailed_info</group></action>
217
+ </block>
218
+ <block type="catalog/product_view" name="product.info.addto" as="addto" template="catalog/product/view/addto.phtml"/>
219
+ <block type="catalog/product_view" name="product.info.addtocart" as="addtocart" template="catalog/product/view/addtocart.phtml"/>
220
+
221
+ <block type="core/text_list" name="product.info.extrahint" as="extrahint" translate="label">
222
+ <label>Product View Extra Hint</label>
223
+ </block>
224
+
225
+ <block type="catalog/product_view" name="product.info.options.wrapper" as="product_options_wrapper" template="catalog/product/view/options/wrapper.phtml" translate="label">
226
+ <label>Info Column Options Wrapper</label>
227
+ <block type="core/template" name="options_js" template="catalog/product/view/options/js.phtml"/>
228
+ <block type="catalog/product_view_options" name="product.info.options" as="product_options" template="catalog/product/view/options.phtml">
229
+ <action method="addOptionRenderer"><type>text</type><block>catalog/product_view_options_type_text</block><template>catalog/product/view/options/type/text.phtml</template></action>
230
+ <action method="addOptionRenderer"><type>file</type><block>catalog/product_view_options_type_file</block><template>catalog/product/view/options/type/file.phtml</template></action>
231
+ <action method="addOptionRenderer"><type>select</type><block>catalog/product_view_options_type_select</block><template>catalog/product/view/options/type/select.phtml</template></action>
232
+ <action method="addOptionRenderer"><type>date</type><block>catalog/product_view_options_type_date</block><template>catalog/product/view/options/type/date.phtml</template></action>
233
+ </block>
234
+ <block type="core/html_calendar" name="html_calendar" as="html_calendar" template="page/js/calendar.phtml"/>
235
+ </block>
236
+ <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">
237
+ <label>Bottom Block Options Wrapper</label>
238
+ <action method="insert"><block>product.tierprices</block></action>
239
+ <block type="catalog/product_view" name="product.clone_prices" as="prices" template="catalog/product/view/price_clone.phtml"/>
240
+ <action method="append"><block>product.info.addtocart</block></action>
241
+ <action method="append"><block>product.info.addto</block></action>
242
+ </block>
243
+
244
+ <block type="core/template_facade" name="product.info.container1" as="container1">
245
+ <action method="setDataByKey"><key>alias_in_layout</key><value>container1</value></action>
246
+ <action method="setDataByKeyFromRegistry"><key>options_container</key><key_in_registry>product</key_in_registry></action>
247
+ <action method="append"><block>product.info.options.wrapper</block></action>
248
+ <action method="append"><block>product.info.options.wrapper.bottom</block></action>
249
+ </block>
250
+ <block type="core/template_facade" name="product.info.container2" as="container2">
251
+ <action method="setDataByKey"><key>alias_in_layout</key><value>container2</value></action>
252
+ <action method="setDataByKeyFromRegistry"><key>options_container</key><key_in_registry>product</key_in_registry></action>
253
+ <action method="append"><block>product.info.options.wrapper</block></action>
254
+ <action method="append"><block>product.info.options.wrapper.bottom</block></action>
255
+ </block>
256
+ <action method="unsetCallChild"><child>container1</child><call>ifEquals</call><if>0</if><key>alias_in_layout</key><key>options_container</key></action>
257
+ <action method="unsetCallChild"><child>container2</child><call>ifEquals</call><if>0</if><key>alias_in_layout</key><key>options_container</key></action>
258
+ </block>
259
+ </reference>
260
+ <reference name="right">
261
+ <block type="catalog/product_list_related" name="catalog.product.related" before="-" template="catalog/product/list/related.phtml"/>
262
+ </reference>
263
+ </catalog_product_view>
264
+
265
+ <!--
266
+ Additional block dependant on product type
267
+ -->
268
+ <PRODUCT_TYPE_simple translate="label" module="catalog">
269
+ <label>Catalog Product View (Simple)</label>
270
+ <reference name="product.info">
271
+ <block type="catalog/product_view_type_simple" name="product.info.simple" as="product_type_data" template="catalog/product/view/type/default.phtml">
272
+ <block type="core/text_list" name="product.info.simple.extra" as="product_type_data_extra" translate="label">
273
+ <label>Product Extra Info</label>
274
+ </block>
275
+ </block>
276
+ </reference>
277
+ </PRODUCT_TYPE_simple>
278
+ <PRODUCT_TYPE_configurable translate="label" module="catalog">
279
+ <label>Catalog Product View (Configurable)</label>
280
+ <reference name="product.info">
281
+ <block type="catalog/product_view_type_configurable" name="product.info.configurable" as="product_type_data" template="catalog/product/view/type/default.phtml">
282
+ <block type="core/text_list" name="product.info.configurable.extra" as="product_type_data_extra" translate="label">
283
+ <label>Product Extra Info</label>
284
+ </block>
285
+ </block>
286
+ </reference>
287
+ <reference name="product.info.options.wrapper">
288
+ <block type="catalog/product_view_type_configurable" name="product.info.options.configurable" as="options_configurable" before="-" template="catalog/product/view/type/options/configurable.phtml"/>
289
+ </reference>
290
+ </PRODUCT_TYPE_configurable>
291
+ <PRODUCT_TYPE_grouped translate="label" module="catalog">
292
+ <label>Catalog Product View (Grouped)</label>
293
+ <reference name="product.info">
294
+ <block type="catalog/product_view_type_grouped" name="product.info.grouped" as="product_type_data" template="catalog/product/view/type/grouped.phtml">
295
+ <block type="core/text_list" name="product.info.grouped.extra" as="product_type_data_extra" translate="label">
296
+ <label>Product Extra Info</label>
297
+ </block>
298
+ </block>
299
+ </reference>
300
+ </PRODUCT_TYPE_grouped>
301
+ <PRODUCT_TYPE_virtual translate="label" module="catalog">
302
+ <label>Catalog Product View (Virtual)</label>
303
+ <reference name="product.info">
304
+ <block type="catalog/product_view_type_virtual" name="product.info.virtual" as="product_type_data" template="catalog/product/view/type/default.phtml">
305
+ <block type="core/text_list" name="product.info.virtual.extra" as="product_type_data_extra" translate="label">
306
+ <label>Product Extra Info</label>
307
+ </block>
308
+ </block>
309
+ </reference>
310
+ </PRODUCT_TYPE_virtual>
311
+
312
+
313
+
314
+ <!--
315
+ Product send to friend
316
+ -->
317
+
318
+ <catalog_product_send translate="label">
319
+ <label>Catalog Product Email to a Friend</label>
320
+ <!-- Mage_Catalog -->
321
+ <reference name="root">
322
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
323
+ </reference>
324
+ <reference name="head">
325
+ <action method="addJs"><script>varien/product.js</script></action>
326
+ </reference>
327
+ <reference name="content">
328
+ <block type="catalog/product_send" name="product.send" template="catalog/product/send.phtml">
329
+ </block>
330
+ </reference>
331
+ </catalog_product_send>
332
+
333
+ <!--
334
+ Product additional images gallery popup
335
+ -->
336
+
337
+ <catalog_product_gallery translate="label">
338
+ <label>Catalog Product Image Gallery Popup</label>
339
+ <!-- Mage_Catalog -->
340
+ <reference name="root">
341
+ <action method="setTemplate"><template>page/popup.phtml</template></action>
342
+ </reference>
343
+ <reference name="content">
344
+ <block type="catalog/product_gallery" name="catalog_product_gallery" template="catalog/product/gallery.phtml"/>
345
+ </reference>
346
+ </catalog_product_gallery>
347
+
348
+ <!--
349
+ SEO Site Map
350
+ -->
351
+
352
+ <catalog_seo_sitemap translate="label">
353
+ <label>Catalog Seo Sitemap (Common)</label>
354
+ <remove name="right"/>
355
+ <remove name="left"/>
356
+
357
+ <reference name="root">
358
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
359
+ </reference>
360
+ <reference name="content">
361
+ <block type="page/template_container" name="seo.sitemap.container" template="catalog/seo/sitemap/container.phtml">
362
+ <block type="page/template_links" name="seo.sitemap.links" as="links" template="page/template/links.phtml"/>
363
+ <block type="page/html_pager" name="seo.sitemap.pager.top" as="pager_top" template="page/html/pager.phtml"/>
364
+ <block type="page/html_pager" name="seo.sitemap.pager.bottom" as="pager_bottom" template="page/html/pager.phtml"/>
365
+ </block>
366
+ </reference>
367
+ </catalog_seo_sitemap>
368
+
369
+ <catalog_seo_sitemap_category translate="label">
370
+ <label>Catalog Seo Sitemap (Category List)</label>
371
+ <reference name="head">
372
+ <action method="setTitle" translate="title" module="catalog"><title>Site Map</title></action>
373
+ </reference>
374
+ <update handle="catalog_seo_sitemap" />
375
+ <reference name="seo.sitemap.container">
376
+ <action method="setTitle" translate="title" module="catalog"><title>Categories</title></action>
377
+ <block type="catalog/seo_sitemap_category" name="seo.sitemap.sitemap" as="sitemap" after="pager_top" template="catalog/seo/sitemap.phtml">
378
+ <action method="bindPager"><pager>seo.sitemap.pager.top</pager></action>
379
+ <action method="bindPager"><pager>seo.sitemap.pager.bottom</pager></action>
380
+ <action method="setItemsTitle" translate="title" module="catalog"><title>categories</title></action>
381
+ </block>
382
+ </reference>
383
+ <reference name="seo.sitemap.links">
384
+ <action method="addLink" translate="label title" module="catalog"><label>Products Sitemap</label><url helper="catalog/map/getProductUrl"/><title>Products Sitemap</title></action>
385
+ </reference>
386
+ </catalog_seo_sitemap_category>
387
+
388
+ <catalog_seo_sitemap_category_tree translate="label">
389
+ <label>Catalog Seo Sitemap (Category Tree)</label>
390
+ <reference name="seo.sitemap.container">
391
+ <remove name="seo.sitemap.pager.top" />
392
+ <remove name="seo.sitemap.pager.bottom" />
393
+ <block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.top" as="pager_top" template="page/html/pager.phtml"/>
394
+ <block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.bottom" as="pager_bottom" template="page/html/pager.phtml"/>
395
+ <remove name="seo.sitemap.sitemap" />
396
+ <block type="catalog/seo_sitemap_tree_category" name="seo.sitemap.sitemap_tree" as="sitemap" after="pager_top" template="catalog/seo/tree.phtml">
397
+ <action method="bindPager"><pager>seo.sitemap.tree.pager.top</pager></action>
398
+ <action method="bindPager"><pager>seo.sitemap.tree.pager.bottom</pager></action>
399
+ </block>
400
+ </reference>
401
+ </catalog_seo_sitemap_category_tree>
402
+
403
+ <catalog_seo_sitemap_product translate="label">
404
+ <label>Catalog Seo Sitemap (Product List)</label>
405
+ <reference name="head">
406
+ <action method="setTitle" translate="title" module="catalog"><title>Site Map</title></action>
407
+ </reference>
408
+ <update handle="catalog_seo_sitemap" />
409
+ <reference name="seo.sitemap.container">
410
+ <action method="setTitle" translate="title" module="catalog"><title>Products</title></action>
411
+ <block type="catalog/seo_sitemap_product" name="seo.sitemap.sitemap" as="sitemap" after="pager_top" template="catalog/seo/sitemap.phtml">
412
+ <action method="bindPager"><pager>seo.sitemap.pager.top</pager></action>
413
+ <action method="bindPager"><pager>seo.sitemap.pager.bottom</pager></action>
414
+ <action method="setItemsTitle" translate="title" module="catalog"><title>products</title></action>
415
+ </block>
416
+ </reference>
417
+ <reference name="seo.sitemap.links">
418
+ <action method="addLink" translate="label title" module="catalog"><label>Categories Sitemap</label><url helper="catalog/map/getCategoryUrl"/><title>Categories Sitemap</title></action>
419
+ </reference>
420
+ </catalog_seo_sitemap_product>
421
+
422
+
423
+ <!--
424
+ Catalog search terms block
425
+ -->
426
+
427
+ <catalog_seo_searchterm_popular translate="label">
428
+ <label>Catalog Seo Popular Search Terms</label>
429
+ <remove name="right"/>
430
+ <remove name="left"/>
431
+ <reference name="root">
432
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
433
+ </reference>
434
+ <reference name="content">
435
+ <block type="catalog/seo_searchterm" name="seo.searchterm" template="catalog/seo/searchterm.phtml"/>
436
+ </reference>
437
+ </catalog_seo_searchterm_popular>
438
+
439
+ </layout>
app/design/frontend/base/default/layout/catalog_msrp.xml ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Magento Inc. (http://www.magentocommerce.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 layout, loads most of the pages
32
+ -->
33
+ <catalog_category_default>
34
+ <update handle="MAP_popup" />
35
+ </catalog_category_default>
36
+ <catalog_category_layered>
37
+ <update handle="MAP_popup" />
38
+ </catalog_category_layered>
39
+ <catalog_product_compare_index>
40
+ <update handle="MAP_popup" />
41
+ </catalog_product_compare_index>
42
+ <catalog_product_view>
43
+ <update handle="MAP_popup" />
44
+ <update handle="MAP_price_msrp_item" />
45
+ </catalog_product_view>
46
+ <checkout_cart_index>
47
+ <update handle="MAP_popup" />
48
+ </checkout_cart_index>
49
+ <checkout_onepage_success>
50
+ <update handle="MAP_popup" />
51
+ </checkout_onepage_success>
52
+ <checkout_onepage_failure>
53
+ <update handle="MAP_popup" />
54
+ </checkout_onepage_failure>
55
+ <wishlist_index_index>
56
+ <update handle="MAP_popup" />
57
+ <update handle="MAP_price_msrp_wishlist_item" />
58
+ </wishlist_index_index>
59
+ <wishlist_shared_index>
60
+ <update handle="MAP_popup" />
61
+ <update handle="MAP_price_msrp_wishlist_item" />
62
+ </wishlist_shared_index>
63
+ <review_product_list>
64
+ <update handle="MAP_popup" />
65
+ <update handle="MAP_price_msrp_item" />
66
+ </review_product_list>
67
+ <catalogsearch_result_index>
68
+ <update handle="MAP_popup" />
69
+ </catalogsearch_result_index>
70
+ <catalogsearch_advanced_result>
71
+ <update handle="MAP_popup" />
72
+ </catalogsearch_advanced_result>
73
+ <tag_product_list>
74
+ <update handle="MAP_popup" />
75
+ </tag_product_list>
76
+ <tag_customer_view>
77
+ <update handle="MAP_popup" />
78
+ </tag_customer_view>
79
+
80
+ <MAP_popup>
81
+ <reference name="head">
82
+ <action method="addItem" ifconfig="sales/msrp/enabled"><type>skin_js</type><name>js/msrp.js</name></action>
83
+ </reference>
84
+ <reference name="content">
85
+ <block type="core/template" template="catalog/msrp/popup.phtml" name="product.tooltip"></block>
86
+ </reference>
87
+ </MAP_popup>
88
+ <MAP_price_msrp_item>
89
+ <reference name="catalog_product_price_template">
90
+ <action method="addPriceBlockType"><type>msrp</type><block>catalog/product_price</block><template>catalog/product/price_msrp_item.phtml</template></action>
91
+ </reference>
92
+ <reference name="product.clone_prices">
93
+ <action method="addPriceBlockType"><type>msrp</type><block>catalog/product_price</block><template>catalog/product/price_msrp_item.phtml</template></action>
94
+ </reference>
95
+ </MAP_price_msrp_item>
96
+ <MAP_price_msrp_wishlist_item>
97
+ <reference name="catalog_product_price_template">
98
+ <action method="addPriceBlockType"><type>msrp</type><block>catalog/product_price</block><template>wishlist/render/item/price_msrp_item.phtml</template></action>
99
+ </reference>
100
+ </MAP_price_msrp_wishlist_item>
101
+ <default>
102
+ <reference name="catalog_product_price_template">
103
+ <action method="addPriceBlockType"><type>msrp</type><block>catalog/product_price</block><template>catalog/product/price_msrp.phtml</template></action>
104
+ <action method="addPriceBlockType"><type>msrp_item</type><block>catalog/product_price</block><template>catalog/product/price_msrp_item.phtml</template></action>
105
+ <action method="addPriceBlockType"><type>msrp_noform</type><block>catalog/product_price</block><template>catalog/product/price_msrp_noform.phtml</template></action>
106
+ </reference>
107
+ </default>
108
+ </layout>
app/design/frontend/base/default/layout/cataloginventory.xml ADDED
@@ -0,0 +1,64 @@