Version Notes
Upgrading to magento 1.6.x, 1.7
Download this release
Release Info
Developer | Hai Nguyen |
Extension | mKaneerny |
Version | 1.6.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.2 to 1.6.1
- app/design/frontend/default/mKadeerny/layout/_customer.xml +0 -247
- app/design/frontend/default/mKadeerny/layout/ajaxhometabs.xml +22 -0
- app/design/frontend/default/mKadeerny/layout/amazonpayments.xml +0 -61
- app/design/frontend/default/mKadeerny/layout/bundle.xml +0 -297
- app/design/frontend/default/mKadeerny/layout/catalog.xml +111 -62
- app/design/frontend/default/mKadeerny/layout/catalogsearch.xml +8 -11
- app/design/frontend/default/mKadeerny/layout/checkout.xml +0 -379
- app/design/frontend/default/mKadeerny/layout/cms.xml +21 -7
- app/design/frontend/default/mKadeerny/layout/contacts.xml +0 -50
- app/design/frontend/default/mKadeerny/layout/core.xml +0 -33
- app/design/frontend/default/mKadeerny/layout/customer.xml +0 -266
- app/design/frontend/default/mKadeerny/layout/directory.xml +0 -73
- app/design/frontend/default/mKadeerny/layout/downloadable.xml +0 -167
- app/design/frontend/default/mKadeerny/layout/easybanner3.xml +23 -0
- app/design/frontend/default/mKadeerny/layout/enhancedproductreview.xml +0 -32
- app/design/frontend/default/mKadeerny/layout/giftmessage.xml +0 -71
- app/design/frontend/default/mKadeerny/layout/googleanalytics.xml +0 -41
- app/design/frontend/default/mKadeerny/layout/googlecheckout.xml +0 -53
- app/design/frontend/default/mKadeerny/layout/googleoptimizer.xml +0 -153
- app/design/frontend/default/mKadeerny/layout/newsletter.xml +15 -15
- app/design/frontend/default/mKadeerny/layout/page.xml +98 -58
- app/design/frontend/default/mKadeerny/layout/paypal.xml +0 -70
- app/design/frontend/default/mKadeerny/layout/paypaluk.xml +0 -70
- app/design/frontend/default/mKadeerny/layout/poll.xml +0 -57
- app/design/frontend/default/mKadeerny/layout/productalert.xml +0 -40
- app/design/frontend/default/mKadeerny/layout/reports.xml +0 -37
- app/design/frontend/default/mKadeerny/layout/review.xml +0 -117
- app/design/frontend/default/mKadeerny/layout/rss.xml +0 -99
- app/design/frontend/default/mKadeerny/layout/sales.xml +0 -220
- app/design/frontend/default/mKadeerny/layout/sendfriend.xml +0 -40
- app/design/frontend/default/mKadeerny/layout/shipping.xml +0 -51
- app/design/frontend/default/mKadeerny/layout/smartmenu.xml +2 -2
- app/design/frontend/default/mKadeerny/layout/tag.xml +0 -128
- app/design/frontend/default/mKadeerny/layout/testimonial.xml +39 -0
- app/design/frontend/default/mKadeerny/layout/wishlist.xml +0 -104
- app/design/frontend/default/mKadeerny/locale/en_US/translate.csv +0 -1
- app/design/frontend/default/mKadeerny/template/ajaxhometabs/ajaxhometabs.phtml +3 -0
- app/design/frontend/default/mKadeerny/template/ajaxhometabs/index.phtml +1 -0
- app/design/frontend/default/mKadeerny/template/ajaxhometabs/list.phtml +92 -0
- app/design/frontend/default/mKadeerny/template/ajaxhometabs/showTabs.phtml +35 -0
- app/design/frontend/default/mKadeerny/template/amazonpayments/asp/form.phtml +0 -35
- app/design/frontend/default/mKadeerny/template/amazonpayments/asp/redirect.phtml +0 -37
- app/design/frontend/default/mKadeerny/template/amazonpayments/cba/form.phtml +0 -35
- app/design/frontend/default/mKadeerny/template/amazonpayments/cba/success.phtml +0 -35
- app/design/frontend/default/mKadeerny/template/amazonpayments/form.phtml +0 -30
- app/design/frontend/default/mKadeerny/template/amazonpayments/link.phtml +0 -49
- app/design/frontend/default/mKadeerny/template/bundle/catalog/product/list/partof.phtml +0 -52
- app/design/frontend/default/mKadeerny/template/bundle/catalog/product/price.phtml +0 -262
- app/design/frontend/default/mKadeerny/template/bundle/catalog/product/view/price.phtml +0 -93
- app/design/frontend/default/mKadeerny/template/bundle/catalog/product/view/tierprices.phtml +0 -41
- app/design/frontend/default/mKadeerny/template/bundle/catalog/product/view/type/bundle.phtml +0 -44
- app/design/frontend/default/mKadeerny/template/bundle/catalog/product/view/type/bundle/option/checkbox.phtml +0 -48
- app/design/frontend/default/mKadeerny/template/bundle/catalog/product/view/type/bundle/option/multi.phtml +0 -46
- app/design/frontend/default/mKadeerny/template/bundle/catalog/product/view/type/bundle/option/radio.phtml +0 -72
- app/design/frontend/default/mKadeerny/template/bundle/catalog/product/view/type/bundle/option/select.phtml +0 -61
- app/design/frontend/default/mKadeerny/template/bundle/catalog/product/view/type/bundle/options.phtml +0 -45
- app/design/frontend/default/mKadeerny/template/bundle/email/order/items/creditmemo/default.phtml +0 -168
- app/design/frontend/default/mKadeerny/template/bundle/email/order/items/invoice/default.phtml +0 -169
- app/design/frontend/default/mKadeerny/template/bundle/email/order/items/order/default.phtml +0 -174
- app/design/frontend/default/mKadeerny/template/bundle/email/order/items/shipment/default.phtml +0 -92
- app/design/frontend/default/mKadeerny/template/bundle/sales/order/creditmemo/items/renderer.phtml +0 -328
- app/design/frontend/default/mKadeerny/template/bundle/sales/order/invoice/items/renderer.phtml +0 -352
- app/design/frontend/default/mKadeerny/template/bundle/sales/order/items/renderer.phtml +0 -375
- app/design/frontend/default/mKadeerny/template/bundle/sales/order/shipment/items/renderer.phtml +0 -111
- app/design/frontend/default/mKadeerny/template/callouts/left_col.phtml +0 -39
- app/design/frontend/default/mKadeerny/template/callouts/right_col.phtml +0 -31
- app/design/frontend/default/mKadeerny/template/catalog/category/page.phtml +0 -32
- app/design/frontend/default/mKadeerny/template/catalog/category/view.phtml +0 -93
- app/design/frontend/default/mKadeerny/template/catalog/layer/filter.phtml +0 -42
- app/design/frontend/default/mKadeerny/template/catalog/layer/state.phtml +0 -46
- app/design/frontend/default/mKadeerny/template/catalog/layer/view.phtml +0 -55
- app/design/frontend/default/mKadeerny/template/catalog/navigation/left.phtml +8 -7
- app/design/frontend/default/mKadeerny/template/catalog/navigation/top.phtml +28 -21
- app/design/frontend/default/mKadeerny/template/catalog/product/bestseller.phtml +0 -89
- app/design/frontend/default/mKadeerny/template/catalog/product/compare/list.phtml +0 -135
- app/design/frontend/default/mKadeerny/template/catalog/product/compare/sidebar.phtml +0 -55
- app/design/frontend/default/mKadeerny/template/catalog/product/featured.phtml +0 -104
- app/design/frontend/default/mKadeerny/template/catalog/product/gallery.phtml +0 -63
- app/design/frontend/default/mKadeerny/template/catalog/product/list.phtml +57 -79
- app/design/frontend/default/mKadeerny/template/catalog/product/list/related.phtml +0 -94
- app/design/frontend/default/mKadeerny/template/catalog/product/list/toolbar.phtml +0 -185
- app/design/frontend/default/mKadeerny/template/catalog/product/list/upsell.phtml +0 -56
- app/design/frontend/default/mKadeerny/template/catalog/product/list_home.phtml +137 -0
- app/design/frontend/default/mKadeerny/template/catalog/product/new.phtml +0 -60
- app/design/frontend/default/mKadeerny/template/catalog/product/newproduct.phtml +0 -61
- app/design/frontend/default/mKadeerny/template/catalog/product/price.phtml +0 -344
- app/design/frontend/default/mKadeerny/template/catalog/product/view.phtml +107 -78
- app/design/frontend/default/mKadeerny/template/catalog/product/view/additional.phtml +0 -29
- app/design/frontend/default/mKadeerny/template/catalog/product/view/addto.phtml +0 -37
- app/design/frontend/default/mKadeerny/template/catalog/product/view/addtocart.phtml +0 -39
- app/design/frontend/default/mKadeerny/template/catalog/product/view/attributes.phtml +0 -49
- app/design/frontend/default/mKadeerny/template/catalog/product/view/description.phtml +0 -35
- app/design/frontend/default/mKadeerny/template/catalog/product/view/media.phtml +0 -78
- app/design/frontend/default/mKadeerny/template/catalog/product/view/options.phtml +0 -176
- app/design/frontend/default/mKadeerny/template/catalog/product/view/options/js.phtml +0 -60
- app/design/frontend/default/mKadeerny/template/catalog/product/view/options/type/date.phtml +0 -70
- app/design/frontend/default/mKadeerny/template/catalog/product/view/options/type/default.phtml +0 -30
- app/design/frontend/default/mKadeerny/template/catalog/product/view/options/type/file.phtml +0 -41
- app/design/frontend/default/mKadeerny/template/catalog/product/view/options/type/select.phtml +0 -37
- app/design/frontend/default/mKadeerny/template/catalog/product/view/options/type/text.phtml +0 -39
- app/design/frontend/default/mKadeerny/template/catalog/product/view/options/wrapper.phtml +0 -33
- app/design/frontend/default/mKadeerny/template/catalog/product/view/options/wrapper/bottom.phtml +0 -29
- app/design/frontend/default/mKadeerny/template/catalog/product/view/price.phtml +0 -30
- app/design/frontend/default/mKadeerny/template/catalog/product/view/price_clone.phtml +0 -28
- app/design/frontend/default/mKadeerny/template/catalog/product/view/tierprices.phtml +0 -181
- app/design/frontend/default/mKadeerny/template/catalog/product/view/type/configurable.phtml +0 -39
- app/design/frontend/default/mKadeerny/template/catalog/product/view/type/grouped.phtml +0 -80
- app/design/frontend/default/mKadeerny/template/catalog/product/view/type/options/configurable.phtml +0 -46
- app/design/frontend/default/mKadeerny/template/catalog/product/view/type/simple.phtml +0 -40
- app/design/frontend/default/mKadeerny/template/catalog/product/view/type/virtual.phtml +0 -40
- app/design/frontend/default/mKadeerny/template/catalog/seo/sitemap.phtml +0 -43
- app/design/frontend/default/mKadeerny/template/catalog/seo/sitemap/container.phtml +0 -33
- app/design/frontend/default/mKadeerny/template/catalog/seo/tree.phtml +0 -43
- app/design/frontend/default/mKadeerny/template/catalogsearch/advanced/form.phtml +0 -91
- app/design/frontend/default/mKadeerny/template/catalogsearch/advanced/result.phtml +0 -61
- app/design/frontend/default/mKadeerny/template/catalogsearch/form.mini.phtml +0 -45
- app/design/frontend/default/mKadeerny/template/catalogsearch/result.phtml +0 -43
- app/design/frontend/default/mKadeerny/template/catalogsearch/term.phtml +0 -38
- app/design/frontend/default/mKadeerny/template/checkout/cart.phtml +0 -125
- app/design/frontend/default/mKadeerny/template/checkout/cart/coupon.phtml +0 -58
- app/design/frontend/default/mKadeerny/template/checkout/cart/crosssell.phtml +0 -60
- app/design/frontend/default/mKadeerny/template/checkout/cart/item/default.phtml +0 -251
- app/design/frontend/default/mKadeerny/template/checkout/cart/noItems.phtml +0 -32
- app/design/frontend/default/mKadeerny/template/checkout/cart/render/default.phtml +0 -66
- app/design/frontend/default/mKadeerny/template/checkout/cart/render/simple.phtml +0 -66
- app/design/frontend/default/mKadeerny/template/checkout/cart/shipping.phtml +0 -131
- app/design/frontend/default/mKadeerny/template/checkout/cart/sidebar.phtml +0 -70
- app/design/frontend/default/mKadeerny/template/checkout/cart/sidebar/default.phtml +0 -127
- app/design/frontend/default/mKadeerny/template/checkout/cart/totals.phtml +0 -43
- app/design/frontend/default/mKadeerny/template/checkout/links.phtml +0 -26
- app/design/frontend/default/mKadeerny/template/checkout/multishipping/address/select.phtml +0 -58
- app/design/frontend/default/mKadeerny/template/checkout/multishipping/addresses.phtml +0 -79
- app/design/frontend/default/mKadeerny/template/checkout/multishipping/agreements.phtml +0 -50
- app/design/frontend/default/mKadeerny/template/checkout/multishipping/billing.phtml +0 -102
- app/design/frontend/default/mKadeerny/template/checkout/multishipping/billing/items.phtml +0 -54
- app/design/frontend/default/mKadeerny/template/checkout/multishipping/item/default.phtml +0 -45
- app/design/frontend/default/mKadeerny/template/checkout/multishipping/link.phtml +0 -27
- app/design/frontend/default/mKadeerny/template/checkout/multishipping/overview.phtml +0 -253
- app/design/frontend/default/mKadeerny/template/checkout/multishipping/shipping.phtml +0 -112
- app/design/frontend/default/mKadeerny/template/checkout/multishipping/state.phtml +0 -38
- app/design/frontend/default/mKadeerny/template/checkout/multishipping/success.phtml +0 -46
- app/design/frontend/default/mKadeerny/template/checkout/onepage.phtml +0 -61
- app/design/frontend/default/mKadeerny/template/checkout/onepage/agreements.phtml +0 -52
- app/design/frontend/default/mKadeerny/template/checkout/onepage/billing.phtml +0 -152
- app/design/frontend/default/mKadeerny/template/checkout/onepage/failure.phtml +0 -32
- app/design/frontend/default/mKadeerny/template/checkout/onepage/link.phtml +0 -31
- app/design/frontend/default/mKadeerny/template/checkout/onepage/login.phtml +0 -120
- app/design/frontend/default/mKadeerny/template/checkout/onepage/payment.phtml +0 -70
- app/design/frontend/default/mKadeerny/template/checkout/onepage/payment/methods.phtml +0 -51
- app/design/frontend/default/mKadeerny/template/checkout/onepage/progress.phtml +0 -110
- app/design/frontend/default/mKadeerny/template/checkout/onepage/review.phtml +0 -42
- app/design/frontend/default/mKadeerny/template/checkout/onepage/review/info.phtml +0 -65
- app/design/frontend/default/mKadeerny/template/checkout/onepage/review/item.phtml +0 -236
- app/design/frontend/default/mKadeerny/template/checkout/onepage/review/totals.phtml +0 -33
- app/design/frontend/default/mKadeerny/template/checkout/onepage/shipping.phtml +0 -112
- app/design/frontend/default/mKadeerny/template/checkout/onepage/shipping_method.phtml +0 -48
- app/design/frontend/default/mKadeerny/template/checkout/onepage/shipping_method/additional.phtml +0 -27
- app/design/frontend/default/mKadeerny/template/checkout/onepage/shipping_method/available.phtml +0 -56
- app/design/frontend/default/mKadeerny/template/checkout/success.phtml +0 -46
- app/design/frontend/default/mKadeerny/template/checkout/total/default.phtml +0 -38
- app/design/frontend/default/mKadeerny/template/checkout/total/tax.phtml +0 -68
- app/design/frontend/default/mKadeerny/template/cms/content.phtml +0 -27
- app/design/frontend/default/mKadeerny/template/cms/default/home.phtml +0 -27
- app/design/frontend/default/mKadeerny/template/cms/default/no-route.phtml +0 -27
- app/design/frontend/default/mKadeerny/template/{amazonpayments/asp/shortcut.phtml → cms/important.phtml} +8 -11
- app/design/frontend/default/mKadeerny/template/cms/meta.phtml +0 -32
- app/design/frontend/default/mKadeerny/template/cms/wrapper.phtml +0 -58
- app/design/frontend/default/mKadeerny/template/contacts/form.phtml +0 -67
- app/design/frontend/default/mKadeerny/template/core/formkey.phtml +0 -27
- app/design/frontend/default/mKadeerny/template/core/messages.phtml +0 -47
- app/design/frontend/default/mKadeerny/template/customer/account/dashboard.phtml +0 -39
- app/design/frontend/default/mKadeerny/template/customer/account/dashboard/address.phtml +0 -44
- app/design/frontend/default/mKadeerny/template/customer/account/dashboard/hello.phtml +0 -30
- app/design/frontend/default/mKadeerny/template/customer/account/dashboard/info.phtml +0 -50
- app/design/frontend/default/mKadeerny/template/customer/account/dashboard/newsletter.phtml +0 -31
- app/design/frontend/default/mKadeerny/template/customer/account/dashboard/sidebar.phtml +0 -26
- app/design/frontend/default/mKadeerny/template/customer/account/link/back.phtml +0 -29
- app/design/frontend/default/mKadeerny/template/customer/account/navigation.phtml +0 -46
- app/design/frontend/default/mKadeerny/template/customer/address.phtml +0 -94
- app/design/frontend/default/mKadeerny/template/customer/address/book.phtml +0 -117
- app/design/frontend/default/mKadeerny/template/customer/address/edit.phtml +0 -137
- app/design/frontend/default/mKadeerny/template/customer/balance.phtml +0 -31
- app/design/frontend/default/mKadeerny/template/customer/form/address.phtml +0 -123
- app/design/frontend/default/mKadeerny/template/customer/form/changepassword.phtml +0 -60
- app/design/frontend/default/mKadeerny/template/customer/form/confirmation.phtml +0 -51
- app/design/frontend/default/mKadeerny/template/customer/form/edit.phtml +0 -106
- app/design/frontend/default/mKadeerny/template/customer/form/forgotpassword.phtml +0 -54
- app/design/frontend/default/mKadeerny/template/customer/form/login.phtml +0 -83
- app/design/frontend/default/mKadeerny/template/customer/form/mini.login.phtml +0 -33
- app/design/frontend/default/mKadeerny/template/customer/form/newsletter.phtml +0 -47
- app/design/frontend/default/mKadeerny/template/customer/form/register.phtml +0 -154
- app/design/frontend/default/mKadeerny/template/customer/logout.phtml +0 -35
- app/design/frontend/default/mKadeerny/template/customer/order/view.phtml +0 -85
- app/design/frontend/default/mKadeerny/template/customer/orders.phtml +0 -61
- app/design/frontend/default/mKadeerny/template/customer/widget/dob.phtml +0 -79
- app/design/frontend/default/mKadeerny/template/customer/widget/name.phtml +0 -113
- app/design/frontend/default/mKadeerny/template/customer/widget/taxvat.phtml +0 -33
- app/design/frontend/default/mKadeerny/template/customer/wishlist.phtml +0 -67
- app/design/frontend/default/mKadeerny/template/directory/currency.phtml +0 -58
- app/design/frontend/default/mKadeerny/template/directory/currency/switch.phtml +0 -31
- app/design/frontend/default/mKadeerny/template/downloadable/catalog/product/links.phtml +0 -115
- app/design/frontend/default/mKadeerny/template/downloadable/catalog/product/samples.phtml +0 -45
- app/design/frontend/default/mKadeerny/template/downloadable/catalog/product/type.phtml +0 -41
- app/design/frontend/default/mKadeerny/template/downloadable/checkout/cart/item/default.phtml +0 -98
- app/design/frontend/default/mKadeerny/template/downloadable/checkout/multishipping/item/downloadable.phtml +0 -57
- app/design/frontend/default/mKadeerny/template/downloadable/checkout/onepage/review/item.phtml +0 -72
- app/design/frontend/default/mKadeerny/template/downloadable/checkout/success.phtml +0 -29
- app/design/frontend/default/mKadeerny/template/downloadable/customer/products/list.phtml +0 -74
- app/design/frontend/default/mKadeerny/template/downloadable/email/order/items/creditmemo/downloadable.phtml +0 -128
- app/design/frontend/default/mKadeerny/template/downloadable/email/order/items/invoice/downloadable.phtml +0 -131
- app/design/frontend/default/mKadeerny/template/downloadable/email/order/items/order/downloadable.phtml +0 -137
- app/design/frontend/default/mKadeerny/template/downloadable/sales/order/creditmemo/items/renderer/downloadable.phtml +0 -112
- app/design/frontend/default/mKadeerny/template/downloadable/sales/order/invoice/items/renderer/downloadable.phtml +0 -109
- app/design/frontend/default/mKadeerny/template/downloadable/sales/order/items/renderer/downloadable.phtml +0 -131
- app/design/frontend/default/mKadeerny/template/easybanner/anythingslider.phtml +63 -0
- app/design/frontend/default/mKadeerny/template/easybanner/coinslider.phtml +42 -0
- app/design/frontend/default/mKadeerny/template/easybanner/panelslider.phtml +43 -0
- app/design/frontend/default/mKadeerny/template/easybanner/startstop-slider.phtml +73 -0
- app/design/frontend/default/mKadeerny/template/email/order/creditmemo/items.phtml +0 -89
- app/design/frontend/default/mKadeerny/template/email/order/invoice/items.phtml +0 -76
- app/design/frontend/default/mKadeerny/template/email/order/items.phtml +0 -84
- app/design/frontend/default/mKadeerny/template/email/order/items/creditmemo/default.phtml +0 -120
- app/design/frontend/default/mKadeerny/template/email/order/items/invoice/default.phtml +0 -120
- app/design/frontend/default/mKadeerny/template/email/order/items/order/default.phtml +0 -126
- app/design/frontend/default/mKadeerny/template/email/order/items/shipment/default.phtml +0 -43
- app/design/frontend/default/mKadeerny/template/email/order/shipment/items.phtml +0 -47
- app/design/frontend/default/mKadeerny/template/email/order/shipment/track.phtml +0 -46
- app/design/frontend/default/mKadeerny/template/email/productalert/price.phtml +0 -50
- app/design/frontend/default/mKadeerny/template/email/productalert/stock.phtml +0 -50
- app/design/frontend/default/mKadeerny/template/enhancedproductreview/left/list.phtml +0 -54
- app/design/frontend/default/mKadeerny/template/enhancedproductreview/left/scroller.phtml +0 -76
- app/design/frontend/default/mKadeerny/template/enhancedproductreview/left/slider.phtml +0 -68
- app/design/frontend/default/mKadeerny/template/enhancedproductreview/list.phtml +0 -49
- app/design/frontend/default/mKadeerny/template/enhancedproductreview/pager.phtml +0 -44
- app/design/frontend/default/mKadeerny/template/enhancedproductreview/right/list.phtml +0 -54
- app/design/frontend/default/mKadeerny/template/enhancedproductreview/right/scroller.phtml +0 -55
app/design/frontend/default/mKadeerny/layout/_customer.xml
DELETED
@@ -1,247 +0,0 @@
|
|
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_default
|
23 |
-
* @package Mage
|
24 |
-
* @copyright Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
|
25 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
-
*/
|
27 |
-
|
28 |
-
Supported layout update handles (action):
|
29 |
-
- customer_account_index
|
30 |
-
- customer_address_index
|
31 |
-
- customer_address_view
|
32 |
-
- customer_account_login
|
33 |
-
- customer_account_logoutsuccess
|
34 |
-
- customer_account_create
|
35 |
-
- customer_account_forgotpassword
|
36 |
-
- customer_account_confirmation
|
37 |
-
- customer_account_edit
|
38 |
-
|
39 |
-
Supported layout update handles (special):
|
40 |
-
- default
|
41 |
-
|
42 |
-
-->
|
43 |
-
<layout version="0.1.0">
|
44 |
-
|
45 |
-
<!--
|
46 |
-
Default layout, loads most of the pages
|
47 |
-
-->
|
48 |
-
|
49 |
-
<default>
|
50 |
-
|
51 |
-
<!-- Mage_Customer -->
|
52 |
-
<reference name="top.links">
|
53 |
-
<action method="addLink" translate="label title" module="customer"><label>My Account</label><url helper="customer/getAccountUrl"/><title>My Account</title><prepare/><urlParams/><position>10</position></action>
|
54 |
-
</reference>
|
55 |
-
</default>
|
56 |
-
|
57 |
-
<!--
|
58 |
-
Load this update on every page when customer is logged in
|
59 |
-
-->
|
60 |
-
|
61 |
-
<customer_logged_in>
|
62 |
-
<reference name="top.links">
|
63 |
-
<action method="addLink" translate="label title" module="customer"><label>Log Out</label><url helper="customer/getLogoutUrl"/><title>Log Out</title><prepare/><urlParams/><position>100</position></action>
|
64 |
-
</reference>
|
65 |
-
</customer_logged_in>
|
66 |
-
|
67 |
-
<!--
|
68 |
-
Load this update on every page when customer is logged out
|
69 |
-
-->
|
70 |
-
|
71 |
-
<customer_logged_out>
|
72 |
-
<reference name="top.links">
|
73 |
-
<action method="addLink" translate="label title" module="customer"><label>Log In</label><url helper="customer/getLoginUrl"/><title>Log In</title><prepare/><urlParams/><position>100</position></action>
|
74 |
-
</reference>
|
75 |
-
<remove name="wishlist_sidebar"></remove>
|
76 |
-
<remove name="reorder"></remove>
|
77 |
-
</customer_logged_out>
|
78 |
-
|
79 |
-
<!--
|
80 |
-
Layout for customer login page
|
81 |
-
-->
|
82 |
-
|
83 |
-
<customer_account_login>
|
84 |
-
<!-- Mage_Customer -->
|
85 |
-
<remove name="right"/>
|
86 |
-
<remove name="left"/>
|
87 |
-
|
88 |
-
<reference name="root">
|
89 |
-
<action method="setTemplate"><template>page/1column.phtml</template></action>
|
90 |
-
</reference>
|
91 |
-
<reference name="content">
|
92 |
-
<block type="customer/form_login" name="customer_form_login" template="customer/form/login.phtml"/>
|
93 |
-
</reference>
|
94 |
-
</customer_account_login>
|
95 |
-
|
96 |
-
<!--
|
97 |
-
Layout for customer log out page
|
98 |
-
-->
|
99 |
-
|
100 |
-
<customer_account_logoutsuccess>
|
101 |
-
<!-- Mage_Customer -->
|
102 |
-
<remove name="right"/>
|
103 |
-
<remove name="left"/>
|
104 |
-
|
105 |
-
<reference name="root">
|
106 |
-
<action method="setTemplate"><template>page/1column.phtml</template></action>
|
107 |
-
</reference>
|
108 |
-
<reference name="content">
|
109 |
-
<block type="core/template" name="customer_logout" template="customer/logout.phtml"/>
|
110 |
-
</reference>
|
111 |
-
</customer_account_logoutsuccess>
|
112 |
-
|
113 |
-
<!--
|
114 |
-
New customer registration
|
115 |
-
-->
|
116 |
-
|
117 |
-
<customer_account_create>
|
118 |
-
<!-- Mage_Customer -->
|
119 |
-
<remove name="right"/>
|
120 |
-
<remove name="left"/>
|
121 |
-
|
122 |
-
<reference name="root">
|
123 |
-
<action method="setTemplate"><template>page/1column.phtml</template></action>
|
124 |
-
</reference>
|
125 |
-
<reference name="content">
|
126 |
-
<block type="customer/form_register" name="customer_form_register" template="customer/form/register.phtml"/>
|
127 |
-
</reference>
|
128 |
-
</customer_account_create>
|
129 |
-
|
130 |
-
<customer_account_forgotpassword>
|
131 |
-
<remove name="right"/>
|
132 |
-
<remove name="left"/>
|
133 |
-
|
134 |
-
<reference name="root">
|
135 |
-
<action method="setTemplate"><template>page/1column.phtml</template></action>
|
136 |
-
<action method="setHeaderTitle" translate="title" module="customer"><title>Password forgotten</title></action>
|
137 |
-
</reference>
|
138 |
-
<reference name="content">
|
139 |
-
<!--<block type="core/template" name="forgotPassword" template="customer/form/forgotpassword.phtml"/>-->
|
140 |
-
<block type="customer/account_forgotpassword" name="forgotPassword" template="customer/form/forgotpassword.phtml"/>
|
141 |
-
</reference>
|
142 |
-
</customer_account_forgotpassword>
|
143 |
-
|
144 |
-
<customer_account_confirmation>
|
145 |
-
<remove name="right"/>
|
146 |
-
<remove name="left"/>
|
147 |
-
|
148 |
-
<reference name="root">
|
149 |
-
<action method="setTemplate"><template>page/1column.phtml</template></action>
|
150 |
-
<action method="setHeaderTitle" translate="title" module="customer"><title>Send confirmation link</title></action>
|
151 |
-
</reference>
|
152 |
-
<reference name="content">
|
153 |
-
<block type="core/template" name="accountConfirmation" template="customer/form/confirmation.phtml"/>
|
154 |
-
</reference>
|
155 |
-
</customer_account_confirmation>
|
156 |
-
|
157 |
-
<customer_account_edit>
|
158 |
-
<update handle="customer_account"/>
|
159 |
-
<reference name="root">
|
160 |
-
<action method="setHeaderTitle" translate="title" module="customer"><title>Edit Account Info</title></action>
|
161 |
-
</reference>
|
162 |
-
<reference name="content">
|
163 |
-
<block type="customer/form_edit" name="customer_edit" template="customer/form/edit.phtml"/>
|
164 |
-
</reference>
|
165 |
-
|
166 |
-
<reference name="left">
|
167 |
-
<action method="unsetChild"><name>left.permanent.callout</name></action>
|
168 |
-
</reference>
|
169 |
-
</customer_account_edit>
|
170 |
-
|
171 |
-
<!--
|
172 |
-
Customer account pages, rendered for all tabs in dashboard
|
173 |
-
-->
|
174 |
-
|
175 |
-
<customer_account>
|
176 |
-
<!-- Mage_Customer -->
|
177 |
-
<reference name="root">
|
178 |
-
<action method="setTemplate"><template>page/2columns-left.phtml</template></action>
|
179 |
-
</reference>
|
180 |
-
|
181 |
-
<reference name="left">
|
182 |
-
<block type="customer/account_navigation" name="customer_account_navigation" before="-" template="customer/account/navigation.phtml">
|
183 |
-
<action method="addLink" translate="label" module="customer"><name>account</name><path>customer/account/</path><label>Account Dashboard</label></action>
|
184 |
-
<action method="addLink" translate="label" module="customer"><name>account_edit</name><path>customer/account/edit/</path><label>Account Information</label></action>
|
185 |
-
<action method="addLink" translate="label" module="customer"><name>address_book</name><path>customer/address/</path><label>Address Book</label></action>
|
186 |
-
</block>
|
187 |
-
<block type="checkout/cart_sidebar" name="cart_sidebar" template="checkout/cart/sidebar.phtml">
|
188 |
-
<action method="addItemRender"><type>simple</type><block>checkout/cart_item_renderer</block><template>checkout/cart/sidebar/default.phtml</template></action>
|
189 |
-
<action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/cart/sidebar/default.phtml</template></action>
|
190 |
-
<action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/cart/sidebar/default.phtml</template></action>
|
191 |
-
</block>
|
192 |
-
<block type="core/template" name="catalog.compare.sidebar" template="catalog/product/compare/sidebar.phtml"/>
|
193 |
-
<block type="sales/reorder_sidebar" name="sale.reorder.sidebar" as="reorder" template="sales/reorder/sidebar.phtml"/>
|
194 |
-
<remove name="tags_popular"/>
|
195 |
-
|
196 |
-
</reference>
|
197 |
-
</customer_account>
|
198 |
-
|
199 |
-
<!--
|
200 |
-
Customer account home dashboard layout
|
201 |
-
-->
|
202 |
-
|
203 |
-
<customer_account_index>
|
204 |
-
<update handle="customer_account"/>
|
205 |
-
<!-- Mage_Customer -->
|
206 |
-
<reference name="root">
|
207 |
-
<action method="setTemplate"><template>page/2columns-left.phtml</template></action>
|
208 |
-
</reference>
|
209 |
-
<reference name="content">
|
210 |
-
<block type="customer/account_dashboard" name="customer_account_dashboard" template="customer/account/dashboard.phtml">
|
211 |
-
<block type="customer/account_dashboard_hello" name="customer_account_dashboard_hello" as="hello" template="customer/account/dashboard/hello.phtml"/>
|
212 |
-
<block type="core/template" name="customer_account_dashboard_top" as="top" />
|
213 |
-
<block type="customer/account_dashboard_info" name="customer_account_dashboard_info" as="info" template="customer/account/dashboard/info.phtml"/>
|
214 |
-
<block type="customer/account_dashboard_newsletter" name="customer_account_dashboard_newsletter" as="newsletter" template="customer/account/dashboard/newsletter.phtml"/>
|
215 |
-
<block type="customer/account_dashboard_address" name="customer_account_dashboard_address" as="address" template="customer/account/dashboard/address.phtml"/>
|
216 |
-
<block type="core/template" name="customer_account_dashboard_info1" as="info1" />
|
217 |
-
<block type="core/template" name="customer_account_dashboard_info2" as="info2" />
|
218 |
-
</block>
|
219 |
-
</reference>
|
220 |
-
|
221 |
-
</customer_account_index>
|
222 |
-
|
223 |
-
<!--
|
224 |
-
Customer account address book
|
225 |
-
-->
|
226 |
-
|
227 |
-
<customer_address_index>
|
228 |
-
<!-- Mage_Customer -->
|
229 |
-
<update handle="customer_account"/>
|
230 |
-
<reference name="content">
|
231 |
-
<block type="customer/address_book" name="address_book" before="-" template="customer/address/book.phtml"/>
|
232 |
-
</reference>
|
233 |
-
</customer_address_index>
|
234 |
-
|
235 |
-
<!--
|
236 |
-
Customer account address edit page
|
237 |
-
-->
|
238 |
-
|
239 |
-
<customer_address_form>
|
240 |
-
<!-- Mage_Customer -->
|
241 |
-
<update handle="customer_account"/>
|
242 |
-
<reference name="content">
|
243 |
-
<block type="customer/address_edit" name="customer_address_edit" template="customer/address/edit.phtml"/>
|
244 |
-
</reference>
|
245 |
-
</customer_address_form>
|
246 |
-
|
247 |
-
</layout>
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
app/design/frontend/default/mKadeerny/layout/ajaxhometabs.xml
ADDED
@@ -0,0 +1,22 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<layout version="0.1.0">
|
3 |
+
<default>
|
4 |
+
<reference name="head">
|
5 |
+
<action method="addCss"><stylesheet>ajaxhometabs/css/ajaxhometabs.css</stylesheet></action>
|
6 |
+
<action method="addJs"><script>mw_js/jquery.js</script></action>
|
7 |
+
<action method="addJs"><script>mw_js/jquery_noconflict.js</script></action>
|
8 |
+
<action method="addItem"><type>skin_js</type><name>ajaxhometabs/js/ajaxhometabs.js</name></action>
|
9 |
+
</reference>
|
10 |
+
</default>
|
11 |
+
<ajaxhometabs_index_index>
|
12 |
+
<reference name="root">
|
13 |
+
<block type="page/html" name="root" template="ajaxhometabs/ajaxhometabs.phtml" >
|
14 |
+
<block type="ajaxhometabs/list" name="list" template="ajaxhometabs/list.phtml"/>
|
15 |
+
</block>
|
16 |
+
</reference>
|
17 |
+
|
18 |
+
<reference name="content">
|
19 |
+
<block type="ajaxhometabs/showTabs" name="showTabs" template="ajaxhometabs/showTabs.phtml"/>
|
20 |
+
</reference>
|
21 |
+
</ajaxhometabs_index_index>
|
22 |
+
</layout>
|
app/design/frontend/default/mKadeerny/layout/amazonpayments.xml
DELETED
@@ -1,61 +0,0 @@
|
|
1 |
-
<?xml version="1.0"?>
|
2 |
-
<!--
|
3 |
-
/**
|
4 |
-
* Magento
|
5 |
-
*
|
6 |
-
* NOTICE OF LICENSE
|
7 |
-
*
|
8 |
-
* This source file is subject to the Academic Free License (AFL 3.0)
|
9 |
-
* that is bundled with this package in the file LICENSE_AFL.txt.
|
10 |
-
* It is also available through the world-wide-web at this URL:
|
11 |
-
* http://opensource.org/licenses/afl-3.0.php
|
12 |
-
* If you did not receive a copy of the license and are unable to
|
13 |
-
* obtain it through the world-wide-web, please send an email
|
14 |
-
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
-
*
|
16 |
-
* DISCLAIMER
|
17 |
-
*
|
18 |
-
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
-
* versions in the future. If you wish to customize Magento for your
|
20 |
-
* needs please refer to http://www.magentocommerce.com for more information.
|
21 |
-
*
|
22 |
-
* @category design_blank
|
23 |
-
* @package Mage
|
24 |
-
* @copyright Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
|
25 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
-
*/
|
27 |
-
|
28 |
-
-->
|
29 |
-
<layout version="0.1.0">
|
30 |
-
|
31 |
-
<!--
|
32 |
-
Shopping cart
|
33 |
-
-->
|
34 |
-
|
35 |
-
<checkout_cart_index>
|
36 |
-
<!-- Mage_AmazonPayments -->
|
37 |
-
<reference name="checkout.cart.methods">
|
38 |
-
<block type="amazonpayments/link_shortcut" name="checkout.cart.methods.amazon_cba" template="amazonpayments/link.phtml"/>
|
39 |
-
</reference>
|
40 |
-
</checkout_cart_index>
|
41 |
-
|
42 |
-
<amazonpayments_cba_success>
|
43 |
-
<reference name="root">
|
44 |
-
<action method="setTemplate"><template>page/2columns-right.phtml</template></action>
|
45 |
-
</reference>
|
46 |
-
<reference name="content">
|
47 |
-
<block type="amazonpayments/cba_success" name="amazonpayments_cba_success" template="amazonpayments/cba/success.phtml"></block>
|
48 |
-
</reference>
|
49 |
-
</amazonpayments_cba_success>
|
50 |
-
|
51 |
-
|
52 |
-
<amazonpayments_asp_pay>
|
53 |
-
<reference name="root">
|
54 |
-
<action method="setTemplate"><template>page/2columns-right.phtml</template></action>
|
55 |
-
</reference>
|
56 |
-
<reference name="content">
|
57 |
-
<!-- block type="amazonpayments/asp_redirect" name="amazonpayments_asp_redirect" template="page/redirect.phtml" / -->
|
58 |
-
<block type="amazonpayments/asp_redirect" name="amazonpayments_asp_redirect" template="amazonpayments/asp/redirect.phtml" />
|
59 |
-
</reference>
|
60 |
-
</amazonpayments_asp_pay>
|
61 |
-
</layout>
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
app/design/frontend/default/mKadeerny/layout/bundle.xml
DELETED
@@ -1,297 +0,0 @@
|
|
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_default
|
23 |
-
* @package Mage_Bundle
|
24 |
-
* @copyright Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
|
25 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
-
*/
|
27 |
-
|
28 |
-
-->
|
29 |
-
<layout version="0.1.0">
|
30 |
-
|
31 |
-
<!--
|
32 |
-
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="wishlist_sidebar">
|
85 |
-
<action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action>
|
86 |
-
</reference>
|
87 |
-
</default>
|
88 |
-
|
89 |
-
<wishlist_index_index>
|
90 |
-
<reference name="customer.wishlist">
|
91 |
-
<action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action>
|
92 |
-
</reference>
|
93 |
-
</wishlist_index_index>
|
94 |
-
|
95 |
-
<wishlist_shared_index>
|
96 |
-
<reference name="customer.wishlist">
|
97 |
-
<action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action>
|
98 |
-
</reference>
|
99 |
-
</wishlist_shared_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 |
-
<default>
|
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 |
-
</default>
|
134 |
-
|
135 |
-
<customer_account>
|
136 |
-
<reference name="cart_sidebar">
|
137 |
-
<action method="addItemRender"><type>bundle</type><block>bundle/checkout_cart_item_renderer</block><template>checkout/cart/sidebar/default.phtml</template></action>
|
138 |
-
</reference>
|
139 |
-
</customer_account>
|
140 |
-
|
141 |
-
<!--
|
142 |
-
Shopping cart item renderer
|
143 |
-
-->
|
144 |
-
|
145 |
-
<checkout_cart_index>
|
146 |
-
<reference name="checkout.cart">
|
147 |
-
<action method="addItemRender"><type>bundle</type><block>bundle/checkout_cart_item_renderer</block><template>checkout/cart/item/default.phtml</template></action>
|
148 |
-
</reference>
|
149 |
-
<reference name="checkout.cart.crosssell">
|
150 |
-
<action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action>
|
151 |
-
</reference>
|
152 |
-
</checkout_cart_index>
|
153 |
-
|
154 |
-
<!--
|
155 |
-
Onepage Checkout Review Page
|
156 |
-
-->
|
157 |
-
|
158 |
-
<checkout_onepage_review>
|
159 |
-
<reference name="root">
|
160 |
-
<action method="addItemRender"><type>bundle</type><block>bundle/checkout_cart_item_renderer</block><template>checkout/onepage/review/item.phtml</template></action>
|
161 |
-
</reference>
|
162 |
-
</checkout_onepage_review>
|
163 |
-
|
164 |
-
<checkout_multishipping_addresses>
|
165 |
-
<reference name="checkout_addresses">
|
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_addresses>
|
169 |
-
|
170 |
-
<checkout_multishipping_shipping>
|
171 |
-
<reference name="checkout_shipping">
|
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 |
-
<reference name="checkout_billing_items">
|
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_shipping>
|
178 |
-
|
179 |
-
<checkout_multishipping_overview>
|
180 |
-
<reference name="checkout_overview">
|
181 |
-
<action method="addItemRender"><type>bundle</type><block>bundle/checkout_cart_item_renderer</block><template>checkout/multishipping/item/default.phtml</template></action>
|
182 |
-
</reference>
|
183 |
-
</checkout_multishipping_overview>
|
184 |
-
|
185 |
-
<!--
|
186 |
-
Additional block for bundle product type
|
187 |
-
-->
|
188 |
-
|
189 |
-
<PRODUCT_TYPE_bundle>
|
190 |
-
<reference name="head">
|
191 |
-
<action method="addItem"><type>skin_js</type><name>js/bundle.js</name></action>
|
192 |
-
</reference>
|
193 |
-
<reference name="product.info">
|
194 |
-
<block type="bundle/catalog_product_view_type_bundle" name="product.info.bundle" as="product_type_data" template="bundle/catalog/product/view/type/bundle.phtml">
|
195 |
-
<action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/price.phtml</template></action>
|
196 |
-
<block type="bundle/catalog_product_price" name="bundle.prices" as="bundle_prices" template="bundle/catalog/product/view/price.phtml" />
|
197 |
-
</block>
|
198 |
-
</reference>
|
199 |
-
<reference name="product.info.options.wrapper">
|
200 |
-
<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">
|
201 |
-
<action method="addRenderer"><type>select</type><block>bundle/catalog_product_view_type_bundle_option_select</block></action>
|
202 |
-
<action method="addRenderer"><type>multi</type><block>bundle/catalog_product_view_type_bundle_option_multi</block></action>
|
203 |
-
<action method="addRenderer"><type>radio</type><block>bundle/catalog_product_view_type_bundle_option_radio</block></action>
|
204 |
-
<action method="addRenderer"><type>checkbox</type><block>bundle/catalog_product_view_type_bundle_option_checkbox</block></action>
|
205 |
-
</block>
|
206 |
-
<action method="insert"><block>product.info.bundle.options</block></action>
|
207 |
-
</reference>
|
208 |
-
<reference name="product.info.options.wrapper.bottom">
|
209 |
-
<remove name="product.tierprices" />
|
210 |
-
<block type="bundle/catalog_product_view" name="bundle.tierprices" as="tierprices" before="-" template="bundle/catalog/product/view/tierprices.phtml"/>
|
211 |
-
</reference>
|
212 |
-
<reference name="product.clone_prices">
|
213 |
-
<action method="addPriceBlockType"><type>bundle</type><block>bundle/catalog_product_price</block><template>bundle/catalog/product/view/price.phtml</template></action>
|
214 |
-
</reference>
|
215 |
-
</PRODUCT_TYPE_bundle>
|
216 |
-
|
217 |
-
<sales_order_view>
|
218 |
-
<reference name="order_items">
|
219 |
-
<action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/sales/order/items/renderer.phtml</template></action>
|
220 |
-
</reference>
|
221 |
-
</sales_order_view>
|
222 |
-
|
223 |
-
<sales_order_invoice>
|
224 |
-
<reference name="invoice_items">
|
225 |
-
<action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/sales/order/invoice/items/renderer.phtml</template></action>
|
226 |
-
</reference>
|
227 |
-
</sales_order_invoice>
|
228 |
-
|
229 |
-
<sales_order_shipment>
|
230 |
-
<reference name="shipment_items">
|
231 |
-
<action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/sales/order/shipment/items/renderer.phtml</template></action>
|
232 |
-
</reference>
|
233 |
-
</sales_order_shipment>
|
234 |
-
|
235 |
-
<sales_order_creditmemo>
|
236 |
-
<reference name="creditmemo_items">
|
237 |
-
<action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/sales/order/creditmemo/items/renderer.phtml</template></action>
|
238 |
-
</reference>
|
239 |
-
</sales_order_creditmemo>
|
240 |
-
|
241 |
-
<!--
|
242 |
-
Print pages
|
243 |
-
-->
|
244 |
-
|
245 |
-
<sales_order_print>
|
246 |
-
<reference name="sales.order.print">
|
247 |
-
<action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/sales/order/items/renderer.phtml</template></action>
|
248 |
-
</reference>
|
249 |
-
</sales_order_print>
|
250 |
-
|
251 |
-
<sales_order_printinvoice>
|
252 |
-
<reference name="sales.order.print.invoice">
|
253 |
-
<action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/sales/order/invoice/items/renderer.phtml</template></action>
|
254 |
-
</reference>
|
255 |
-
</sales_order_printinvoice>
|
256 |
-
|
257 |
-
<sales_order_printshipment>
|
258 |
-
<reference name="sales.order.print.shipment">
|
259 |
-
<action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/sales/order/shipment/items/renderer.phtml</template></action>
|
260 |
-
</reference>
|
261 |
-
</sales_order_printshipment>
|
262 |
-
|
263 |
-
<sales_order_printcreditmemo>
|
264 |
-
<reference name="sales.order.print.creditmemo">
|
265 |
-
<action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/sales/order/creditmemo/items/renderer.phtml</template></action>
|
266 |
-
</reference>
|
267 |
-
</sales_order_printcreditmemo>
|
268 |
-
|
269 |
-
<!--
|
270 |
-
Emails
|
271 |
-
-->
|
272 |
-
<sales_email_order_items>
|
273 |
-
<reference name="items">
|
274 |
-
<action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/email/order/items/order/default.phtml</template></action>
|
275 |
-
</reference>
|
276 |
-
</sales_email_order_items>
|
277 |
-
|
278 |
-
<sales_email_order_invoice_items>
|
279 |
-
<reference name="items">
|
280 |
-
<action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/email/order/items/invoice/default.phtml</template></action>
|
281 |
-
</reference>
|
282 |
-
</sales_email_order_invoice_items>
|
283 |
-
|
284 |
-
|
285 |
-
<sales_email_order_shipment_items>
|
286 |
-
<reference name="items">
|
287 |
-
<action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/email/order/items/shipment/default.phtml</template></action>
|
288 |
-
</reference>
|
289 |
-
</sales_email_order_shipment_items>
|
290 |
-
|
291 |
-
<sales_email_order_creditmemo_items>
|
292 |
-
<reference name="items">
|
293 |
-
<action method="addItemRender"><type>bundle</type><block>bundle/sales_order_items_renderer</block><template>bundle/email/order/items/creditmemo/default.phtml</template></action>
|
294 |
-
</reference>
|
295 |
-
</sales_email_order_creditmemo_items>
|
296 |
-
|
297 |
-
</layout>
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
app/design/frontend/default/mKadeerny/layout/catalog.xml
CHANGED
@@ -19,10 +19,10 @@
|
|
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
|
23 |
-
* @package
|
24 |
-
* @copyright
|
25 |
-
* @license
|
26 |
Â
*/
|
27 |
Â
|
28 |
Â
Supported layout update handles (action):
|
@@ -45,10 +45,9 @@ Default layout, loads most of the pages
|
|
45 |
Â
<default>
|
46 |
Â
|
47 |
Â
<!-- Mage_Catalog -->
|
48 |
-
<reference name="
|
49 |
-
<block type="catalog/navigation" name="catalog.topnav"
|
50 |
Â
</reference>
|
51 |
-
|
52 |
Â
<reference name="left">
|
53 |
Â
<block type="core/template" name="left.permanent.callout" template="callouts/left_col.phtml">
|
54 |
Â
<action method="setImgSrc"><src>images/media/col_left_callout.jpg</src></action>
|
@@ -57,31 +56,25 @@ Default layout, loads most of the pages
|
|
57 |
Â
</block>
|
58 |
Â
</reference>
|
59 |
Â
<reference name="right">
|
60 |
-
<block type="
|
61 |
-
<block type="core/template" name="right.permanent.callout" template="callouts/right_col.phtml"
|
Â
|
|
Â
|
|
Â
|
|
62 |
Â
</reference>
|
63 |
Â
<reference name="footer_links">
|
64 |
Â
<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>
|
65 |
Â
</reference>
|
66 |
-
|
67 |
Â
</default>
|
68 |
Â
|
69 |
-
<!--
|
70 |
-
Add rel="follow" to sitemap link on home
|
71 |
-
-->
|
72 |
-
|
73 |
-
<cms_index_index>
|
74 |
-
<reference name="footer_links_follow">
|
75 |
-
<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>
|
76 |
-
</reference>
|
77 |
-
</cms_index_index>
|
78 |
-
|
79 |
Â
|
80 |
Â
<!--
|
81 |
Â
Category default layout
|
82 |
Â
-->
|
83 |
Â
|
84 |
-
<catalog_category_default>
|
Â
|
|
85 |
Â
<reference name="left">
|
86 |
Â
<block type="catalog/navigation" name="catalog.leftnav" after="currency" template="catalog/navigation/left.phtml"/>
|
87 |
Â
</reference>
|
@@ -90,7 +83,7 @@ Category default layout
|
|
90 |
Â
<block type="catalog/product_list" name="product_list" template="catalog/product/list.phtml">
|
91 |
Â
<block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
|
92 |
Â
<block type="page/html_pager" name="product_list_toolbar_pager"/>
|
93 |
-
|
94 |
Â
<!--
|
95 |
Â
<action method="setDefaultListPerPage"><limit>4</limit></action>
|
96 |
Â
<action method="setDefaultGridPerPage"><limit>9</limit></action>
|
@@ -101,7 +94,11 @@ Category default layout
|
|
101 |
Â
<action method="addPagerLimit" translate="label"><mode>list</mode><limit>all</limit><label>All</label></action>
|
102 |
Â
-->
|
103 |
Â
</block>
|
104 |
-
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
105 |
Â
<action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
|
106 |
Â
</block>
|
107 |
Â
</block>
|
@@ -112,7 +109,8 @@ Category default layout
|
|
112 |
Â
Category layered navigation layout
|
113 |
Â
-->
|
114 |
Â
|
115 |
-
<catalog_category_layered>
|
Â
|
|
116 |
Â
<reference name="left">
|
117 |
Â
<block type="catalog/layer_view" name="catalog.leftnav" after="currency" template="catalog/layer/view.phtml"/>
|
118 |
Â
</reference>
|
@@ -121,7 +119,7 @@ Category layered navigation layout
|
|
121 |
Â
<block type="catalog/product_list" name="product_list" template="catalog/product/list.phtml">
|
122 |
Â
<!-- <action method="addReviewSummaryTemplate"><type>default</type><template>review/helper/su.phtml</template></action> -->
|
123 |
Â
<block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
|
124 |
-
|
125 |
Â
<!-- The following code shows how to set your own pager increments -->
|
126 |
Â
<!--
|
127 |
Â
<action method="setDefaultListPerPage"><limit>4</limit></action>
|
@@ -134,28 +132,26 @@ Category layered navigation layout
|
|
134 |
Â
<action method="addPagerLimit"><mode>grid</mode><limit>3</limit></action>
|
135 |
Â
<action method="addPagerLimit"><mode>grid</mode><limit>6</limit></action>
|
136 |
Â
<action method="addPagerLimit"><mode>grid</mode><limit>9</limit></action>
|
137 |
-
<action method="addPagerLimit"><mode>grid</mode><limit>all</limit><label>All</label></action>
|
138 |
Â
-->
|
139 |
Â
</block>
|
140 |
-
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
141 |
Â
<action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
|
142 |
Â
</block>
|
143 |
Â
</block>
|
144 |
Â
</reference>
|
145 |
Â
</catalog_category_layered>
|
146 |
Â
|
147 |
-
<catalog_category_layered_nochildren>
|
148 |
-
<remove name="right.reports.product.viewed" />
|
149 |
-
<reference name="right">
|
150 |
-
<block type="reports/product_viewed" before="right.permanent.callout" name="left.reports.product.viewed" template="reports/product_viewed.phtml" />
|
151 |
-
</reference>
|
152 |
-
</catalog_category_layered_nochildren>
|
153 |
-
|
154 |
Â
<!--
|
155 |
Â
Compare products page
|
156 |
Â
-->
|
157 |
Â
|
158 |
-
<catalog_product_compare_index>
|
Â
|
|
159 |
Â
<!-- Mage_Catalog -->
|
160 |
Â
<reference name="root">
|
161 |
Â
<action method="setTemplate"><template>page/popup.phtml</template></action>
|
@@ -170,9 +166,8 @@ Compare products page
|
|
170 |
Â
</catalog_product_compare_index>
|
171 |
Â
|
172 |
Â
<customer_account_index>
|
173 |
-
|
174 |
Â
<reference name="right">
|
175 |
-
<action method="unsetChild"><name>
|
176 |
Â
</reference>
|
177 |
Â
</customer_account_index>
|
178 |
Â
|
@@ -180,13 +175,15 @@ Compare products page
|
|
180 |
Â
Product view
|
181 |
Â
-->
|
182 |
Â
|
183 |
-
<catalog_product_view>
|
Â
|
|
184 |
Â
<!-- Mage_Catalog -->
|
185 |
Â
<reference name="root">
|
186 |
Â
<action method="setTemplate"><template>page/2columns-right.phtml</template></action>
|
187 |
Â
</reference>
|
188 |
Â
<reference name="head">
|
189 |
Â
<action method="addJs"><script>varien/product.js</script></action>
|
Â
|
|
190 |
Â
|
191 |
Â
<action method="addItem"><type>js_css</type><name>calendar/calendar-win2k-1.css</name><params/><!--<if/><condition>can_load_calendar_js</condition>--></action>
|
192 |
Â
<action method="addItem"><type>js</type><name>calendar/calendar.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
|
@@ -194,9 +191,17 @@ Product view
|
|
194 |
Â
</reference>
|
195 |
Â
<reference name="content">
|
196 |
Â
<block type="catalog/product_view" name="product.info" template="catalog/product/view.phtml">
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
197 |
Â
<block type="catalog/product_view_media" name="product.info.media" as="media" template="catalog/product/view/media.phtml"/>
|
198 |
-
<block type="core/text_list" name="alert.urls" as="alert_urls"
|
199 |
-
|
Â
|
|
Â
|
|
Â
|
|
200 |
Â
|
201 |
Â
<block type="catalog/product_list_upsell" name="product.info.upsell" as="upsell_products" template="catalog/product/list/upsell.phtml">
|
202 |
Â
<action method="setColumnCount"><columns>4</columns></action>
|
@@ -204,25 +209,36 @@ Product view
|
|
204 |
Â
</block>
|
205 |
Â
|
206 |
Â
<block type="catalog/product_view_additional" name="product.info.additional" as="product_additional_data" />
|
207 |
-
<block type="catalog/product_view_description" name="product.description" as="description" template="catalog/product/view/description.phtml"
|
208 |
-
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
209 |
Â
<block type="catalog/product_view" name="product.info.addto" as="addto" template="catalog/product/view/addto.phtml"/>
|
210 |
Â
<block type="catalog/product_view" name="product.info.addtocart" as="addtocart" template="catalog/product/view/addtocart.phtml"/>
|
211 |
Â
|
212 |
-
<block type="
|
213 |
-
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
214 |
Â
<block type="catalog/product_view_options" name="product.info.options" as="product_options" template="catalog/product/view/options.phtml">
|
215 |
Â
<action method="addOptionRenderer"><type>text</type><block>catalog/product_view_options_type_text</block><template>catalog/product/view/options/type/text.phtml</template></action>
|
216 |
Â
<action method="addOptionRenderer"><type>file</type><block>catalog/product_view_options_type_file</block><template>catalog/product/view/options/type/file.phtml</template></action>
|
217 |
Â
<action method="addOptionRenderer"><type>select</type><block>catalog/product_view_options_type_select</block><template>catalog/product/view/options/type/select.phtml</template></action>
|
218 |
Â
<action method="addOptionRenderer"><type>date</type><block>catalog/product_view_options_type_date</block><template>catalog/product/view/options/type/date.phtml</template></action>
|
Â
|
|
219 |
Â
<block type="core/html_calendar" name="html_calendar" as="html_calendar" template="page/js/calendar.phtml"/>
|
220 |
Â
</block>
|
221 |
-
|
222 |
-
|
223 |
Â
<action method="insert"><block>product.tierprices</block></action>
|
224 |
Â
<block type="catalog/product_view" name="product.clone_prices" as="prices" template="catalog/product/view/price_clone.phtml"/>
|
225 |
Â
<action method="append"><block>product.info.addtocart</block></action>
|
Â
|
|
226 |
Â
</block>
|
227 |
Â
|
228 |
Â
<block type="core/template_facade" name="product.info.container1" as="container1">
|
@@ -249,27 +265,47 @@ Product view
|
|
249 |
Â
<!--
|
250 |
Â
Additional block dependant on product type
|
251 |
Â
-->
|
252 |
-
<PRODUCT_TYPE_simple>
|
Â
|
|
253 |
Â
<reference name="product.info">
|
254 |
-
<block type="catalog/product_view_type_simple" name="product.info.simple" as="product_type_data" template="catalog/product/view/type/
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
255 |
Â
</reference>
|
256 |
Â
</PRODUCT_TYPE_simple>
|
257 |
-
<PRODUCT_TYPE_configurable>
|
Â
|
|
258 |
Â
<reference name="product.info">
|
259 |
-
<block type="catalog/product_view_type_configurable" name="product.info.configurable" as="product_type_data" template="catalog/product/view/type/
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
260 |
Â
</reference>
|
261 |
Â
<reference name="product.info.options.wrapper">
|
262 |
Â
<block type="catalog/product_view_type_configurable" name="product.info.options.configurable" as="options_configurable" before="-" template="catalog/product/view/type/options/configurable.phtml"/>
|
263 |
Â
</reference>
|
264 |
Â
</PRODUCT_TYPE_configurable>
|
265 |
-
<PRODUCT_TYPE_grouped>
|
Â
|
|
266 |
Â
<reference name="product.info">
|
267 |
-
<block type="catalog/product_view_type_grouped" name="product.info.grouped" as="product_type_data" template="catalog/product/view/type/grouped.phtml"
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
268 |
Â
</reference>
|
269 |
Â
</PRODUCT_TYPE_grouped>
|
270 |
-
<PRODUCT_TYPE_virtual>
|
Â
|
|
271 |
Â
<reference name="product.info">
|
272 |
-
<block type="catalog/product_view_type_virtual" name="product.info.virtual" as="product_type_data" template="catalog/product/view/type/
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
273 |
Â
</reference>
|
274 |
Â
</PRODUCT_TYPE_virtual>
|
275 |
Â
|
@@ -279,7 +315,8 @@ Additional block dependant on product type
|
|
279 |
Â
Product send to friend
|
280 |
Â
-->
|
281 |
Â
|
282 |
-
<catalog_product_send>
|
Â
|
|
283 |
Â
<!-- Mage_Catalog -->
|
284 |
Â
<reference name="root">
|
285 |
Â
<action method="setTemplate"><template>page/2columns-right.phtml</template></action>
|
@@ -297,7 +334,8 @@ Product send to friend
|
|
297 |
Â
Product additional images gallery popup
|
298 |
Â
-->
|
299 |
Â
|
300 |
-
<catalog_product_gallery>
|
Â
|
|
301 |
Â
<!-- Mage_Catalog -->
|
302 |
Â
<reference name="root">
|
303 |
Â
<action method="setTemplate"><template>page/popup.phtml</template></action>
|
@@ -311,7 +349,8 @@ Product additional images gallery popup
|
|
311 |
Â
SEO Site Map
|
312 |
Â
-->
|
313 |
Â
|
314 |
-
<catalog_seo_sitemap>
|
Â
|
|
315 |
Â
<remove name="right"/>
|
316 |
Â
<remove name="left"/>
|
317 |
Â
|
@@ -320,14 +359,18 @@ SEO Site Map
|
|
320 |
Â
</reference>
|
321 |
Â
<reference name="content">
|
322 |
Â
<block type="page/template_container" name="seo.sitemap.container" template="catalog/seo/sitemap/container.phtml">
|
323 |
-
<block type="page/template_links" name="seo.sitemap.links" as="links" template="page/template/links
|
324 |
Â
<block type="page/html_pager" name="seo.sitemap.pager.top" as="pager_top" template="page/html/pager.phtml"/>
|
325 |
Â
<block type="page/html_pager" name="seo.sitemap.pager.bottom" as="pager_bottom" template="page/html/pager.phtml"/>
|
326 |
Â
</block>
|
327 |
Â
</reference>
|
328 |
Â
</catalog_seo_sitemap>
|
329 |
Â
|
330 |
-
<catalog_seo_sitemap_category>
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
331 |
Â
<update handle="catalog_seo_sitemap" />
|
332 |
Â
<reference name="seo.sitemap.container">
|
333 |
Â
<action method="setTitle" translate="title" module="catalog"><title>Categories</title></action>
|
@@ -342,7 +385,8 @@ SEO Site Map
|
|
342 |
Â
</reference>
|
343 |
Â
</catalog_seo_sitemap_category>
|
344 |
Â
|
345 |
-
<catalog_seo_sitemap_category_tree>
|
Â
|
|
346 |
Â
<reference name="seo.sitemap.container">
|
347 |
Â
<remove name="seo.sitemap.pager.top" />
|
348 |
Â
<remove name="seo.sitemap.pager.bottom" />
|
@@ -356,7 +400,11 @@ SEO Site Map
|
|
356 |
Â
</reference>
|
357 |
Â
</catalog_seo_sitemap_category_tree>
|
358 |
Â
|
359 |
-
<catalog_seo_sitemap_product>
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
360 |
Â
<update handle="catalog_seo_sitemap" />
|
361 |
Â
<reference name="seo.sitemap.container">
|
362 |
Â
<action method="setTitle" translate="title" module="catalog"><title>Products</title></action>
|
@@ -376,7 +424,8 @@ SEO Site Map
|
|
376 |
Â
Catalog search terms block
|
377 |
Â
-->
|
378 |
Â
|
379 |
-
<catalog_seo_searchterm_popular>
|
Â
|
|
380 |
Â
<remove name="right"/>
|
381 |
Â
<remove name="left"/>
|
382 |
Â
<reference name="root">
|
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):
|
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>
|
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>
|
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>
|
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>
|
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>
|
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>
|
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>
|
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 |
Â
|
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>
|
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>
|
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">
|
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 |
Â
|
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>
|
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>
|
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 |
Â
|
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>
|
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" />
|
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>
|
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">
|
app/design/frontend/default/mKadeerny/layout/catalogsearch.xml
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
Â
*
|
22 |
Â
* @category design
|
23 |
Â
* @package base_default
|
24 |
-
* @copyright Copyright (c)
|
25 |
Â
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
Â
*/
|
27 |
Â
|
@@ -48,14 +48,11 @@
|
|
48 |
Â
|
49 |
Â
<catalogsearch_result_index translate="label">
|
50 |
Â
<label>Quick Search Form</label>
|
51 |
-
<remove name="right.newsletter" />
|
52 |
-
<remove name="right.reports.product.viewed" />
|
53 |
Â
<reference name="root">
|
54 |
Â
<action method="setTemplate"><template>page/3columns.phtml</template></action>
|
55 |
Â
</reference>
|
56 |
Â
<reference name="left">
|
57 |
Â
<block type="catalogsearch/layer" name="catalogsearch.leftnav" after="currency" template="catalog/layer/view.phtml"/>
|
58 |
-
<!--<block type="newsletter/subscribe" name="left.newsletter" template="newsletter/subscribe.phtml"/>-->
|
59 |
Â
</reference>
|
60 |
Â
<reference name="content">
|
61 |
Â
<block type="catalogsearch/result" name="search.result" template="catalogsearch/result.phtml">
|
@@ -75,10 +72,6 @@
|
|
75 |
Â
<action method="setListCollection"/>
|
76 |
Â
</block>
|
77 |
Â
</reference>
|
78 |
-
|
79 |
-
<reference name="right">
|
80 |
-
<block type="reports/product_viewed" before="right.permanent.callout" name="left.reports.product.viewed" template="reports/product_viewed.phtml" />
|
81 |
-
</reference>
|
82 |
Â
</catalogsearch_result_index>
|
83 |
Â
|
84 |
Â
<catalogsearch_advanced_index translate="label">
|
@@ -88,6 +81,7 @@
|
|
88 |
Â
<action method="setTemplate"><template>page/2columns-right.phtml</template></action>
|
89 |
Â
</reference>
|
90 |
Â
<reference name="head">
|
Â
|
|
91 |
Â
<action method="addItem"><type>js_css</type><name>calendar/calendar-win2k-1.css</name><params/><!--<if/><condition>can_load_calendar_js</condition>--></action>
|
92 |
Â
<action method="addItem"><type>js</type><name>calendar/calendar.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
|
93 |
Â
<action method="addItem"><type>js</type><name>calendar/calendar-setup.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
|
@@ -107,12 +101,12 @@ Advanced search results
|
|
107 |
Â
<update handle="page_two_columns_right" />
|
108 |
Â
<!-- Mage_Catalogsearch -->
|
109 |
Â
<reference name="root">
|
110 |
-
<action method="setTemplate"><template>page/
|
111 |
Â
</reference>
|
112 |
Â
<reference name="content">
|
113 |
Â
<block type="catalogsearch/advanced_result" name="catalogsearch_advanced_result" template="catalogsearch/advanced/result.phtml">
|
114 |
Â
<block type="catalog/product_list" name="search_result_list" template="catalog/product/list.phtml">
|
115 |
-
|
116 |
Â
<block type="page/html_pager" name="product_list_toolbar_pager"/>
|
117 |
Â
</block>
|
118 |
Â
<action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
|
@@ -120,7 +114,7 @@ Advanced search results
|
|
120 |
Â
<action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
|
121 |
Â
<action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
|
122 |
Â
<action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
|
123 |
-
|
124 |
Â
</block>
|
125 |
Â
<action method="setListOrders"/>
|
126 |
Â
<action method="setListModes"/>
|
@@ -134,6 +128,9 @@ Advanced search results
|
|
134 |
Â
<remove name="right"/>
|
135 |
Â
<remove name="left"/>
|
136 |
Â
|
Â
|
|
Â
|
|
Â
|
|
137 |
Â
<reference name="root">
|
138 |
Â
<action method="setTemplate"><template>page/1column.phtml</template></action>
|
139 |
Â
</reference>
|
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 |
Â
|
48 |
Â
|
49 |
Â
<catalogsearch_result_index translate="label">
|
50 |
Â
<label>Quick Search Form</label>
|
Â
|
|
Â
|
|
51 |
Â
<reference name="root">
|
52 |
Â
<action method="setTemplate"><template>page/3columns.phtml</template></action>
|
53 |
Â
</reference>
|
54 |
Â
<reference name="left">
|
55 |
Â
<block type="catalogsearch/layer" name="catalogsearch.leftnav" after="currency" template="catalog/layer/view.phtml"/>
|
Â
|
|
56 |
Â
</reference>
|
57 |
Â
<reference name="content">
|
58 |
Â
<block type="catalogsearch/result" name="search.result" template="catalogsearch/result.phtml">
|
72 |
Â
<action method="setListCollection"/>
|
73 |
Â
</block>
|
74 |
Â
</reference>
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
75 |
Â
</catalogsearch_result_index>
|
76 |
Â
|
77 |
Â
<catalogsearch_advanced_index translate="label">
|
81 |
Â
<action method="setTemplate"><template>page/2columns-right.phtml</template></action>
|
82 |
Â
</reference>
|
83 |
Â
<reference name="head">
|
84 |
+
<action method="setTitle" translate="title" module="catalogsearch"><title>Advanced Search</title></action>
|
85 |
Â
<action method="addItem"><type>js_css</type><name>calendar/calendar-win2k-1.css</name><params/><!--<if/><condition>can_load_calendar_js</condition>--></action>
|
86 |
Â
<action method="addItem"><type>js</type><name>calendar/calendar.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
|
87 |
Â
<action method="addItem"><type>js</type><name>calendar/calendar-setup.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
|
101 |
Â
<update handle="page_two_columns_right" />
|
102 |
Â
<!-- Mage_Catalogsearch -->
|
103 |
Â
<reference name="root">
|
104 |
+
<action method="setTemplate"><template>page/2columns-right.phtml</template></action>
|
105 |
Â
</reference>
|
106 |
Â
<reference name="content">
|
107 |
Â
<block type="catalogsearch/advanced_result" name="catalogsearch_advanced_result" template="catalogsearch/advanced/result.phtml">
|
108 |
Â
<block type="catalog/product_list" name="search_result_list" template="catalog/product/list.phtml">
|
109 |
+
<block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
|
110 |
Â
<block type="page/html_pager" name="product_list_toolbar_pager"/>
|
111 |
Â
</block>
|
112 |
Â
<action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
|
114 |
Â
<action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
|
115 |
Â
<action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
|
116 |
Â
<action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
|
117 |
+
<action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
|
118 |
Â
</block>
|
119 |
Â
<action method="setListOrders"/>
|
120 |
Â
<action method="setListModes"/>
|
128 |
Â
<remove name="right"/>
|
129 |
Â
<remove name="left"/>
|
130 |
Â
|
131 |
+
<reference name="head">
|
132 |
+
<action method="setTitle" translate="title" module="catalogsearch"><title>Search Terms</title></action>
|
133 |
+
</reference>
|
134 |
Â
<reference name="root">
|
135 |
Â
<action method="setTemplate"><template>page/1column.phtml</template></action>
|
136 |
Â
</reference>
|
app/design/frontend/default/mKadeerny/layout/checkout.xml
DELETED
@@ -1,379 +0,0 @@
|
|
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_default
|
23 |
-
* @package Mage
|
24 |
-
* @copyright Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
|
25 |
-
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
-
*/
|
27 |
-
|
28 |
-
-->
|
29 |
-
<layout version="0.1.0">
|
30 |
-
|
31 |
-
<!--
|
32 |
-
Default layout, loads most of the pages
|
33 |
-
-->
|
34 |
-
|
35 |
-
<default>
|
36 |
-
|
37 |
-
<!-- Mage_Checkout -->
|
38 |
-
<reference name="top.links">
|
39 |
-
<block type="checkout/links" name="checkout_cart_link">
|
40 |
-
<action method="addCartLink"></action>
|
41 |
-
<action method="addCheckoutLink"></action>
|
42 |
-
</block>
|
43 |
-
</reference>
|
44 |
-
<reference name="right">
|
45 |
-
<block type="checkout/cart_sidebar" name="cart_sidebar" template="checkout/cart/sidebar.phtml" before="-">
|
46 |
-
<action method="addItemRender"><type>simple</type><block>checkout/cart_item_renderer</block><template>checkout/cart/sidebar/default.phtml</template></action>
|
47 |
-
<action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/cart/sidebar/default.phtml</template></action>
|
48 |
-
<action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/cart/sidebar/default.phtml</template></action>
|
49 |
-
</block>
|
50 |
-
</reference>
|
51 |
-
|
52 |
-
</default>
|
53 |
-
|
54 |
-
<checkout_cart_index>
|
55 |
-
<remove name="right"/>
|
56 |
-
<remove name="left"/>
|
57 |
-
<!-- Mage_Checkout -->
|
58 |
-
<reference name="root">
|
59 |
-
<action method="setTemplate"><template>page/1column.phtml</template></action>
|
60 |
-
</reference>
|
61 |
-
<reference name="content">
|
62 |
-
<block type="checkout/cart" name="checkout.cart">
|
63 |
-
<action method="setCartTemplate"><value>checkout/cart.phtml</value></action>
|
64 |
-
<action method="setEmptyTemplate"><value>checkout/cart/noItems.phtml</value></action>
|
65 |
-
<action method="chooseTemplate"/>
|
66 |
-
<action method="addItemRender"><type>simple</type><block>checkout/cart_item_renderer</block><template>checkout/cart/item/default.phtml</template></action>
|
67 |
-
<action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/cart/item/default.phtml</template></action>
|
68 |
-
<action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/cart/item/default.phtml</template></action>
|
69 |
-
|
70 |
-
<block type="core/text_list" name="checkout.cart.top_methods" as="top_methods">
|
71 |
-
<block type="checkout/onepage_link" name="checkout.cart.methods.onepage" template="checkout/onepage/link.phtml"/>
|
72 |
-
</block>
|
73 |
-
|
74 |
-
<block type="core/text_list" name="checkout.cart.methods" as="methods">
|
75 |
-
<block type="checkout/onepage_link" name="checkout.cart.methods.onepage" template="checkout/onepage/link.phtml"/>
|
76 |
-
<block type="checkout/multishipping_link" name="checkout.cart.methods.multishipping" template="checkout/multishipping/link.phtml"/>
|
77 |
-
</block>
|
78 |
-
|
79 |
-
<block type="checkout/cart_coupon" name="checkout.cart.coupon" as="coupon" template="checkout/cart/coupon.phtml"/>
|
80 |
-
<block type="checkout/cart_shipping" name="checkout.cart.shipping" as="shipping" template="checkout/cart/shipping.phtml"/>
|
81 |
-
<block type="checkout/cart_crosssell" name="checkout.cart.crosssell" as="crosssell" template="checkout/cart/crosssell.phtml"/>
|
82 |
-
|
83 |
-
<block type="checkout/cart_totals" name="checkout.cart.totals" as="totals" template="checkout/cart/totals.phtml"/>
|
84 |
-
</block>
|
85 |
-
</reference>
|
86 |
-
</checkout_cart_index>
|
87 |
-
|
88 |
-
<!--
|
89 |
-
Multi address shipping checkout main layout,
|
90 |
-
will be rendered on all checkout pages
|
91 |
-
-->
|
92 |
-
|
93 |
-
<checkout_multishipping>
|
94 |
-
<!-- Mage_Checkout -->
|
95 |
-
<remove name="right"/>
|
96 |
-
<remove name="left"/>
|
97 |
-
|
98 |
-
<reference name="root">
|
99 |
-
<action method="setTemplate"><template>page/1column.phtml</template></action>
|
100 |
-
</reference>
|
101 |
-
<reference name="content">
|
102 |
-
<block type="checkout/multishipping_state" name="checkout_state" template="checkout/multishipping/state.phtml"/>
|
103 |
-
</reference>
|
104 |
-
</checkout_multishipping>
|
105 |
-
|
106 |
-
<checkout_multishipping_login>
|
107 |
-
<update handle="customer_account_login"/>
|
108 |
-
</checkout_multishipping_login>
|
109 |
-
|
110 |
-
<checkout_multishipping_register>
|
111 |
-
<update handle="customer_account_create"/>
|
112 |
-
</checkout_multishipping_register>
|
113 |
-
|
114 |
-
<!--
|
115 |
-
Multi address shipping checkout selection of address per item page
|
116 |
-
-->
|
117 |
-
|
118 |
-
<checkout_multishipping_address_select>
|
119 |
-
<update handle="checkout_multishipping"/>
|
120 |
-
<!-- Mage_Checkout -->
|
121 |
-
<reference name="content">
|
122 |
-
<block type="checkout/multishipping_address_select" name="checkout_address_select" template="checkout/multishipping/address/select.phtml"/>
|
123 |
-
</reference>
|
124 |
-
</checkout_multishipping_address_select>
|
125 |
-
|
126 |
-
<checkout_multishipping_address_selectbilling>
|
127 |
-
<update handle="checkout_multishipping"/>
|
128 |
-
<!-- Mage_Checkout -->
|
129 |
-
<reference name="content">
|
130 |
-
<block type="checkout/multishipping_address_select" name="checkout_address_select" template="checkout/multishipping/address/select.phtml"/>
|
131 |
-
</reference>
|
132 |
-
</checkout_multishipping_address_selectbilling>
|
133 |
-
|
134 |
-
|
135 |
-
<checkout_multishipping_address_newshipping>
|
136 |
-
<update handle="checkout_multishipping"/>
|
137 |
-
<update handle="checkout_multishipping_customer_address"/>
|
138 |
-
</checkout_multishipping_address_newshipping>
|
139 |
-
|
140 |
-
<checkout_multishipping_address_newbilling>
|
141 |
-
<update handle="checkout_multishipping"/>
|
142 |
-
<update handle="checkout_multishipping_customer_address"/>
|
143 |
-
</checkout_multishipping_address_newbilling>
|
144 |
-
|
145 |
-
<checkout_multishipping_address_editshipping>
|
146 |
-
<update handle="checkout_multishipping"/>
|
147 |
-
<update handle="checkout_multishipping_customer_address"/>
|
148 |
-
</checkout_multishipping_address_editshipping>
|
149 |
-
|
150 |
-
<checkout_multishipping_address_editaddress>
|
151 |
-
<update handle="checkout_multishipping"/>
|
152 |
-
<update handle="checkout_multishipping_customer_address"/>
|
153 |
-
</checkout_multishipping_address_editaddress>
|
154 |
-
|
155 |
-
<checkout_multishipping_address_editbilling>
|
156 |
-
<update handle="checkout_multishipping"/>
|
157 |
-
<update handle="checkout_multishipping_customer_address"/>
|
158 |
-
</checkout_multishipping_address_editbilling>
|
159 |
-
|
160 |
-
<checkout_multishipping_customer_address>
|
161 |
-
<reference name="content">
|
162 |
-
<block type="customer/address_edit" name="customer_address_edit" template="customer/address/edit.phtml"/>
|
163 |
-
</reference>
|
164 |
-
</checkout_multishipping_customer_address>
|
165 |
-
|
166 |
-
<!--
|
167 |
-
Multi address shipping checkout address page
|
168 |
-
-->
|
169 |
-
|
170 |
-
<checkout_multishipping_addresses>
|
171 |
-
<update handle="checkout_multishipping"/>
|
172 |
-
<!-- Mage_Checkout -->
|
173 |
-
<reference name="content">
|
174 |
-
<block type="checkout/multishipping_addresses" name="checkout_addresses" template="checkout/multishipping/addresses.phtml">
|
175 |
-
<action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/multishipping/item/default.phtml</template></action>
|
176 |
-
<action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/multishipping/item/default.phtml</template></action>
|
177 |
-
<action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/multishipping/item/default.phtml</template></action>
|
178 |
-
</block>
|
179 |
-
</reference>
|
180 |
-
</checkout_multishipping_addresses>
|
181 |
-
|
182 |
-
<!--
|
183 |
-
Multi address shipping checkout shipping information
|
184 |
-
-->
|
185 |
-
|
186 |
-
<checkout_multishipping_shipping>
|
187 |
-
<update handle="checkout_multishipping"/>
|
188 |
-
<!-- Mage_Checkout -->
|
189 |
-
<reference name="content">
|
190 |
-
<block type="checkout/multishipping_shipping" name="checkout_shipping" template="checkout/multishipping/shipping.phtml">
|
191 |
-
<action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/multishipping/item/default.phtml</template></action>
|
192 |
-
<action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/multishipping/item/default.phtml</template></action>
|
193 |
-
<action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/multishipping/item/default.phtml</template></action>
|
194 |
-
|
195 |
-
<block type="checkout/multishipping_billing_items" name="checkout_billing_items" template="checkout/multishipping/billing/items.phtml">
|
196 |
-
<action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/multishipping/item/default.phtml</template></action>
|
197 |
-
<action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/multishipping/item/default.phtml</template></action>
|
198 |
-
<action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/multishipping/item/default.phtml</template></action>
|
199 |
-
</block>
|
200 |
-
</block>
|
201 |
-
</reference>
|
202 |
-
</checkout_multishipping_shipping>
|
203 |
-
|
204 |
-
<!--
|
205 |
-
Multi address shipping checkout billing information
|
206 |
-
-->
|
207 |
-
|
208 |
-
<checkout_multishipping_billing>
|
209 |
-
<update handle="checkout_multishipping"/>
|
210 |
-
<!-- Mage_Checkout -->
|
211 |
-
<reference name="content">
|
212 |
-
<block type="checkout/multishipping_billing" name="checkout_billing" template="checkout/multishipping/billing.phtml">
|
213 |
-
<action method="setMethodFormTemplate"><method>purchaseorder</method><template>payment/form/purchaseorder.phtml</template></action>
|
214 |
-
|
215 |
-
<!--<block type="checkout/multishipping_billing_items" name="checkout_billing_items" template="checkout/multishipping/billing/items.phtml">
|
216 |
-
<action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/multishipping/item/default.phtml</template></action>
|
217 |
-
<action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/multishipping/item/default.phtml</template></action>
|
218 |
-
<action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/multishipping/item/default.phtml</template></action>
|
219 |
-
</block>-->
|
220 |
-
|
221 |
-
</block>
|
222 |
-
</reference>
|
223 |
-
</checkout_multishipping_billing>
|
224 |
-
|
225 |
-
<!--
|
226 |
-
Multi address shipping checkout overview
|
227 |
-
-->
|
228 |
-
|
229 |
-
<checkout_multishipping_overview>
|
230 |
-
<update handle="checkout_multishipping"/>
|
231 |
-
<!-- Mage_Checkout -->
|
232 |
-
<reference name="content">
|
233 |
-
<block type="checkout/multishipping_overview" name="checkout_overview" template="checkout/multishipping/overview.phtml">
|
234 |
-
<action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/multishipping/item/default.phtml</template></action>
|
235 |
-
<action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/multishipping/item/default.phtml</template></action>
|
236 |
-
<action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/multishipping/item/default.phtml</template></action>
|
237 |
-
<block type="checkout/multishipping_payment_info" name="payment_info">
|
238 |
-
<action method="setInfoTemplate"><method></method><template></template></action>
|
239 |
-
</block>
|
240 |
-
<block type="checkout/agreements" name="checkout.multishipping.agreements" as="agreements" template="checkout/multishipping/agreements.phtml"/>
|
241 |
-
<block type="checkout/cart_totals" name="totals" />
|
242 |
-
</block>
|
243 |
-
</reference>
|
244 |
-
</checkout_multishipping_overview>
|
245 |
-
|
246 |
-
<!--
|
247 |
-
Multi address shipping checkout success
|
248 |
-
-->
|
249 |
-
|
250 |
-
<checkout_multishipping_success>
|
251 |
-
<update handle="checkout_multishipping"/>
|
252 |
-
<!-- Mage_Checkout -->
|
253 |
-
<reference name="content">
|
254 |
-
<block type="checkout/multishipping_success" name="checkout_success" template="checkout/multishipping/success.phtml"/>
|
255 |
-
</reference>
|
256 |
-
</checkout_multishipping_success>
|
257 |
-
|
258 |
-
<!--
|
259 |
-
One page checkout main layout
|
260 |
-
-->
|
261 |
-
|
262 |
-
<checkout_onepage_index>
|
263 |
-
<!-- Mage_Checkout -->
|
264 |
-
<remove name="left"/>
|
265 |
-
|
266 |
-
<reference name="root">
|
267 |
-
<action method="setTemplate"><template>page/2columns-right.phtml</template></action>
|
268 |
-
</reference>
|
269 |
-
<reference name="right">
|
270 |
-
<action method="unsetChildren"></action>
|
271 |
-
|
272 |
-
<block type="checkout/onepage_progress" name="checkout.progress" before="-" template="checkout/onepage/progress.phtml"/>
|
273 |
-
</reference>
|
274 |
-
<reference name="content">
|
275 |
-
<block type="checkout/onepage" name="checkout.onepage" template="checkout/onepage.phtml">
|
276 |
-
<block type="checkout/onepage_login" name="checkout.onepage.login" as="login" template="checkout/onepage/login.phtml"/>
|
277 |
-
<block type="checkout/onepage_billing" name="checkout.onepage.billing" as="billing" template="checkout/onepage/billing.phtml"/>
|
278 |
-
<block type="checkout/onepage_shipping" name="checkout.onepage.shipping" as="shipping" template="checkout/onepage/shipping.phtml"/>
|
279 |
-
<block type="checkout/onepage_shipping_method" name="checkout.onepage.shipping_method" as="shipping_method" template="checkout/onepage/shipping_method.phtml">
|
280 |
-
<block type="checkout/onepage_shipping_method_available" name="checkout.onepage.shipping_method.available" as="available" template="checkout/onepage/shipping_method/available.phtml"/>
|
281 |
-
<block type="checkout/onepage_shipping_method_additional" name="checkout.onepage.shipping_method.additional" as="additional" template="checkout/onepage/shipping_method/additional.phtml"/>
|
282 |
-
</block>
|
283 |
-
<block type="checkout/onepage_payment" name="checkout.onepage.payment" as="payment" template="checkout/onepage/payment.phtml">
|
284 |
-
<block type="checkout/onepage_payment_methods" name="checkout.payment.methods" as="methods" template="checkout/onepage/payment/methods.phtml">
|
285 |
-
<action method="setMethodFormTemplate"><method>purchaseorder</method><template>payment/form/purchaseorder.phtml</template></action>
|
286 |
-
</block>
|
287 |
-
</block>
|
288 |
-
<block type="checkout/onepage_review" name="checkout.onepage.review" as="review" template="checkout/onepage/review.phtml">
|
289 |
-
<block type="checkout/agreements" name="checkout.onepage.agreements" as="agreements" template="checkout/onepage/agreements.phtml"/>
|
290 |
-
</block>
|
291 |
-
</block>
|
292 |
-
</reference>
|
293 |
-
</checkout_onepage_index>
|
294 |
-
|
295 |
-
<!--
|
296 |
-
One page checkout progress block
|
297 |
-
-->
|
298 |
-
|
299 |
-
<checkout_onepage_progress>
|
300 |
-
<!-- Mage_Checkout -->
|
301 |
-
<remove name="right"/>
|
302 |
-
<remove name="left"/>
|
303 |
-
|
304 |
-
<block type="checkout/onepage_progress" name="root" output="toHtml" template="checkout/onepage/progress.phtml">
|
305 |
-
<block type="checkout/onepage_payment_info" name="payment_info">
|
306 |
-
<action method="setInfoTemplate"><method></method><template></template></action>
|
307 |
-
</block>
|
308 |
-
</block>
|
309 |
-
</checkout_onepage_progress>
|
310 |
-
|
311 |
-
<!--
|
312 |
-
One page checkout payment methods block
|
313 |
-
-->
|
314 |
-
<checkout_onepage_paymentmethod>
|
315 |
-
<remove name="right"/>
|
316 |
-
<remove name="left"/>
|
317 |
-
|
318 |
-
<block type="checkout/onepage_payment_methods" name="root" output="toHtml" template="checkout/onepage/payment/methods.phtml">
|
319 |
-
<action method="setMethodFormTemplate"><method>purchaseorder</method><template>payment/form/purchaseorder.phtml</template></action>
|
320 |
-
</block>
|
321 |
-
</checkout_onepage_paymentmethod>
|
322 |
-
|
323 |
-
|
324 |
-
<!--
|
325 |
-
One page checkout shipping methods block
|
326 |
-
-->
|
327 |
-
|
328 |
-
<checkout_onepage_shippingmethod>
|
329 |
-
<!-- Mage_Checkout -->
|
330 |
-
<remove name="right"/>
|
331 |
-
<remove name="left"/>
|
332 |
-
|
333 |
-
<block type="checkout/onepage_shipping_method_available" name="root" output="toHtml" template="checkout/onepage/shipping_method/available.phtml"/>
|
334 |
-
</checkout_onepage_shippingmethod>
|
335 |
-
|
336 |
-
<checkout_onepage_additional>
|
337 |
-
<!-- Mage_Checkout -->
|
338 |
-
<remove name="right"/>
|
339 |
-
<remove name="left"/>
|
340 |
-
|
341 |
-
<block type="checkout/onepage_shipping_method_additional" name="root" output="toHtml" template="checkout/onepage/shipping_method/additional.phtml">
|
342 |
-
<action method="setDontDisplayContainer"><param>1</param></action>
|
343 |
-
</block>
|
344 |
-
</checkout_onepage_additional>
|
345 |
-
|
346 |
-
<!--
|
347 |
-
One page checkout order review block
|
348 |
-
-->
|
349 |
-
|
350 |
-
<checkout_onepage_review>
|