Version Notes
1.9.0.0
Download this release
Release Info
Developer | Magento Core Team |
Extension | Interface_Frontend_Rwd_Default |
Version | 1.9.0.0 |
Comparing to | |
See all releases |
Version 1.9.0.0
- app/design/frontend/rwd/default/etc/theme.xml +30 -0
- app/design/frontend/rwd/default/etc/widget.xml +166 -0
- app/design/frontend/rwd/default/layout/bundle.xml +383 -0
- app/design/frontend/rwd/default/layout/captcha.xml +4 -0
- app/design/frontend/rwd/default/layout/catalog.xml +447 -0
- app/design/frontend/rwd/default/layout/catalog_msrp.xml +109 -0
- app/design/frontend/rwd/default/layout/catalogsearch.xml +148 -0
- app/design/frontend/rwd/default/layout/checkout.xml +542 -0
- app/design/frontend/rwd/default/layout/cms.xml +108 -0
- app/design/frontend/rwd/default/layout/contacts.xml +43 -0
- app/design/frontend/rwd/default/layout/customer.xml +301 -0
- app/design/frontend/rwd/default/layout/directory.xml +43 -0
- app/design/frontend/rwd/default/layout/downloadable.xml +232 -0
- app/design/frontend/rwd/default/layout/newsletter.xml +67 -0
- app/design/frontend/rwd/default/layout/oauth.xml +137 -0
- app/design/frontend/rwd/default/layout/page.xml +241 -0
- app/design/frontend/rwd/default/layout/paypal.xml +205 -0
- app/design/frontend/rwd/default/layout/persistent.xml +63 -0
- app/design/frontend/rwd/default/layout/poll.xml +4 -0
- app/design/frontend/rwd/default/layout/review.xml +146 -0
- app/design/frontend/rwd/default/layout/rss.xml +100 -0
- app/design/frontend/rwd/default/layout/sales.xml +526 -0
- app/design/frontend/rwd/default/layout/tag.xml +4 -0
- app/design/frontend/rwd/default/layout/wishlist.xml +146 -0
- app/design/frontend/rwd/default/locale/en_US/translate.csv +20 -0
- app/design/frontend/rwd/default/template/authorizenet/directpost/form.phtml +135 -0
- app/design/frontend/rwd/default/template/bundle/catalog/product/view/type/bundle.phtml +41 -0
- app/design/frontend/rwd/default/template/bundle/catalog/product/view/type/bundle/availability.phtml +39 -0
- app/design/frontend/rwd/default/template/bundle/catalog/product/view/type/bundle/option/select.phtml +64 -0
- app/design/frontend/rwd/default/template/bundle/sales/order/items/renderer.phtml +380 -0
- app/design/frontend/rwd/default/template/catalog/layer/filter.phtml +55 -0
- app/design/frontend/rwd/default/template/catalog/layer/state.phtml +73 -0
- app/design/frontend/rwd/default/template/catalog/layer/view.phtml +59 -0
- app/design/frontend/rwd/default/template/catalog/msrp/popup.phtml +64 -0
- app/design/frontend/rwd/default/template/catalog/navigation/left.phtml +63 -0
- app/design/frontend/rwd/default/template/catalog/product/compare/list.phtml +172 -0
- app/design/frontend/rwd/default/template/catalog/product/compare/sidebar.phtml +60 -0
- app/design/frontend/rwd/default/template/catalog/product/list.phtml +186 -0
- app/design/frontend/rwd/default/template/catalog/product/list/related.phtml +94 -0
- app/design/frontend/rwd/default/template/catalog/product/list/toolbar.phtml +99 -0
- app/design/frontend/rwd/default/template/catalog/product/list/upsell.phtml +59 -0
- app/design/frontend/rwd/default/template/catalog/product/new.phtml +64 -0
- app/design/frontend/rwd/default/template/catalog/product/view.phtml +191 -0
- app/design/frontend/rwd/default/template/catalog/product/view/addto.phtml +43 -0
- app/design/frontend/rwd/default/template/catalog/product/view/addtocart.phtml +42 -0
- app/design/frontend/rwd/default/template/catalog/product/view/media.phtml +88 -0
- app/design/frontend/rwd/default/template/catalog/product/view/sharing.phtml +50 -0
- app/design/frontend/rwd/default/template/catalog/product/view/type/availability/default.phtml +39 -0
- app/design/frontend/rwd/default/template/catalog/product/view/type/availability/grouped.phtml +41 -0
- app/design/frontend/rwd/default/template/catalog/product/view/type/default.phtml +30 -0
- app/design/frontend/rwd/default/template/catalog/product/view/type/grouped.phtml +90 -0
- app/design/frontend/rwd/default/template/catalog/product/view/type/options/configurable.phtml +67 -0
- app/design/frontend/rwd/default/template/catalog/product/widget/new/column/new_default_list.phtml +58 -0
- app/design/frontend/rwd/default/template/catalog/product/widget/new/column/new_images_list.phtml +48 -0
- app/design/frontend/rwd/default/template/catalog/product/widget/new/column/new_names_list.phtml +47 -0
- app/design/frontend/rwd/default/template/catalog/product/widget/new/content/new_grid.phtml +68 -0
- app/design/frontend/rwd/default/template/catalog/product/widget/new/content/new_list.phtml +65 -0
- app/design/frontend/rwd/default/template/cataloginventory/stockqty/composite.phtml +66 -0
- app/design/frontend/rwd/default/template/catalogsearch/advanced/form.phtml +96 -0
- app/design/frontend/rwd/default/template/catalogsearch/form.mini.phtml +45 -0
- app/design/frontend/rwd/default/template/catalogsearch/result.phtml +56 -0
- app/design/frontend/rwd/default/template/centinel/authentication/start.phtml +40 -0
- app/design/frontend/rwd/default/template/checkout/cart.phtml +177 -0
- app/design/frontend/rwd/default/template/checkout/cart/coupon.phtml +60 -0
- app/design/frontend/rwd/default/template/checkout/cart/crosssell.phtml +61 -0
- app/design/frontend/rwd/default/template/checkout/cart/item/configure/updatecart.phtml +43 -0
- app/design/frontend/rwd/default/template/checkout/cart/item/default.phtml +330 -0
- app/design/frontend/rwd/default/template/checkout/cart/minicart.phtml +50 -0
- app/design/frontend/rwd/default/template/checkout/cart/minicart/default.phtml +189 -0
- app/design/frontend/rwd/default/template/checkout/cart/minicart/items.phtml +108 -0
- app/design/frontend/rwd/default/template/checkout/cart/render/default.phtml +70 -0
- app/design/frontend/rwd/default/template/checkout/cart/render/simple.phtml +70 -0
- app/design/frontend/rwd/default/template/checkout/cart/shipping.phtml +150 -0
- app/design/frontend/rwd/default/template/checkout/cart/sidebar.phtml +80 -0
- app/design/frontend/rwd/default/template/checkout/cart/sidebar/default.phtml +145 -0
- app/design/frontend/rwd/default/template/checkout/multishipping/billing.phtml +118 -0
- app/design/frontend/rwd/default/template/checkout/multishipping/item/default.phtml +48 -0
- app/design/frontend/rwd/default/template/checkout/onepage.phtml +61 -0
- app/design/frontend/rwd/default/template/checkout/onepage/payment.phtml +76 -0
- app/design/frontend/rwd/default/template/checkout/onepage/progress.phtml +59 -0
- app/design/frontend/rwd/default/template/checkout/onepage/review/info.phtml +84 -0
- app/design/frontend/rwd/default/template/checkout/onepage/review/item.phtml +240 -0
- app/design/frontend/rwd/default/template/checkout/onepage/shipping.phtml +157 -0
- app/design/frontend/rwd/default/template/contacts/form.phtml +73 -0
- app/design/frontend/rwd/default/template/customer/account/dashboard.phtml +45 -0
- app/design/frontend/rwd/default/template/customer/account/dashboard/address.phtml +56 -0
- app/design/frontend/rwd/default/template/customer/account/navigation.phtml +46 -0
- app/design/frontend/rwd/default/template/customer/address/edit.phtml +166 -0
- app/design/frontend/rwd/default/template/customer/form/address.phtml +144 -0
- app/design/frontend/rwd/default/template/customer/form/changepassword.phtml +67 -0
- app/design/frontend/rwd/default/template/customer/form/confirmation.phtml +54 -0
- app/design/frontend/rwd/default/template/customer/form/edit.phtml +117 -0
- app/design/frontend/rwd/default/template/customer/form/forgotpassword.phtml +55 -0
- app/design/frontend/rwd/default/template/customer/form/mini.login.phtml +40 -0
- app/design/frontend/rwd/default/template/customer/form/resetforgottenpassword.phtml +59 -0
- app/design/frontend/rwd/default/template/directory/currency.phtml +45 -0
- app/design/frontend/rwd/default/template/downloadable/catalog/product/type.phtml +48 -0
- app/design/frontend/rwd/default/template/downloadable/checkout/cart/item/default.phtml +344 -0
- app/design/frontend/rwd/default/template/downloadable/checkout/onepage/review/item.phtml +246 -0
- app/design/frontend/rwd/default/template/downloadable/customer/products/list.phtml +74 -0
- app/design/frontend/rwd/default/template/downloadable/sales/order/items/renderer/downloadable.phtml +360 -0
- app/design/frontend/rwd/default/template/newsletter/subscribe.phtml +49 -0
- app/design/frontend/rwd/default/template/oauth/authorize/form/login-simple.phtml +75 -0
- app/design/frontend/rwd/default/template/page/1column.phtml +68 -0
- app/design/frontend/rwd/default/template/page/2columns-left.phtml +72 -0
- app/design/frontend/rwd/default/template/page/2columns-right.phtml +68 -0
- app/design/frontend/rwd/default/template/page/3columns.phtml +75 -0
- app/design/frontend/rwd/default/template/page/empty.phtml +53 -0
- app/design/frontend/rwd/default/template/page/html/footer.phtml +32 -0
- app/design/frontend/rwd/default/template/page/html/header.phtml +114 -0
- app/design/frontend/rwd/default/template/page/html/pager.phtml +130 -0
- app/design/frontend/rwd/default/template/page/html/topmenu.phtml +42 -0
- app/design/frontend/rwd/default/template/page/html/topmenu/renderer.phtml +82 -0
- app/design/frontend/rwd/default/template/page/popup.phtml +52 -0
- app/design/frontend/rwd/default/template/page/print.phtml +59 -0
- app/design/frontend/rwd/default/template/page/template/links.phtml +48 -0
- app/design/frontend/rwd/default/template/payment/form/cc.phtml +139 -0
- app/design/frontend/rwd/default/template/payment/form/ccsave.phtml +136 -0
- app/design/frontend/rwd/default/template/payment/info/default.phtml +43 -0
- app/design/frontend/rwd/default/template/paypal/bml.phtml +49 -0
- app/design/frontend/rwd/default/template/paypal/express/minicart/shortcut.phtml +73 -0
- app/design/frontend/rwd/default/template/paypal/express/product/shortcut.phtml +69 -0
- app/design/frontend/rwd/default/template/paypal/express/review.phtml +177 -0
- app/design/frontend/rwd/default/template/paypal/express/review/address.phtml +191 -0
- app/design/frontend/rwd/default/template/paypal/express/review/details.phtml +64 -0
- app/design/frontend/rwd/default/template/paypal/express/review/shipping/method.phtml +53 -0
- app/design/frontend/rwd/default/template/persistent/checkout/onepage/billing.phtml +228 -0
- app/design/frontend/rwd/default/template/persistent/checkout/onepage/login.phtml +157 -0
- app/design/frontend/rwd/default/template/persistent/customer/form/login.phtml +104 -0
- app/design/frontend/rwd/default/template/persistent/customer/form/register.phtml +188 -0
- app/design/frontend/rwd/default/template/persistent/remember_me.phtml +41 -0
- app/design/frontend/rwd/default/template/persistent/remember_me_tooltip.phtml +62 -0
- app/design/frontend/rwd/default/template/reports/product_viewed.phtml +53 -0
- app/design/frontend/rwd/default/template/reports/widget/compared/column/compared_default_list.phtml +57 -0
- app/design/frontend/rwd/default/template/reports/widget/compared/column/compared_images_list.phtml +47 -0
- app/design/frontend/rwd/default/template/reports/widget/compared/column/compared_names_list.phtml +46 -0
- app/design/frontend/rwd/default/template/reports/widget/compared/content/compared_grid.phtml +67 -0
- app/design/frontend/rwd/default/template/reports/widget/compared/content/compared_list.phtml +64 -0
- app/design/frontend/rwd/default/template/reports/widget/viewed/column/viewed_default_list.phtml +62 -0
- app/design/frontend/rwd/default/template/reports/widget/viewed/column/viewed_images_list.phtml +52 -0
- app/design/frontend/rwd/default/template/reports/widget/viewed/column/viewed_names_list.phtml +51 -0
- app/design/frontend/rwd/default/template/reports/widget/viewed/content/viewed_grid.phtml +70 -0
- app/design/frontend/rwd/default/template/reports/widget/viewed/content/viewed_list.phtml +69 -0
- app/design/frontend/rwd/default/template/review/customer/view.phtml +75 -0
- app/design/frontend/rwd/default/template/review/form.phtml +165 -0
- app/design/frontend/rwd/default/template/review/product/view/list.phtml +85 -0
- app/design/frontend/rwd/default/template/review/view.phtml +76 -0
- app/design/frontend/rwd/default/template/sales/order/creditmemo/items.phtml +65 -0
- app/design/frontend/rwd/default/template/sales/order/creditmemo/items/renderer/default.phtml +331 -0
- app/design/frontend/rwd/default/template/sales/order/history.phtml +77 -0
- app/design/frontend/rwd/default/template/sales/order/items.phtml +69 -0
- app/design/frontend/rwd/default/template/sales/order/items/renderer/default.phtml +323 -0
- app/design/frontend/rwd/default/template/sales/order/recent.phtml +75 -0
- app/design/frontend/rwd/default/template/sales/order/shipment/items.phtml +89 -0
- app/design/frontend/rwd/default/template/sales/widget/guest/form.phtml +105 -0
- app/design/frontend/rwd/default/template/sendfriend/send.phtml +143 -0
- app/design/frontend/rwd/default/template/wishlist/button/update.phtml +30 -0
- app/design/frontend/rwd/default/template/wishlist/item/column/cart.phtml +58 -0
- app/design/frontend/rwd/default/template/wishlist/item/column/info.phtml +53 -0
- app/design/frontend/rwd/default/template/wishlist/item/column/price.phtml +37 -0
- app/design/frontend/rwd/default/template/wishlist/item/column/quantity.phtml +41 -0
- app/design/frontend/rwd/default/template/wishlist/item/list.phtml +69 -0
- app/design/frontend/rwd/default/template/wishlist/shared.phtml +85 -0
- app/design/frontend/rwd/default/template/wishlist/sidebar.phtml +61 -0
- app/design/frontend/rwd/default/template/wishlist/view.phtml +92 -0
- package.xml +18 -0
- skin/frontend/rwd/default/css/madisonisland-ie8.css +176 -0
- skin/frontend/rwd/default/css/madisonisland.css +350 -0
- skin/frontend/rwd/default/css/scaffold-forms.css +103 -0
- skin/frontend/rwd/default/css/styles-ie8.css +1705 -0
app/design/frontend/rwd/default/etc/theme.xml
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 rwd_default
|
24 |
+
* @copyright Copyright (c) 2014 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 |
+
<theme>
|
29 |
+
<parent />
|
30 |
+
</theme>
|
app/design/frontend/rwd/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 rwd_default
|
24 |
+
* @copyright Copyright (c) 2014 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/rwd/default/layout/bundle.xml
ADDED
@@ -0,0 +1,383 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 rwd_default
|
24 |
+
* @copyright Copyright (c) 2014 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="minicart_head">
|
85 |
+
<action method="addItemRender"><type>bundle</type><block>bundle/checkout_cart_item_renderer</block><template>checkout/cart/minicart/default.phtml</template></action>
|
86 |
+
</reference>
|
87 |
+
<reference name="cart_sidebar">
|
88 |
+
<action method="addItemRender"><type>bundle</type><block>bundle/checkout_cart_item_renderer</block><template>checkout/cart/sidebar/default.phtml</template></action>
|
89 |
+
</reference>
|
90 |
+
<reference name="wishlist_sidebar">
|
91 |
+
<action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action>
|
92 |
+
</reference>
|
93 |
+
<reference name="catalog_product_price_template">
|
94 |
+
<action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action>
|
95 |
+
</reference>
|
96 |
+
</default>
|
97 |
+
|
98 |
+
<catalog_product_view>
|
99 |
+
<reference name="catalog.product.related">
|
100 |
+
<action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action>
|
101 |
+
</reference>
|
102 |
+
</catalog_product_view>
|
103 |
+
|
104 |
+
<!--
|
105 |
+
Partof block for simple products
|
106 |
+
-->
|
107 |
+
|
108 |
+
<PRODUCT_TYPE_simple>
|
109 |
+
<!--
|
110 |
+
<reference name="product.info.additional">
|
111 |
+
|
112 |
+
<block type="bundle/catalog_product_list_partof" before="-" name="product.info.partof" as="partof_products" template="bundle/catalog/product/list/partof.phtml">
|
113 |
+
<action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action>
|
114 |
+
</block>
|
115 |
+
-->
|
116 |
+
<reference name="product.info.upsell">
|
117 |
+
<action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action>
|
118 |
+
<action method="setItemLimit"><type>bundle</type><limit>4</limit></action>
|
119 |
+
</reference>
|
120 |
+
</PRODUCT_TYPE_simple>
|
121 |
+
|
122 |
+
<!--
|
123 |
+
Shopping cart item renderer (sidebar)
|
124 |
+
-->
|
125 |
+
|
126 |
+
<customer_account>
|
127 |
+
<reference name="cart_sidebar">
|
128 |
+
<action method="addItemRender"><type>bundle</type><block>bundle/checkout_cart_item_renderer</block><template>checkout/cart/sidebar/default.phtml</template></action>
|
129 |
+
</reference>
|
130 |
+
</customer_account>
|
131 |
+
|
132 |
+
<!--
|
133 |
+
Shopping cart item renderer
|
134 |
+
-->
|
135 |
+
|
136 |
+
<checkout_cart_index>
|
137 |
+
<reference name="checkout.cart">
|
138 |
+
<action method="addItemRender"><type>bundle</type><block>bundle/checkout_cart_item_renderer</block><template>checkout/cart/item/default.phtml</template></action>
|
139 |
+
</reference>
|
140 |
+
<reference name="checkout.cart.crosssell">
|
141 |
+
<action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action>
|
142 |
+
</reference>
|
143 |
+
</checkout_cart_index>
|
144 |
+
|
145 |
+
<!--
|
146 |
+
Onepage Checkout Review Page
|
147 |
+
-->
|
148 |
+
|
149 |
+
<checkout_onepage_review>
|
150 |
+
<reference name="root">
|
151 |
+
<action method="addItemRender"><type>bundle</type><block>bundle/checkout_cart_item_renderer</block><template>checkout/onepage/review/item.phtml</template></action>
|
152 |
+
</reference>
|
153 |
+
</checkout_onepage_review>
|
154 |
+
|
155 |
+
<checkout_multishipping_addresses>
|
156 |
+
<reference name="checkout_addresses">
|
157 |
+
<action method="addItemRender"><type>bundle</type><block>bundle/checkout_cart_item_renderer</block><template>checkout/multishipping/item/default.phtml</template></action>
|
158 |
+
</reference>
|
159 |
+
</checkout_multishipping_addresses>
|
160 |
+
|
161 |
+
<checkout_multishipping_shipping>
|
162 |
+
<reference name="checkout_shipping">
|
163 |
+
<action method="addItemRender"><type>bundle</type><block>bundle/checkout_cart_item_renderer</block><template>checkout/multishipping/item/default.phtml</template></action>
|
164 |
+
</reference>
|
165 |
+
<reference name="checkout_billing_items">
|
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 |
+
</checkout_multishipping_shipping>
|
169 |
+
|
170 |
+
<checkout_multishipping_overview>
|
171 |
+
<reference name="checkout_overview">
|
172 |
+
<action method="addItemRender"><type>bundle</type><block>bundle/checkout_cart_item_renderer</block><template>checkout/multishipping/item/default.phtml</template></action>
|
173 |
+
</reference>
|
174 |
+
</checkout_multishipping_overview>
|
175 |
+
|
176 |
+
<paypal_express_review>
|
177 |
+
<reference name="paypal.express.review.details">
|
178 |
+
<action method="addItemRender"><type>bundle</type><block>bundle/checkout_cart_item_renderer</block><template>checkout/onepage/review/item.phtml</template></action>
|
179 |
+
</reference>
|
180 |
+
</paypal_express_review>
|
181 |
+
<paypal_express_review_details>
|
182 |
+
<reference name="root">
|
183 |
+
<action method="addItemRender"><type>bundle</type><block>bundle/checkout_cart_item_renderer</block><template>checkout/onepage/review/item.phtml</template></action>
|
184 |
+
</reference>
|
185 |
+
</paypal_express_review_details>
|
186 |
+
|
187 |
+
<paypaluk_express_review>
|
188 |
+
<reference name="paypal.express.review.details">
|
189 |
+
<action method="addItemRender"><type>bundle</type><block>bundle/checkout_cart_item_renderer</block><template>checkout/onepage/review/item.phtml</template></action>
|
190 |
+
</reference>
|
191 |
+
</paypaluk_express_review>
|
192 |
+
<paypaluk_express_review_details>
|
193 |
+
<reference name="root">
|
194 |
+
<action method="addItemRender"><type>bundle</type><block>bundle/checkout_cart_item_renderer</block><template>checkout/onepage/review/item.phtml</template></action>
|
195 |
+
</reference>
|
196 |
+
</paypaluk_express_review_details>
|
197 |
+
|
198 |
+
<!--
|
199 |
+
Additional block for bundle product type
|
200 |
+
-->
|
201 |
+
|
202 |
+
<PRODUCT_TYPE_bundle translate="label" module="bundle">
|
203 |
+
<label>Catalog Product View (Bundle)</label>
|
204 |
+
<reference name="head">
|
205 |
+
<action method="addItem"><type>skin_js</type><name>js/bundle.js</name></action>
|
206 |
+
</reference>
|
207 |
+
<reference name="product.info">
|
208 |
+
<action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action>
|
209 |
+
<block type="bundle/catalog_product_price" name="bundle.prices" as="bundle_prices" template="bundle/catalog/product/view/price.phtml">
|
210 |
+
<action method="setMAPTemplate"><tmpl>catalog/product/price_msrp_item.phtml</tmpl></action>
|
211 |
+
</block>
|
212 |
+
<block type="bundle/catalog_product_view_type_bundle" name="product.info.bundle" as="product_type_data" template="bundle/catalog/product/view/type/bundle.phtml"/>
|
213 |
+
<block type="bundle/catalog_product_view_type_bundle" name="product.info.availability" as="product_type_availability" template="bundle/catalog/product/view/type/bundle/availability.phtml" />
|
214 |
+
</reference>
|
215 |
+
<reference name="product.info.options.wrapper">
|
216 |
+
<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">
|
217 |
+
<action method="addRenderer"><type>select</type><block>bundle/catalog_product_view_type_bundle_option_select</block></action>
|
218 |
+
<action method="addRenderer"><type>multi</type><block>bundle/catalog_product_view_type_bundle_option_multi</block></action>
|
219 |
+
<action method="addRenderer"><type>radio</type><block>bundle/catalog_product_view_type_bundle_option_radio</block></action>
|
220 |
+
<action method="addRenderer"><type>checkbox</type><block>bundle/catalog_product_view_type_bundle_option_checkbox</block></action>
|
221 |
+
</block>
|
222 |
+
<action method="insert"><block>product.info.bundle.options</block></action>
|
223 |
+
</reference>
|
224 |
+
<reference name="product.info.options.wrapper.bottom">
|
225 |
+
<remove name="product.tierprices" />
|
226 |
+
<block type="bundle/catalog_product_view" name="bundle.tierprices" as="tierprices" before="-" template="bundle/catalog/product/view/tierprices.phtml"/>
|
227 |
+
<block type="cataloginventory/qtyincrements" name="product.info.qtyincrements" before="-" template="cataloginventory/qtyincrements.phtml"/>
|
228 |
+
</reference>
|
229 |
+
<reference name="product.clone_prices">
|
230 |
+
<action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/view/price.phtml</template></action>
|
231 |
+
</reference>
|
232 |
+
</PRODUCT_TYPE_bundle>
|
233 |
+
|
234 |
+
<sales_order_view>
|
235 |
+
<reference name="order_items">
|
236 |
+
<action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/sales/order/items/renderer.phtml</template></action>
|
237 |
+
</reference>
|
238 |
+
</sales_order_view>
|
239 |
+
|
240 |
+
<sales_order_invoice>
|
241 |
+
<reference name="invoice_items">
|
242 |
+
<action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/sales/order/invoice/items/renderer.phtml</template></action>
|
243 |
+
</reference>
|
244 |
+
</sales_order_invoice>
|
245 |
+
|
246 |
+
<sales_order_shipment>
|
247 |
+
<reference name="shipment_items">
|
248 |
+
<action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/sales/order/shipment/items/renderer.phtml</template></action>
|
249 |
+
</reference>
|
250 |
+
</sales_order_shipment>
|
251 |
+
|
252 |
+
<sales_order_creditmemo>
|
253 |
+
<reference name="creditmemo_items">
|
254 |
+
<action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/sales/order/creditmemo/items/renderer.phtml</template></action>
|
255 |
+
</reference>
|
256 |
+
</sales_order_creditmemo>
|
257 |
+
|
258 |
+
<!--
|
259 |
+
Print pages
|
260 |
+
-->
|
261 |
+
|
262 |
+
<sales_order_print>
|
263 |
+
<reference name="sales.order.print">
|
264 |
+
<action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/sales/order/items/renderer.phtml</template></action>
|
265 |
+
</reference>
|
266 |
+
</sales_order_print>
|
267 |
+
|
268 |
+
<sales_order_printinvoice>
|
269 |
+
<reference name="sales.order.print.invoice">
|
270 |
+
<action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/sales/order/invoice/items/renderer.phtml</template></action>
|
271 |
+
</reference>
|
272 |
+
</sales_order_printinvoice>
|
273 |
+
|
274 |
+
<sales_order_printshipment>
|
275 |
+
<reference name="sales.order.print.shipment">
|
276 |
+
<action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/sales/order/shipment/items/renderer.phtml</template></action>
|
277 |
+
</reference>
|
278 |
+
</sales_order_printshipment>
|
279 |
+
|
280 |
+
<sales_order_printcreditmemo>
|
281 |
+
<reference name="sales.order.print.creditmemo">
|
282 |
+
<action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/sales/order/creditmemo/items/renderer.phtml</template></action>
|
283 |
+
</reference>
|
284 |
+
</sales_order_printcreditmemo>
|
285 |
+
|
286 |
+
<!--
|
287 |
+
For guests
|
288 |
+
-->
|
289 |
+
<sales_guest_view>
|
290 |
+
<reference name="order_items">
|
291 |
+
<action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/sales/order/items/renderer.phtml</template></action>
|
292 |
+
</reference>
|
293 |
+
</sales_guest_view>
|
294 |
+
|
295 |
+
<sales_guest_invoice>
|
296 |
+
<reference name="invoice_items">
|
297 |
+
<action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/sales/order/invoice/items/renderer.phtml</template></action>
|
298 |
+
</reference>
|
299 |
+
</sales_guest_invoice>
|
300 |
+
|
301 |
+
<sales_guest_shipment>
|
302 |
+
<reference name="shipment_items">
|
303 |
+
<action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/sales/order/shipment/items/renderer.phtml</template></action>
|
304 |
+
</reference>
|
305 |
+
</sales_guest_shipment>
|
306 |
+
|
307 |
+
<sales_guest_creditmemo>
|
308 |
+
<reference name="creditmemo_items">
|
309 |
+
<action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/sales/order/creditmemo/items/renderer.phtml</template></action>
|
310 |
+
</reference>
|
311 |
+
</sales_guest_creditmemo>
|
312 |
+
|
313 |
+
<sales_guest_print>
|
314 |
+
<reference name="sales.order.print">
|
315 |
+
<action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/sales/order/items/renderer.phtml</template></action>
|
316 |
+
</reference>
|
317 |
+
</sales_guest_print>
|
318 |
+
|
319 |
+
<sales_guest_printinvoice>
|
320 |
+
<reference name="sales.order.print.invoice">
|
321 |
+
<action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/sales/order/invoice/items/renderer.phtml</template></action>
|
322 |
+
</reference>
|
323 |
+
</sales_guest_printinvoice>
|
324 |
+
|
325 |
+
<sales_guest_printshipment>
|
326 |
+
<reference name="sales.order.print.shipment">
|
327 |
+
<action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/sales/order/shipment/items/renderer.phtml</template></action>
|
328 |
+
</reference>
|
329 |
+
</sales_guest_printshipment>
|
330 |
+
|
331 |
+
<sales_guest_printcreditmemo>
|
332 |
+
<reference name="sales.order.print.creditmemo">
|
333 |
+
<action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/sales/order/creditmemo/items/renderer.phtml</template></action>
|
334 |
+
</reference>
|
335 |
+
</sales_guest_printcreditmemo>
|
336 |
+
|
337 |
+
<!--
|
338 |
+
Emails
|
339 |
+
-->
|
340 |
+
<sales_email_order_items>
|
341 |
+
<reference name="items">
|
342 |
+
<action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/email/order/items/order/default.phtml</template></action>
|
343 |
+
</reference>
|
344 |
+
</sales_email_order_items>
|
345 |
+
|
346 |
+
<sales_email_order_invoice_items>
|
347 |
+
<reference name="items">
|
348 |
+
<action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/email/order/items/invoice/default.phtml</template></action>
|
349 |
+
</reference>
|
350 |
+
</sales_email_order_invoice_items>
|
351 |
+
|
352 |
+
|
353 |
+
<sales_email_order_shipment_items>
|
354 |
+
<reference name="items">
|
355 |
+
<action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/email/order/items/shipment/default.phtml</template></action>
|
356 |
+
</reference>
|
357 |
+
</sales_email_order_shipment_items>
|
358 |
+
|
359 |
+
<sales_email_order_creditmemo_items>
|
360 |
+
<reference name="items">
|
361 |
+
<action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/email/order/items/creditmemo/default.phtml</template></action>
|
362 |
+
</reference>
|
363 |
+
</sales_email_order_creditmemo_items>
|
364 |
+
|
365 |
+
<!--
|
366 |
+
RSS
|
367 |
+
-->
|
368 |
+
<rss_catalog_category>
|
369 |
+
<reference name="rss.catalog.category">
|
370 |
+
<action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/rss/catalog/product/price.phtml</template></action>
|
371 |
+
</reference>
|
372 |
+
</rss_catalog_category>
|
373 |
+
<rss_catalog_new>
|
374 |
+
<reference name="rss.catalog.new">
|
375 |
+
<action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/rss/catalog/product/price.phtml</template></action>
|
376 |
+
</reference>
|
377 |
+
</rss_catalog_new>
|
378 |
+
<rss_catalog_tag>
|
379 |
+
<reference name="rss.catalog.tag">
|
380 |
+
<action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/rss/catalog/product/price.phtml</template></action>
|
381 |
+
</reference>
|
382 |
+
</rss_catalog_tag>
|
383 |
+
</layout>
|
app/design/frontend/rwd/default/layout/captcha.xml
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<layout version="0.1.0">
|
3 |
+
<!-- Remove all captcha functionality from theme layout -->
|
4 |
+
</layout>
|
app/design/frontend/rwd/default/layout/catalog.xml
ADDED
@@ -0,0 +1,447 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 rwd_default
|
24 |
+
* @copyright Copyright (c) 2014 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="left">
|
49 |
+
<!--<block type="core/template" name="left.permanent.callout" template="callouts/left_col.phtml">-->
|
50 |
+
<!--<action method="setImgSrc"><src>images/media/col_left_callout.jpg</src></action>-->
|
51 |
+
<!--<action method="setImgAlt" translate="alt" module="catalog"><alt>Our customer service is available 24/7. Call us at (555) 555-0123.</alt></action>-->
|
52 |
+
<!--<action method="setLinkUrl"><url>checkout/cart</url></action>-->
|
53 |
+
<!--</block>-->
|
54 |
+
</reference>
|
55 |
+
<reference name="right">
|
56 |
+
<block type="catalog/product_compare_sidebar" before="cart_sidebar" name="catalog.compare.sidebar" template="catalog/product/compare/sidebar.phtml"/>
|
57 |
+
<!--<block type="core/template" name="right.permanent.callout" template="callouts/right_col.phtml">-->
|
58 |
+
<!--<action method="setImgSrc"><src>images/media/col_right_callout.jpg</src></action>-->
|
59 |
+
<!--<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>-->
|
60 |
+
<!--</block>-->
|
61 |
+
</reference>
|
62 |
+
<reference name="footer_links">
|
63 |
+
<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>
|
64 |
+
</reference>
|
65 |
+
<block type="catalog/product_price_template" name="catalog_product_price_template" />
|
66 |
+
</default>
|
67 |
+
|
68 |
+
|
69 |
+
<!--
|
70 |
+
Category default layout
|
71 |
+
-->
|
72 |
+
|
73 |
+
<catalog_category_default translate="label">
|
74 |
+
<label>Catalog Category (Non-Anchor)</label>
|
75 |
+
<reference name="left_first">
|
76 |
+
<block type="catalog/navigation" name="catalog.leftnav" after="currency" template="catalog/navigation/left.phtml">
|
77 |
+
<block type="core/text_list" name="catalog.leftnav.state.renderers" as="state_renderers" />
|
78 |
+
</block>
|
79 |
+
</reference>
|
80 |
+
<reference name="content">
|
81 |
+
<block type="catalog/category_view" name="category.products" template="catalog/category/view.phtml">
|
82 |
+
<block type="catalog/product_list" name="product_list" template="catalog/product/list.phtml">
|
83 |
+
<block type="core/text_list" name="product_list.name.after" as="name.after" />
|
84 |
+
<block type="core/text_list" name="product_list.after" as="after" />
|
85 |
+
<block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
|
86 |
+
<block type="page/html_pager" name="product_list_toolbar_pager"/>
|
87 |
+
<!-- The following code shows how to set your own pager increments -->
|
88 |
+
<!--
|
89 |
+
<action method="setDefaultListPerPage"><limit>4</limit></action>
|
90 |
+
<action method="setDefaultGridPerPage"><limit>9</limit></action>
|
91 |
+
<action method="addPagerLimit"><mode>list</mode><limit>2</limit></action>
|
92 |
+
<action method="addPagerLimit"><mode>list</mode><limit>4</limit></action>
|
93 |
+
<action method="addPagerLimit"><mode>list</mode><limit>6</limit></action>
|
94 |
+
<action method="addPagerLimit"><mode>list</mode><limit>8</limit></action>
|
95 |
+
<action method="addPagerLimit" translate="label"><mode>list</mode><limit>all</limit><label>All</label></action>
|
96 |
+
-->
|
97 |
+
</block>
|
98 |
+
<action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
|
99 |
+
<action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
|
100 |
+
<action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
|
101 |
+
<action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
|
102 |
+
<action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
|
103 |
+
<action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
|
104 |
+
<!-- Since the addColumnCountLayoutDepend does not work, we are manually setting the max columns -->
|
105 |
+
<action method="setColumnCount"><count>4</count></action>
|
106 |
+
</block>
|
107 |
+
</block>
|
108 |
+
</reference>
|
109 |
+
</catalog_category_default>
|
110 |
+
|
111 |
+
<!--
|
112 |
+
Category layered navigation layout
|
113 |
+
-->
|
114 |
+
|
115 |
+
<catalog_category_layered translate="label">
|
116 |
+
<label>Catalog Category (Anchor)</label>
|
117 |
+
<reference name="left_first">
|
118 |
+
<block type="catalog/layer_view" name="catalog.leftnav" after="currency" template="catalog/layer/view.phtml">
|
119 |
+
<block type="core/text_list" name="catalog.leftnav.state.renderers" as="state_renderers" />
|
120 |
+
</block>
|
121 |
+
</reference>
|
122 |
+
<reference name="content">
|
123 |
+
<block type="catalog/category_view" name="category.products" template="catalog/category/view.phtml">
|
124 |
+
<block type="catalog/product_list" name="product_list" template="catalog/product/list.phtml">
|
125 |
+
<block type="core/text_list" name="product_list.name.after" as="name.after" />
|
126 |
+
<block type="core/text_list" name="product_list.after" as="after" />
|
127 |
+
<!-- <action method="addReviewSummaryTemplate"><type>default</type><template>review/helper/su.phtml</template></action> -->
|
128 |
+
<block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
|
129 |
+
<block type="page/html_pager" name="product_list_toolbar_pager"/>
|
130 |
+
<!-- The following code shows how to set your own pager increments -->
|
131 |
+
<!--
|
132 |
+
<action method="setDefaultListPerPage"><limit>4</limit></action>
|
133 |
+
<action method="setDefaultGridPerPage"><limit>3</limit></action>
|
134 |
+
<action method="addPagerLimit"><mode>list</mode><limit>2</limit></action>
|
135 |
+
<action method="addPagerLimit"><mode>list</mode><limit>4</limit></action>
|
136 |
+
<action method="addPagerLimit"><mode>list</mode><limit>6</limit></action>
|
137 |
+
<action method="addPagerLimit"><mode>list</mode><limit>8</limit></action>
|
138 |
+
<action method="addPagerLimit" translate="label"><mode>list</mode><limit>all</limit><label>All</label></action>
|
139 |
+
<action method="addPagerLimit"><mode>grid</mode><limit>3</limit></action>
|
140 |
+
<action method="addPagerLimit"><mode>grid</mode><limit>6</limit></action>
|
141 |
+
<action method="addPagerLimit"><mode>grid</mode><limit>9</limit></action>
|
142 |
+
<action method="addPagerLimit" translate="label"><mode>grid</mode><limit>all</limit><label>All</label></action>
|
143 |
+
-->
|
144 |
+
</block>
|
145 |
+
<action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
|
146 |
+
<action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
|
147 |
+
<action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
|
148 |
+
<action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
|
149 |
+
<action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
|
150 |
+
<action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
|
151 |
+
<!-- Since the addColumnCountLayoutDepend does not work, we are manually setting the max columns -->
|
152 |
+
<action method="setColumnCount"><count>4</count></action>
|
153 |
+
</block>
|
154 |
+
</block>
|
155 |
+
</reference>
|
156 |
+
</catalog_category_layered>
|
157 |
+
|
158 |
+
<!--
|
159 |
+
Compare products page
|
160 |
+
-->
|
161 |
+
|
162 |
+
<catalog_product_compare_index translate="label">
|
163 |
+
<label>Catalog Product Compare List</label>
|
164 |
+
<!-- Mage_Catalog -->
|
165 |
+
<reference name="root">
|
166 |
+
<action method="setTemplate"><template>page/popup.phtml</template></action>
|
167 |
+
</reference>
|
168 |
+
<reference name="head">
|
169 |
+
<action method="addJs"><script>scriptaculous/scriptaculous.js</script></action>
|
170 |
+
<action method="addJs"><script>varien/product.js</script></action>
|
171 |
+
<action method="unsetChild"><name>head.viewport</name></action>
|
172 |
+
</reference>
|
173 |
+
<reference name="content">
|
174 |
+
<block type="catalog/product_compare_list" name="catalog.compare.list" template="catalog/product/compare/list.phtml"/>
|
175 |
+
</reference>
|
176 |
+
</catalog_product_compare_index>
|
177 |
+
|
178 |
+
<customer_account_index>
|
179 |
+
<reference name="right">
|
180 |
+
<action method="unsetChild"><name>catalog.compare.sidebar</name></action>
|
181 |
+
</reference>
|
182 |
+
</customer_account_index>
|
183 |
+
|
184 |
+
<!--
|
185 |
+
Product view
|
186 |
+
-->
|
187 |
+
|
188 |
+
<catalog_product_view translate="label">
|
189 |
+
<label>Catalog Product View (Any)</label>
|
190 |
+
<!-- Mage_Catalog -->
|
191 |
+
<reference name="root">
|
192 |
+
<action method="setTemplate"><template>page/1column.phtml</template></action>
|
193 |
+
</reference>
|
194 |
+
<reference name="head">
|
195 |
+
<action method="addJs"><script>varien/product.js</script></action>
|
196 |
+
<action method="addJs"><script>varien/configurable.js</script></action>
|
197 |
+
<action method="addItem"><type>skin_js</type><script>js/lib/elevatezoom/jquery.elevateZoom-3.0.8.min.js</script></action>
|
198 |
+
|
199 |
+
<action method="addItem"><type>js_css</type><name>calendar/calendar-win2k-1.css</name><params/><!--<if/><condition>can_load_calendar_js</condition>--></action>
|
200 |
+
<action method="addItem"><type>js</type><name>calendar/calendar.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
|
201 |
+
<action method="addItem"><type>js</type><name>calendar/calendar-setup.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
|
202 |
+
</reference>
|
203 |
+
<reference name="content">
|
204 |
+
<block type="catalog/product_view" name="product.info" template="catalog/product/view.phtml">
|
205 |
+
<!--
|
206 |
+
<action method="addReviewSummaryTemplate"><type>default</type><template>review/helper/summary.phtml</template></action>
|
207 |
+
<action method="addReviewSummaryTemplate"><type>short</type><template>review/helper/summary_short.phtml</template></action>
|
208 |
+
<action method="addReviewSummaryTemplate"><type>...</type><template>...</template></action>
|
209 |
+
-->
|
210 |
+
<block type="catalog/product_view_media" name="product.info.media" as="media" template="catalog/product/view/media.phtml">
|
211 |
+
<block type="core/text_list" name="product.info.media.after" as="after" />
|
212 |
+
</block>
|
213 |
+
<block type="core/text_list" name="alert.urls" as="alert_urls" translate="label">
|
214 |
+
<label>Alert Urls</label>
|
215 |
+
</block>
|
216 |
+
|
217 |
+
<action method="setTierPriceTemplate"><template>catalog/product/view/tierprices.phtml</template></action>
|
218 |
+
|
219 |
+
<block type="catalog/product_list_upsell" name="product.info.upsell" as="upsell_products" template="catalog/product/list/upsell.phtml">
|
220 |
+
<action method="setColumnCount"><columns>6</columns></action>
|
221 |
+
<action method="setItemLimit"><type>upsell</type><limit>6</limit></action>
|
222 |
+
</block>
|
223 |
+
|
224 |
+
<block type="catalog/product_view_additional" name="product.info.additional" as="product_additional_data" />
|
225 |
+
<block type="catalog/product_view_description" name="product.description" as="description" template="catalog/product/view/description.phtml">
|
226 |
+
<action method="addToParentGroup"><group>detailed_info</group></action>
|
227 |
+
<action method="setTitle" translate="value"><value>Description</value></action>
|
228 |
+
</block>
|
229 |
+
<block type="catalog/product_view_attributes" name="product.attributes" as="additional" template="catalog/product/view/attributes.phtml">
|
230 |
+
<action method="addToParentGroup"><group>detailed_info</group></action>
|
231 |
+
<action method="setTitle" translate="value"><value>Additional Information</value></action>
|
232 |
+
</block>
|
233 |
+
<block type="catalog/product_list_related" name="catalog.product.related" as="related_products" template="catalog/product/list/related.phtml" />
|
234 |
+
|
235 |
+
<block type="catalog/product_view" name="product.info.addto" as="addto" template="catalog/product/view/addto.phtml"/>
|
236 |
+
<block type="catalog/product_view" name="product.info.sharing" as="sharing" template="catalog/product/view/sharing.phtml"/>
|
237 |
+
<block type="catalog/product_view" name="product.info.addtocart" as="addtocart" template="catalog/product/view/addtocart.phtml"/>
|
238 |
+
|
239 |
+
<block type="core/text_list" name="product.info.extrahint" as="extrahint" translate="label">
|
240 |
+
<label>Product View Extra Hint</label>
|
241 |
+
</block>
|
242 |
+
|
243 |
+
<block type="catalog/product_view" name="product.info.options.wrapper" as="product_options_wrapper" template="catalog/product/view/options/wrapper.phtml" translate="label">
|
244 |
+
<label>Info Column Options Wrapper</label>
|
245 |
+
<block type="core/template" name="options_js" template="catalog/product/view/options/js.phtml"/>
|
246 |
+
<block type="catalog/product_view_options" name="product.info.options" as="product_options" template="catalog/product/view/options.phtml">
|
247 |
+
<action method="addOptionRenderer"><type>text</type><block>catalog/product_view_options_type_text</block><template>catalog/product/view/options/type/text.phtml</template></action>
|
248 |
+
<action method="addOptionRenderer"><type>file</type><block>catalog/product_view_options_type_file</block><template>catalog/product/view/options/type/file.phtml</template></action>
|
249 |
+
<action method="addOptionRenderer"><type>select</type><block>catalog/product_view_options_type_select</block><template>catalog/product/view/options/type/select.phtml</template></action>
|
250 |
+
<action method="addOptionRenderer"><type>date</type><block>catalog/product_view_options_type_date</block><template>catalog/product/view/options/type/date.phtml</template></action>
|
251 |
+
</block>
|
252 |
+
<block type="core/html_calendar" name="html_calendar" as="html_calendar" template="page/js/calendar.phtml"/>
|
253 |
+
</block>
|
254 |
+
<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">
|
255 |
+
<label>Bottom Block Options Wrapper</label>
|
256 |
+
<action method="insert"><block>product.tierprices</block></action>
|
257 |
+
<block type="catalog/product_view" name="product.clone_prices" as="prices" template="catalog/product/view/price_clone.phtml"/>
|
258 |
+
<action method="append"><block>product.info.addtocart</block></action>
|
259 |
+
<action method="append"><block>product.info.addto</block></action>
|
260 |
+
<action method="append"><block>product.info.sharing</block></action>
|
261 |
+
</block>
|
262 |
+
|
263 |
+
<block type="core/template_facade" name="product.info.container1" as="container1">
|
264 |
+
<action method="setDataByKey"><key>alias_in_layout</key><value>container1</value></action>
|
265 |
+
<action method="setDataByKeyFromRegistry"><key>options_container</key><key_in_registry>product</key_in_registry></action>
|
266 |
+
<action method="append"><block>product.info.options.wrapper</block></action>
|
267 |
+
<action method="append"><block>product.info.options.wrapper.bottom</block></action>
|
268 |
+
</block>
|
269 |
+
<block type="core/template_facade" name="product.info.container2" as="container2">
|
270 |
+
<action method="setDataByKey"><key>alias_in_layout</key><value>container2</value></action>
|
271 |
+
<action method="setDataByKeyFromRegistry"><key>options_container</key><key_in_registry>product</key_in_registry></action>
|
272 |
+
<action method="append"><block>product.info.options.wrapper</block></action>
|
273 |
+
<action method="append"><block>product.info.options.wrapper.bottom</block></action>
|
274 |
+
</block>
|
275 |
+
<action method="unsetCallChild"><child>container1</child><call>ifEquals</call><if>0</if><key>alias_in_layout</key><key>options_container</key></action>
|
276 |
+
<action method="unsetCallChild"><child>container2</child><call>ifEquals</call><if>0</if><key>alias_in_layout</key><key>options_container</key></action>
|
277 |
+
</block>
|
278 |
+
</reference>
|
279 |
+
<reference name="right">
|
280 |
+
|
281 |
+
</reference>
|
282 |
+
</catalog_product_view>
|
283 |
+
|
284 |
+
<!--
|
285 |
+
Additional block dependant on product type
|
286 |
+
-->
|
287 |
+
<PRODUCT_TYPE_simple translate="label" module="catalog">
|
288 |
+
<label>Catalog Product View (Simple)</label>
|
289 |
+
<reference name="product.info">
|
290 |
+
<block type="catalog/product_view_type_simple" name="product.info.simple" as="product_type_data" template="catalog/product/view/type/default.phtml">
|
291 |
+
<block type="core/text_list" name="product.info.simple.extra" as="product_type_data_extra" translate="label">
|
292 |
+
<label>Product Extra Info</label>
|
293 |
+
</block>
|
294 |
+
</block>
|
295 |
+
<block type="catalog/product_view_type_simple" name="product.info.availability" as="product_type_availability" template="catalog/product/view/type/availability/default.phtml" />
|
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 |
+
<block type="catalog/product_view_type_configurable" name="product.info.availability" as="product_type_availability" template="catalog/product/view/type/availability/default.phtml" />
|
307 |
+
</reference>
|
308 |
+
<reference name="product.info.options.wrapper">
|
309 |
+
<block type="catalog/product_view_type_configurable" name="product.info.options.configurable" as="options_configurable" before="-" template="catalog/product/view/type/options/configurable.phtml">
|
310 |
+
<block type="core/text_list" name="product.info.options.configurable.renderers" as="attr_renderers" />
|
311 |
+
<block type="core/text_list" name="product.info.options.configurable.after" as="after" />
|
312 |
+
</block>
|
313 |
+
</reference>
|
314 |
+
</PRODUCT_TYPE_configurable>
|
315 |
+
<PRODUCT_TYPE_grouped translate="label" module="catalog">
|
316 |
+
<label>Catalog Product View (Grouped)</label>
|
317 |
+
<reference name="product.info">
|
318 |
+
<block type="catalog/product_view_type_grouped" name="product.info.grouped" as="product_type_data" template="catalog/product/view/type/grouped.phtml">
|
319 |
+
<block type="core/text_list" name="product.info.grouped.extra" as="product_type_data_extra" translate="label">
|
320 |
+
<label>Product Extra Info</label>
|
321 |
+
</block>
|
322 |
+
</block>
|
323 |
+
<block type="catalog/product_view_type_grouped" name="product.info.availability" as="product_type_availability" template="catalog/product/view/type/availability/grouped.phtml" />
|
324 |
+
</reference>
|
325 |
+
</PRODUCT_TYPE_grouped>
|
326 |
+
<PRODUCT_TYPE_virtual translate="label" module="catalog">
|
327 |
+
<label>Catalog Product View (Virtual)</label>
|
328 |
+
<reference name="product.info">
|
329 |
+
<block type="catalog/product_view_type_virtual" name="product.info.virtual" as="product_type_data" template="catalog/product/view/type/default.phtml">
|
330 |
+
<block type="core/text_list" name="product.info.virtual.extra" as="product_type_data_extra" translate="label">
|
331 |
+
<label>Product Extra Info</label>
|
332 |
+
</block>
|
333 |
+
</block>
|
334 |
+
<block type="catalog/product_view_type_virtual" name="product.info.availability" as="product_type_availability" template="catalog/product/view/type/availability/default.phtml" />
|
335 |
+
</reference>
|
336 |
+
</PRODUCT_TYPE_virtual>
|
337 |
+
|
338 |
+
|
339 |
+
|
340 |
+
<!--
|
341 |
+
Product send to friend
|
342 |
+
-->
|
343 |
+
|
344 |
+
<catalog_product_send translate="label">
|
345 |
+
<label>Catalog Product Email to a Friend</label>
|
346 |
+
<!-- Mage_Catalog -->
|
347 |
+
<reference name="root">
|
348 |
+
<action method="setTemplate"><template>page/2columns-right.phtml</template></action>
|
349 |
+
</reference>
|
350 |
+
<reference name="head">
|
351 |
+
<action method="addJs"><script>varien/product.js</script></action>
|
352 |
+
</reference>
|
353 |
+
<reference name="content">
|
354 |
+
<block type="catalog/product_send" name="product.send" template="catalog/product/send.phtml">
|
355 |
+
</block>
|
356 |
+
</reference>
|
357 |
+
</catalog_product_send>
|
358 |
+
|
359 |
+
<!--
|
360 |
+
Product additional images gallery popup
|
361 |
+
-->
|
362 |
+
|
363 |
+
<catalog_product_gallery translate="label">
|
364 |
+
<label>Catalog Product Image Gallery Popup</label>
|
365 |
+
<!-- Mage_Catalog -->
|
366 |
+
<reference name="root">
|
367 |
+
<action method="setTemplate"><template>page/popup.phtml</template></action>
|
368 |
+
</reference>
|
369 |
+
<reference name="content">
|
370 |
+
<block type="catalog/product_gallery" name="catalog_product_gallery" template="catalog/product/gallery.phtml"/>
|
371 |
+
</reference>
|
372 |
+
</catalog_product_gallery>
|
373 |
+
|
374 |
+
<!--
|
375 |
+
SEO Site Map
|
376 |
+
-->
|
377 |
+
|
378 |
+
<catalog_seo_sitemap translate="label">
|
379 |
+
<label>Catalog Seo Sitemap (Common)</label>
|
380 |
+
<remove name="right"/>
|
381 |
+
<remove name="left"/>
|
382 |
+
|
383 |
+
<reference name="root">
|
384 |
+
<action method="setTemplate"><template>page/1column.phtml</template></action>
|
385 |
+
</reference>
|
386 |
+
<reference name="content">
|
387 |
+
<block type="page/template_container" name="seo.sitemap.container" template="catalog/seo/sitemap/container.phtml">
|
388 |
+
<block type="page/template_links" name="seo.sitemap.links" as="links" template="page/template/links.phtml"/>
|
389 |
+
<block type="page/html_pager" name="seo.sitemap.pager.top" as="pager_top" template="page/html/pager.phtml"/>
|
390 |
+
<block type="page/html_pager" name="seo.sitemap.pager.bottom" as="pager_bottom" template="page/html/pager.phtml"/>
|
391 |
+
</block>
|
392 |
+
</reference>
|
393 |
+
</catalog_seo_sitemap>
|
394 |
+
|
395 |
+
<catalog_seo_sitemap_category translate="label">
|
396 |
+
<label>Catalog Seo Sitemap (Category List)</label>
|
397 |
+
<reference name="head">
|
398 |
+
<action method="setTitle" translate="title" module="catalog"><title>Site Map</title></action>
|
399 |
+
</reference>
|
400 |
+
<update handle="catalog_seo_sitemap" />
|
401 |
+
<reference name="seo.sitemap.container">
|
402 |
+
<action method="setTitle" translate="title" module="catalog"><title>Categories</title></action>
|
403 |
+
<block type="catalog/seo_sitemap_category" name="seo.sitemap.sitemap" as="sitemap" after="pager_top" template="catalog/seo/sitemap.phtml">
|
404 |
+
<action method="bindPager"><pager>seo.sitemap.pager.top</pager></action>
|
405 |
+
<action method="bindPager"><pager>seo.sitemap.pager.bottom</pager></action>
|
406 |
+
<action method="setItemsTitle" translate="title" module="catalog"><title>categories</title></action>
|
407 |
+
</block>
|
408 |
+
</reference>
|
409 |
+
<reference name="seo.sitemap.links">
|
410 |
+
<action method="addLink" translate="label title" module="catalog"><label>Products Sitemap</label><url helper="catalog/map/getProductUrl"/><title>Products Sitemap</title></action>
|
411 |
+
</reference>
|
412 |
+
</catalog_seo_sitemap_category>
|
413 |
+
|
414 |
+
<catalog_seo_sitemap_category_tree translate="label">
|
415 |
+
<label>Catalog Seo Sitemap (Category Tree)</label>
|
416 |
+
<reference name="seo.sitemap.container">
|
417 |
+
<remove name="seo.sitemap.pager.top" />
|
418 |
+
<remove name="seo.sitemap.pager.bottom" />
|
419 |
+
<block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.top" as="pager_top" template="page/html/pager.phtml"/>
|
420 |
+
<block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.bottom" as="pager_bottom" template="page/html/pager.phtml"/>
|
421 |
+
<remove name="seo.sitemap.sitemap" />
|
422 |
+
<block type="catalog/seo_sitemap_tree_category" name="seo.sitemap.sitemap_tree" as="sitemap" after="pager_top" template="catalog/seo/tree.phtml">
|
423 |
+
<action method="bindPager"><pager>seo.sitemap.tree.pager.top</pager></action>
|
424 |
+
<action method="bindPager"><pager>seo.sitemap.tree.pager.bottom</pager></action>
|
425 |
+
</block>
|
426 |
+
</reference>
|
427 |
+
</catalog_seo_sitemap_category_tree>
|
428 |
+
|
429 |
+
<catalog_seo_sitemap_product translate="label">
|
430 |
+
<label>Catalog Seo Sitemap (Product List)</label>
|
431 |
+
<reference name="head">
|
432 |
+
<action method="setTitle" translate="title" module="catalog"><title>Site Map</title></action>
|
433 |
+
</reference>
|
434 |
+
<update handle="catalog_seo_sitemap" />
|
435 |
+
<reference name="seo.sitemap.container">
|
436 |
+
<action method="setTitle" translate="title" module="catalog"><title>Products</title></action>
|
437 |
+
<block type="catalog/seo_sitemap_product" name="seo.sitemap.sitemap" as="sitemap" after="pager_top" template="catalog/seo/sitemap.phtml">
|
438 |
+
<action method="bindPager"><pager>seo.sitemap.pager.top</pager></action>
|
439 |
+
<action method="bindPager"><pager>seo.sitemap.pager.bottom</pager></action>
|
440 |
+
<action method="setItemsTitle" translate="title" module="catalog"><title>products</title></action>
|
441 |
+
</block>
|
442 |
+
</reference>
|
443 |
+
<reference name="seo.sitemap.links">
|
444 |
+
<action method="addLink" translate="label title" module="catalog"><label>Categories Sitemap</label><url helper="catalog/map/getCategoryUrl"/><title>Categories Sitemap</title></action>
|
445 |
+
</reference>
|
446 |
+
</catalog_seo_sitemap_product>
|
447 |
+
</layout>
|
app/design/frontend/rwd/default/layout/catalog_msrp.xml
ADDED
@@ -0,0 +1,109 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 rwd_default
|
24 |
+
* @copyright Copyright (c) 2014 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 |
+
<action method="addItem" ifconfig="sales/msrp/enabled"><type>skin_js</type><name>js/msrp_rwd.js</name></action>
|
84 |
+
</reference>
|
85 |
+
<reference name="content">
|
86 |
+
<block type="core/template" template="catalog/msrp/popup.phtml" name="product.tooltip"></block>
|
87 |
+
</reference>
|
88 |
+
</MAP_popup>
|
89 |
+
<MAP_price_msrp_item>
|
90 |
+
<reference name="catalog_product_price_template">
|
91 |
+
<action method="addPriceBlockType"><type>msrp</type><block>catalog/product_price</block><template>catalog/product/price_msrp_item.phtml</template></action>
|
92 |
+
</reference>
|
93 |
+
<reference name="product.clone_prices">
|
94 |
+
<action method="addPriceBlockType"><type>msrp</type><block>catalog/product_price</block><template>catalog/product/price_msrp_item.phtml</template></action>
|
95 |
+
</reference>
|
96 |
+
</MAP_price_msrp_item>
|
97 |
+
<MAP_price_msrp_wishlist_item>
|
98 |
+
<reference name="catalog_product_price_template">
|
99 |
+
<action method="addPriceBlockType"><type>msrp</type><block>catalog/product_price</block><template>wishlist/render/item/price_msrp_item.phtml</template></action>
|
100 |
+
</reference>
|
101 |
+
</MAP_price_msrp_wishlist_item>
|
102 |
+
<default>
|
103 |
+
<reference name="catalog_product_price_template">
|
104 |
+
<action method="addPriceBlockType"><type>msrp</type><block>catalog/product_price</block><template>catalog/product/price_msrp.phtml</template></action>
|
105 |
+
<action method="addPriceBlockType"><type>msrp_item</type><block>catalog/product_price</block><template>catalog/product/price_msrp_item.phtml</template></action>
|
106 |
+
<action method="addPriceBlockType"><type>msrp_noform</type><block>catalog/product_price</block><template>catalog/product/price_msrp_noform.phtml</template></action>
|
107 |
+
</reference>
|
108 |
+
</default>
|
109 |
+
</layout>
|
app/design/frontend/rwd/default/layout/catalogsearch.xml
ADDED
@@ -0,0 +1,148 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|