mkadeerny - Version 1.0

Version Notes

Release for Magento 1.4.x and 1.5.x

Download this release

Release Info

Developer Magento Core Team
Extension mkadeerny
Version 1.0
Comparing to
See all releases


Version 1.0

Files changed (235) hide show
  1. app/design/frontend/default/mKadeerny/layout/_customer.xml +247 -0
  2. app/design/frontend/default/mKadeerny/layout/amazonpayments.xml +61 -0
  3. app/design/frontend/default/mKadeerny/layout/bundle.xml +297 -0
  4. app/design/frontend/default/mKadeerny/layout/catalog.xml +390 -0
  5. app/design/frontend/default/mKadeerny/layout/catalogsearch.xml +145 -0
  6. app/design/frontend/default/mKadeerny/layout/checkout.xml +379 -0
  7. app/design/frontend/default/mKadeerny/layout/cms.xml +78 -0
  8. app/design/frontend/default/mKadeerny/layout/contacts.xml +50 -0
  9. app/design/frontend/default/mKadeerny/layout/core.xml +33 -0
  10. app/design/frontend/default/mKadeerny/layout/customer.xml +266 -0
  11. app/design/frontend/default/mKadeerny/layout/directory.xml +73 -0
  12. app/design/frontend/default/mKadeerny/layout/downloadable.xml +167 -0
  13. app/design/frontend/default/mKadeerny/layout/easybanner.xml +22 -0
  14. app/design/frontend/default/mKadeerny/layout/enhancedproductreview.xml +32 -0
  15. app/design/frontend/default/mKadeerny/layout/giftmessage.xml +71 -0
  16. app/design/frontend/default/mKadeerny/layout/googleanalytics.xml +41 -0
  17. app/design/frontend/default/mKadeerny/layout/googlecheckout.xml +53 -0
  18. app/design/frontend/default/mKadeerny/layout/googleoptimizer.xml +153 -0
  19. app/design/frontend/default/mKadeerny/layout/newsletter.xml +69 -0
  20. app/design/frontend/default/mKadeerny/layout/page.xml +149 -0
  21. app/design/frontend/default/mKadeerny/layout/paypal.xml +70 -0
  22. app/design/frontend/default/mKadeerny/layout/paypaluk.xml +70 -0
  23. app/design/frontend/default/mKadeerny/layout/poll.xml +57 -0
  24. app/design/frontend/default/mKadeerny/layout/productalert.xml +40 -0
  25. app/design/frontend/default/mKadeerny/layout/reports.xml +37 -0
  26. app/design/frontend/default/mKadeerny/layout/review.xml +117 -0
  27. app/design/frontend/default/mKadeerny/layout/rss.xml +99 -0
  28. app/design/frontend/default/mKadeerny/layout/sales.xml +220 -0
  29. app/design/frontend/default/mKadeerny/layout/sendfriend.xml +40 -0
  30. app/design/frontend/default/mKadeerny/layout/shipping.xml +51 -0
  31. app/design/frontend/default/mKadeerny/layout/smartmenu.xml +57 -0
  32. app/design/frontend/default/mKadeerny/layout/tag.xml +128 -0
  33. app/design/frontend/default/mKadeerny/layout/wishlist.xml +104 -0
  34. app/design/frontend/default/mKadeerny/locale/en_US/translate.csv +1 -0
  35. app/design/frontend/default/mKadeerny/template/amazonpayments/asp/form.phtml +35 -0
  36. app/design/frontend/default/mKadeerny/template/amazonpayments/asp/redirect.phtml +37 -0
  37. app/design/frontend/default/mKadeerny/template/amazonpayments/asp/shortcut.phtml +33 -0
  38. app/design/frontend/default/mKadeerny/template/amazonpayments/cba/form.phtml +35 -0
  39. app/design/frontend/default/mKadeerny/template/amazonpayments/cba/success.phtml +35 -0
  40. app/design/frontend/default/mKadeerny/template/amazonpayments/form.phtml +30 -0
  41. app/design/frontend/default/mKadeerny/template/amazonpayments/link.phtml +49 -0
  42. app/design/frontend/default/mKadeerny/template/bundle/catalog/product/list/partof.phtml +52 -0
  43. app/design/frontend/default/mKadeerny/template/bundle/catalog/product/price.phtml +262 -0
  44. app/design/frontend/default/mKadeerny/template/bundle/catalog/product/view/price.phtml +93 -0
  45. app/design/frontend/default/mKadeerny/template/bundle/catalog/product/view/tierprices.phtml +41 -0
  46. app/design/frontend/default/mKadeerny/template/bundle/catalog/product/view/type/bundle.phtml +44 -0
  47. app/design/frontend/default/mKadeerny/template/bundle/catalog/product/view/type/bundle/option/checkbox.phtml +48 -0
  48. app/design/frontend/default/mKadeerny/template/bundle/catalog/product/view/type/bundle/option/multi.phtml +46 -0
  49. app/design/frontend/default/mKadeerny/template/bundle/catalog/product/view/type/bundle/option/radio.phtml +72 -0
  50. app/design/frontend/default/mKadeerny/template/bundle/catalog/product/view/type/bundle/option/select.phtml +61 -0
  51. app/design/frontend/default/mKadeerny/template/bundle/catalog/product/view/type/bundle/options.phtml +45 -0
  52. app/design/frontend/default/mKadeerny/template/bundle/email/order/items/creditmemo/default.phtml +168 -0
  53. app/design/frontend/default/mKadeerny/template/bundle/email/order/items/invoice/default.phtml +169 -0
  54. app/design/frontend/default/mKadeerny/template/bundle/email/order/items/order/default.phtml +174 -0
  55. app/design/frontend/default/mKadeerny/template/bundle/email/order/items/shipment/default.phtml +92 -0
  56. app/design/frontend/default/mKadeerny/template/bundle/sales/order/creditmemo/items/renderer.phtml +328 -0
  57. app/design/frontend/default/mKadeerny/template/bundle/sales/order/invoice/items/renderer.phtml +352 -0
  58. app/design/frontend/default/mKadeerny/template/bundle/sales/order/items/renderer.phtml +375 -0
  59. app/design/frontend/default/mKadeerny/template/bundle/sales/order/shipment/items/renderer.phtml +111 -0
  60. app/design/frontend/default/mKadeerny/template/callouts/left_col.phtml +39 -0
  61. app/design/frontend/default/mKadeerny/template/callouts/right_col.phtml +31 -0
  62. app/design/frontend/default/mKadeerny/template/catalog/category/page.phtml +32 -0
  63. app/design/frontend/default/mKadeerny/template/catalog/category/view.phtml +93 -0
  64. app/design/frontend/default/mKadeerny/template/catalog/layer/filter.phtml +42 -0
  65. app/design/frontend/default/mKadeerny/template/catalog/layer/state.phtml +46 -0
  66. app/design/frontend/default/mKadeerny/template/catalog/layer/view.phtml +55 -0
  67. app/design/frontend/default/mKadeerny/template/catalog/navigation/left.phtml +58 -0
  68. app/design/frontend/default/mKadeerny/template/catalog/navigation/top.phtml +51 -0
  69. app/design/frontend/default/mKadeerny/template/catalog/product/bestseller.phtml +89 -0
  70. app/design/frontend/default/mKadeerny/template/catalog/product/compare/list.phtml +135 -0
  71. app/design/frontend/default/mKadeerny/template/catalog/product/compare/sidebar.phtml +55 -0
  72. app/design/frontend/default/mKadeerny/template/catalog/product/featured.phtml +104 -0
  73. app/design/frontend/default/mKadeerny/template/catalog/product/gallery.phtml +63 -0
  74. app/design/frontend/default/mKadeerny/template/catalog/product/list.phtml +150 -0
  75. app/design/frontend/default/mKadeerny/template/catalog/product/list/related.phtml +94 -0
  76. app/design/frontend/default/mKadeerny/template/catalog/product/list/toolbar.phtml +185 -0
  77. app/design/frontend/default/mKadeerny/template/catalog/product/list/upsell.phtml +56 -0
  78. app/design/frontend/default/mKadeerny/template/catalog/product/new.phtml +60 -0
  79. app/design/frontend/default/mKadeerny/template/catalog/product/newproduct.phtml +61 -0
  80. app/design/frontend/default/mKadeerny/template/catalog/product/price.phtml +344 -0
  81. app/design/frontend/default/mKadeerny/template/catalog/product/view.phtml +129 -0
  82. app/design/frontend/default/mKadeerny/template/catalog/product/view/additional.phtml +29 -0
  83. app/design/frontend/default/mKadeerny/template/catalog/product/view/addto.phtml +37 -0
  84. app/design/frontend/default/mKadeerny/template/catalog/product/view/addtocart.phtml +39 -0
  85. app/design/frontend/default/mKadeerny/template/catalog/product/view/attributes.phtml +49 -0
  86. app/design/frontend/default/mKadeerny/template/catalog/product/view/description.phtml +35 -0
  87. app/design/frontend/default/mKadeerny/template/catalog/product/view/media.phtml +78 -0
  88. app/design/frontend/default/mKadeerny/template/catalog/product/view/options.phtml +176 -0
  89. app/design/frontend/default/mKadeerny/template/catalog/product/view/options/js.phtml +60 -0
  90. app/design/frontend/default/mKadeerny/template/catalog/product/view/options/type/date.phtml +70 -0
  91. app/design/frontend/default/mKadeerny/template/catalog/product/view/options/type/default.phtml +30 -0
  92. app/design/frontend/default/mKadeerny/template/catalog/product/view/options/type/file.phtml +41 -0
  93. app/design/frontend/default/mKadeerny/template/catalog/product/view/options/type/select.phtml +37 -0
  94. app/design/frontend/default/mKadeerny/template/catalog/product/view/options/type/text.phtml +39 -0
  95. app/design/frontend/default/mKadeerny/template/catalog/product/view/options/wrapper.phtml +33 -0
  96. app/design/frontend/default/mKadeerny/template/catalog/product/view/options/wrapper/bottom.phtml +29 -0
  97. app/design/frontend/default/mKadeerny/template/catalog/product/view/price.phtml +30 -0
  98. app/design/frontend/default/mKadeerny/template/catalog/product/view/price_clone.phtml +28 -0
  99. app/design/frontend/default/mKadeerny/template/catalog/product/view/tierprices.phtml +181 -0
  100. app/design/frontend/default/mKadeerny/template/catalog/product/view/type/configurable.phtml +39 -0
  101. app/design/frontend/default/mKadeerny/template/catalog/product/view/type/grouped.phtml +80 -0
  102. app/design/frontend/default/mKadeerny/template/catalog/product/view/type/options/configurable.phtml +46 -0
  103. app/design/frontend/default/mKadeerny/template/catalog/product/view/type/simple.phtml +40 -0
  104. app/design/frontend/default/mKadeerny/template/catalog/product/view/type/virtual.phtml +40 -0
  105. app/design/frontend/default/mKadeerny/template/catalog/seo/sitemap.phtml +43 -0
  106. app/design/frontend/default/mKadeerny/template/catalog/seo/sitemap/container.phtml +33 -0
  107. app/design/frontend/default/mKadeerny/template/catalog/seo/tree.phtml +43 -0
  108. app/design/frontend/default/mKadeerny/template/catalogsearch/advanced/form.phtml +91 -0
  109. app/design/frontend/default/mKadeerny/template/catalogsearch/advanced/result.phtml +61 -0
  110. app/design/frontend/default/mKadeerny/template/catalogsearch/form.mini.phtml +45 -0
  111. app/design/frontend/default/mKadeerny/template/catalogsearch/result.phtml +43 -0
  112. app/design/frontend/default/mKadeerny/template/catalogsearch/term.phtml +38 -0
  113. app/design/frontend/default/mKadeerny/template/checkout/cart.phtml +125 -0
  114. app/design/frontend/default/mKadeerny/template/checkout/cart/coupon.phtml +58 -0
  115. app/design/frontend/default/mKadeerny/template/checkout/cart/crosssell.phtml +60 -0
  116. app/design/frontend/default/mKadeerny/template/checkout/cart/item/default.phtml +251 -0
  117. app/design/frontend/default/mKadeerny/template/checkout/cart/noItems.phtml +32 -0
  118. app/design/frontend/default/mKadeerny/template/checkout/cart/render/default.phtml +66 -0
  119. app/design/frontend/default/mKadeerny/template/checkout/cart/render/simple.phtml +66 -0
  120. app/design/frontend/default/mKadeerny/template/checkout/cart/shipping.phtml +131 -0
  121. app/design/frontend/default/mKadeerny/template/checkout/cart/sidebar.phtml +70 -0
  122. app/design/frontend/default/mKadeerny/template/checkout/cart/sidebar/default.phtml +127 -0
  123. app/design/frontend/default/mKadeerny/template/checkout/cart/totals.phtml +43 -0
  124. app/design/frontend/default/mKadeerny/template/checkout/links.phtml +26 -0
  125. app/design/frontend/default/mKadeerny/template/checkout/multishipping/address/select.phtml +58 -0
  126. app/design/frontend/default/mKadeerny/template/checkout/multishipping/addresses.phtml +79 -0
  127. app/design/frontend/default/mKadeerny/template/checkout/multishipping/agreements.phtml +50 -0
  128. app/design/frontend/default/mKadeerny/template/checkout/multishipping/billing.phtml +102 -0
  129. app/design/frontend/default/mKadeerny/template/checkout/multishipping/billing/items.phtml +54 -0
  130. app/design/frontend/default/mKadeerny/template/checkout/multishipping/item/default.phtml +45 -0
  131. app/design/frontend/default/mKadeerny/template/checkout/multishipping/link.phtml +27 -0
  132. app/design/frontend/default/mKadeerny/template/checkout/multishipping/overview.phtml +253 -0
  133. app/design/frontend/default/mKadeerny/template/checkout/multishipping/shipping.phtml +112 -0
  134. app/design/frontend/default/mKadeerny/template/checkout/multishipping/state.phtml +38 -0
  135. app/design/frontend/default/mKadeerny/template/checkout/multishipping/success.phtml +46 -0
  136. app/design/frontend/default/mKadeerny/template/checkout/onepage.phtml +61 -0
  137. app/design/frontend/default/mKadeerny/template/checkout/onepage/agreements.phtml +52 -0
  138. app/design/frontend/default/mKadeerny/template/checkout/onepage/billing.phtml +152 -0
  139. app/design/frontend/default/mKadeerny/template/checkout/onepage/failure.phtml +32 -0
  140. app/design/frontend/default/mKadeerny/template/checkout/onepage/link.phtml +31 -0
  141. app/design/frontend/default/mKadeerny/template/checkout/onepage/login.phtml +120 -0
  142. app/design/frontend/default/mKadeerny/template/checkout/onepage/payment.phtml +70 -0
  143. app/design/frontend/default/mKadeerny/template/checkout/onepage/payment/methods.phtml +51 -0
  144. app/design/frontend/default/mKadeerny/template/checkout/onepage/progress.phtml +110 -0
  145. app/design/frontend/default/mKadeerny/template/checkout/onepage/review.phtml +42 -0
  146. app/design/frontend/default/mKadeerny/template/checkout/onepage/review/info.phtml +65 -0
  147. app/design/frontend/default/mKadeerny/template/checkout/onepage/review/item.phtml +236 -0
  148. app/design/frontend/default/mKadeerny/template/checkout/onepage/review/totals.phtml +33 -0
  149. app/design/frontend/default/mKadeerny/template/checkout/onepage/shipping.phtml +112 -0
  150. app/design/frontend/default/mKadeerny/template/checkout/onepage/shipping_method.phtml +48 -0
  151. app/design/frontend/default/mKadeerny/template/checkout/onepage/shipping_method/additional.phtml +27 -0
  152. app/design/frontend/default/mKadeerny/template/checkout/onepage/shipping_method/available.phtml +56 -0
  153. app/design/frontend/default/mKadeerny/template/checkout/success.phtml +46 -0
  154. app/design/frontend/default/mKadeerny/template/checkout/total/default.phtml +38 -0
  155. app/design/frontend/default/mKadeerny/template/checkout/total/tax.phtml +68 -0
  156. app/design/frontend/default/mKadeerny/template/cms/content.phtml +27 -0
  157. app/design/frontend/default/mKadeerny/template/cms/default/home.phtml +27 -0
  158. app/design/frontend/default/mKadeerny/template/cms/default/no-route.phtml +27 -0
  159. app/design/frontend/default/mKadeerny/template/cms/meta.phtml +32 -0
  160. app/design/frontend/default/mKadeerny/template/cms/wrapper.phtml +58 -0
  161. app/design/frontend/default/mKadeerny/template/contacts/form.phtml +67 -0
  162. app/design/frontend/default/mKadeerny/template/core/formkey.phtml +27 -0
  163. app/design/frontend/default/mKadeerny/template/core/messages.phtml +47 -0
  164. app/design/frontend/default/mKadeerny/template/customer/account/dashboard.phtml +39 -0
  165. app/design/frontend/default/mKadeerny/template/customer/account/dashboard/address.phtml +44 -0
  166. app/design/frontend/default/mKadeerny/template/customer/account/dashboard/hello.phtml +30 -0
  167. app/design/frontend/default/mKadeerny/template/customer/account/dashboard/info.phtml +50 -0
  168. app/design/frontend/default/mKadeerny/template/customer/account/dashboard/newsletter.phtml +31 -0
  169. app/design/frontend/default/mKadeerny/template/customer/account/dashboard/sidebar.phtml +26 -0
  170. app/design/frontend/default/mKadeerny/template/customer/account/link/back.phtml +29 -0
  171. app/design/frontend/default/mKadeerny/template/customer/account/navigation.phtml +46 -0
  172. app/design/frontend/default/mKadeerny/template/customer/address.phtml +94 -0
  173. app/design/frontend/default/mKadeerny/template/customer/address/book.phtml +117 -0
  174. app/design/frontend/default/mKadeerny/template/customer/address/edit.phtml +137 -0
  175. app/design/frontend/default/mKadeerny/template/customer/balance.phtml +31 -0
  176. app/design/frontend/default/mKadeerny/template/customer/form/address.phtml +123 -0
  177. app/design/frontend/default/mKadeerny/template/customer/form/changepassword.phtml +60 -0
  178. app/design/frontend/default/mKadeerny/template/customer/form/confirmation.phtml +51 -0
  179. app/design/frontend/default/mKadeerny/template/customer/form/edit.phtml +106 -0
  180. app/design/frontend/default/mKadeerny/template/customer/form/forgotpassword.phtml +54 -0
  181. app/design/frontend/default/mKadeerny/template/customer/form/login.phtml +83 -0
  182. app/design/frontend/default/mKadeerny/template/customer/form/mini.login.phtml +33 -0
  183. app/design/frontend/default/mKadeerny/template/customer/form/newsletter.phtml +47 -0
  184. app/design/frontend/default/mKadeerny/template/customer/form/register.phtml +154 -0
  185. app/design/frontend/default/mKadeerny/template/customer/logout.phtml +35 -0
  186. app/design/frontend/default/mKadeerny/template/customer/order/view.phtml +85 -0
  187. app/design/frontend/default/mKadeerny/template/customer/orders.phtml +61 -0
  188. app/design/frontend/default/mKadeerny/template/customer/widget/dob.phtml +79 -0
  189. app/design/frontend/default/mKadeerny/template/customer/widget/name.phtml +113 -0
  190. app/design/frontend/default/mKadeerny/template/customer/widget/taxvat.phtml +33 -0
  191. app/design/frontend/default/mKadeerny/template/customer/wishlist.phtml +67 -0
  192. app/design/frontend/default/mKadeerny/template/directory/currency.phtml +58 -0
  193. app/design/frontend/default/mKadeerny/template/directory/currency/switch.phtml +31 -0
  194. app/design/frontend/default/mKadeerny/template/downloadable/catalog/product/links.phtml +115 -0
  195. app/design/frontend/default/mKadeerny/template/downloadable/catalog/product/samples.phtml +45 -0
  196. app/design/frontend/default/mKadeerny/template/downloadable/catalog/product/type.phtml +41 -0
  197. app/design/frontend/default/mKadeerny/template/downloadable/checkout/cart/item/default.phtml +98 -0
  198. app/design/frontend/default/mKadeerny/template/downloadable/checkout/multishipping/item/downloadable.phtml +57 -0
  199. app/design/frontend/default/mKadeerny/template/downloadable/checkout/onepage/review/item.phtml +72 -0
  200. app/design/frontend/default/mKadeerny/template/downloadable/checkout/success.phtml +29 -0
  201. app/design/frontend/default/mKadeerny/template/downloadable/customer/products/list.phtml +74 -0
  202. app/design/frontend/default/mKadeerny/template/downloadable/email/order/items/creditmemo/downloadable.phtml +128 -0
  203. app/design/frontend/default/mKadeerny/template/downloadable/email/order/items/invoice/downloadable.phtml +131 -0
  204. app/design/frontend/default/mKadeerny/template/downloadable/email/order/items/order/downloadable.phtml +137 -0
  205. app/design/frontend/default/mKadeerny/template/downloadable/sales/order/creditmemo/items/renderer/downloadable.phtml +112 -0
  206. app/design/frontend/default/mKadeerny/template/downloadable/sales/order/invoice/items/renderer/downloadable.phtml +109 -0
  207. app/design/frontend/default/mKadeerny/template/downloadable/sales/order/items/renderer/downloadable.phtml +131 -0
  208. app/design/frontend/default/mKadeerny/template/easybanner/cycleslider.phtml +38 -0
  209. app/design/frontend/default/mKadeerny/template/easybanner/galleryview.phtml +61 -0
  210. app/design/frontend/default/mKadeerny/template/easybanner/simpleslider.phtml +42 -0
  211. app/design/frontend/default/mKadeerny/template/easybanner/slider_speed.phtml +78 -0
  212. app/design/frontend/default/mKadeerny/template/easybanner/staticview.phtml +25 -0
  213. app/design/frontend/default/mKadeerny/template/email/order/creditmemo/items.phtml +89 -0
  214. app/design/frontend/default/mKadeerny/template/email/order/invoice/items.phtml +76 -0
  215. app/design/frontend/default/mKadeerny/template/email/order/items.phtml +84 -0
  216. app/design/frontend/default/mKadeerny/template/email/order/items/creditmemo/default.phtml +120 -0
  217. app/design/frontend/default/mKadeerny/template/email/order/items/invoice/default.phtml +120 -0
  218. app/design/frontend/default/mKadeerny/template/email/order/items/order/default.phtml +126 -0
  219. app/design/frontend/default/mKadeerny/template/email/order/items/shipment/default.phtml +43 -0
  220. app/design/frontend/default/mKadeerny/template/email/order/shipment/items.phtml +47 -0
  221. app/design/frontend/default/mKadeerny/template/email/order/shipment/track.phtml +46 -0
  222. app/design/frontend/default/mKadeerny/template/email/productalert/price.phtml +50 -0
  223. app/design/frontend/default/mKadeerny/template/email/productalert/stock.phtml +50 -0
  224. app/design/frontend/default/mKadeerny/template/enhancedproductreview/left/list.phtml +54 -0
  225. app/design/frontend/default/mKadeerny/template/enhancedproductreview/left/scroller.phtml +76 -0
  226. app/design/frontend/default/mKadeerny/template/enhancedproductreview/left/slider.phtml +68 -0
  227. app/design/frontend/default/mKadeerny/template/enhancedproductreview/list.phtml +49 -0
  228. app/design/frontend/default/mKadeerny/template/enhancedproductreview/pager.phtml +44 -0
  229. app/design/frontend/default/mKadeerny/template/enhancedproductreview/right/list.phtml +54 -0
  230. app/design/frontend/default/mKadeerny/template/enhancedproductreview/right/scroller.phtml +78 -0
  231. app/design/frontend/default/mKadeerny/template/enhancedproductreview/right/slider.phtml +69 -0
  232. app/design/frontend/default/mKadeerny/template/enhancedproductreview/topreview.phtml +55 -0
  233. app/design/frontend/default/mKadeerny/template/giftmessage/form.phtml +81 -0
  234. app/design/frontend/default/mKadeerny/template/giftmessage/helper.phtml +80 -0
  235. app/design/frontend/default/mKadeerny/template/giftmessage/inline.phtml +240 -0
app/design/frontend/default/mKadeerny/layout/_customer.xml ADDED
@@ -0,0 +1,247 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/amazonpayments.xml ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Academic Free License (AFL 3.0)
9
+ * that is bundled with this package in the file LICENSE_AFL.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/afl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ * DISCLAIMER
17
+ *
18
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
19
+ * versions in the future. If you wish to customize Magento for your
20
+ * needs please refer to http://www.magentocommerce.com for more information.
21
+ *
22
+ * @category design_blank
23
+ * @package Mage
24
+ * @copyright Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
25
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
+ */
27
+
28
+ -->
29
+ <layout version="0.1.0">
30
+
31
+ <!--
32
+ Shopping cart
33
+ -->
34
+
35
+ <checkout_cart_index>
36
+ <!-- Mage_AmazonPayments -->
37
+ <reference name="checkout.cart.methods">
38
+ <block type="amazonpayments/link_shortcut" name="checkout.cart.methods.amazon_cba" template="amazonpayments/link.phtml"/>
39
+ </reference>
40
+ </checkout_cart_index>
41
+
42
+ <amazonpayments_cba_success>
43
+ <reference name="root">
44
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
45
+ </reference>
46
+ <reference name="content">
47
+ <block type="amazonpayments/cba_success" name="amazonpayments_cba_success" template="amazonpayments/cba/success.phtml"></block>
48
+ </reference>
49
+ </amazonpayments_cba_success>
50
+
51
+
52
+ <amazonpayments_asp_pay>
53
+ <reference name="root">
54
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
55
+ </reference>
56
+ <reference name="content">
57
+ <!-- block type="amazonpayments/asp_redirect" name="amazonpayments_asp_redirect" template="page/redirect.phtml" / -->
58
+ <block type="amazonpayments/asp_redirect" name="amazonpayments_asp_redirect" template="amazonpayments/asp/redirect.phtml" />
59
+ </reference>
60
+ </amazonpayments_asp_pay>
61
+ </layout>
app/design/frontend/default/mKadeerny/layout/bundle.xml ADDED
@@ -0,0 +1,297 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 ADDED
@@ -0,0 +1,390 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - catalog_product_gallery
30
+ - catalog_product_compare_index
31
+
32
+ Supported layout update handles (special):
33
+ - default
34
+ - catalog_category_default
35
+ - catalog_category_layered
36
+ - catalog_product_view
37
+
38
+ -->
39
+ <layout version="0.1.0">
40
+
41
+ <!--
42
+ Default layout, loads most of the pages
43
+ -->
44
+
45
+ <default>
46
+
47
+ <!-- Mage_Catalog -->
48
+ <reference name="header">
49
+ <block type="catalog/navigation" name="catalog.topnav" as="topnav" template="catalog/navigation/top.phtml"/>
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>
55
+ <action method="setImgAlt" translate="alt" module="catalog"><alt>Our customer service is available 24/7. Call us at (555) 555-0123.</alt></action>
56
+ <action method="setLinkUrl"><url>checkout/cart</url></action>
57
+ </block>
58
+ </reference>
59
+ <reference name="right">
60
+ <block type="core/template" before="cart_sidebar" name="catalog.compare.sidebar" template="catalog/product/compare/sidebar.phtml"/>
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>
88
+ <reference name="content">
89
+ <block type="catalog/category_view" name="category.products" template="catalog/category/view.phtml">
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
+ <!-- The following code shows how to set your own pager increments -->
94
+ <!--
95
+ <action method="setDefaultListPerPage"><limit>4</limit></action>
96
+ <action method="setDefaultGridPerPage"><limit>9</limit></action>
97
+ <action method="addPagerLimit"><mode>list</mode><limit>2</limit></action>
98
+ <action method="addPagerLimit"><mode>list</mode><limit>4</limit></action>
99
+ <action method="addPagerLimit"><mode>list</mode><limit>6</limit></action>
100
+ <action method="addPagerLimit"><mode>list</mode><limit>8</limit></action>
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>
108
+ </reference>
109
+ </catalog_category_default>
110
+
111
+ <!--
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>
119
+ <reference name="content">
120
+ <block type="catalog/category_view" name="category.products" template="catalog/category/view.phtml">
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
+ <block type="page/html_pager" name="product_list_toolbar_pager"/>
125
+ <!-- The following code shows how to set your own pager increments -->
126
+ <!--
127
+ <action method="setDefaultListPerPage"><limit>4</limit></action>
128
+ <action method="setDefaultGridPerPage"><limit>3</limit></action>
129
+ <action method="addPagerLimit"><mode>list</mode><limit>2</limit></action>
130
+ <action method="addPagerLimit"><mode>list</mode><limit>4</limit></action>
131
+ <action method="addPagerLimit"><mode>list</mode><limit>6</limit></action>
132
+ <action method="addPagerLimit"><mode>list</mode><limit>8</limit></action>
133
+ <action method="addPagerLimit" translate="label"><mode>list</mode><limit>all</limit><label>All</label></action>
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>
162
+ </reference>
163
+ <reference name="head">
164
+ <action method="addJs"><script>scriptaculous/scriptaculous.js</script></action>
165
+ <action method="addJs"><script>varien/product.js</script></action>
166
+ </reference>
167
+ <reference name="content">
168
+ <block type="catalog/product_compare_list" name="catalog.compare.list" template="catalog/product/compare/list.phtml"/>
169
+ </reference>
170
+ </catalog_product_compare_index>
171
+
172
+ <customer_account_index>
173
+
174
+ <reference name="right">
175
+ <action method="unsetChild"><name>catalog_compare_sidebar</name></action>
176
+ </reference>
177
+ </customer_account_index>
178
+
179
+ <!--
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>
193
+ <action method="addItem"><type>js</type><name>calendar/calendar-setup.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
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
+ <block type="catalog/product_view" name="product.tierprices" as="tierprices" template="catalog/product/view/tierprices.phtml"/>
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>
203
+ <action method="setItemLimit"><type>upsell</type><limit>4</limit></action>
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
+ <block type="catalog/product_view_attributes" name="product.attributes" as="additional" template="catalog/product/view/attributes.phtml"/>
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="catalog/product_view" name="product.info.options.wrapper" as="product_options_wrapper" template="catalog/product/view/options/wrapper.phtml">
213
+ <block type="core/template" name="options_js" template="catalog/product/view/options/js.phtml"/>
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
+ </block>
222
+ <block type="catalog/product_view" name="product.info.options.wrapper.bottom" as="product_options_wrapper_bottom" template="catalog/product/view/options/wrapper/bottom.phtml">
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">
229
+ <action method="setDataByKey"><key>alias_in_layout</key><value>container1</value></action>
230
+ <action method="setDataByKeyFromRegistry"><key>options_container</key><key_in_registry>product</key_in_registry></action>
231
+ <action method="append"><block>product.info.options.wrapper</block></action>
232
+ <action method="append"><block>product.info.options.wrapper.bottom</block></action>
233
+ </block>
234
+ <block type="core/template_facade" name="product.info.container2" as="container2">
235
+ <action method="setDataByKey"><key>alias_in_layout</key><value>container2</value></action>
236
+ <action method="setDataByKeyFromRegistry"><key>options_container</key><key_in_registry>product</key_in_registry></action>
237
+ <action method="append"><block>product.info.options.wrapper</block></action>
238
+ <action method="append"><block>product.info.options.wrapper.bottom</block></action>
239
+ </block>
240
+ <action method="unsetCallChild"><child>container1</child><call>ifEquals</call><if>0</if><key>alias_in_layout</key><key>options_container</key></action>
241
+ <action method="unsetCallChild"><child>container2</child><call>ifEquals</call><if>0</if><key>alias_in_layout</key><key>options_container</key></action>
242
+ </block>
243
+ </reference>
244
+ <reference name="right">
245
+ <block type="catalog/product_list_related" name="catalog.product.related" before="-" template="catalog/product/list/related.phtml"/>
246
+ </reference>
247
+ </catalog_product_view>
248
+
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/simple.phtml"/>
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/configurable.phtml"/>
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/virtual.phtml"/>
273
+ </reference>
274
+ </PRODUCT_TYPE_virtual>
275
+
276
+
277
+
278
+ <!--
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>
286
+ </reference>
287
+ <reference name="head">
288
+ <action method="addJs"><script>varien/product.js</script></action>
289
+ </reference>
290
+ <reference name="content">
291
+ <block type="catalog/product_send" name="product.send" template="catalog/product/send.phtml">
292
+ </block>
293
+ </reference>
294
+ </catalog_product_send>
295
+
296
+ <!--
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>
304
+ </reference>
305
+ <reference name="content">
306
+ <block type="catalog/product_gallery" name="catalog_product_gallery" template="catalog/product/gallery.phtml"/>
307
+ </reference>
308
+ </catalog_product_gallery>
309
+
310
+ <!--
311
+ SEO Site Map
312
+ -->
313
+
314
+ <catalog_seo_sitemap>
315
+ <remove name="right"/>
316
+ <remove name="left"/>
317
+
318
+ <reference name="root">
319
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
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-follow.phtml"/>
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>
334
+ <block type="catalog/seo_sitemap_category" name="seo.sitemap.sitemap" as="sitemap" after="pager_top" template="catalog/seo/sitemap.phtml">
335
+ <action method="bindPager"><pager>seo.sitemap.pager.top</pager></action>
336
+ <action method="bindPager"><pager>seo.sitemap.pager.bottom</pager></action>
337
+ <action method="setItemsTitle" translate="title" module="catalog"><title>categories</title></action>
338
+ </block>
339
+ </reference>
340
+ <reference name="seo.sitemap.links">
341
+ <action method="addLink" translate="label title" module="catalog"><label>Products Sitemap</label><url helper="catalog/map/getProductUrl"/><title>Products Sitemap</title></action>
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" />
349
+ <block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.top" as="pager_top" template="page/html/pager.phtml"/>
350
+ <block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.bottom" as="pager_bottom" template="page/html/pager.phtml"/>
351
+ <remove name="seo.sitemap.sitemap" />
352
+ <block type="catalog/seo_sitemap_tree_category" name="seo.sitemap.sitemap_tree" as="sitemap" after="pager_top" template="catalog/seo/tree.phtml">
353
+ <action method="bindPager"><pager>seo.sitemap.tree.pager.top</pager></action>
354
+ <action method="bindPager"><pager>seo.sitemap.tree.pager.bottom</pager></action>
355
+ </block>
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>
363
+ <block type="catalog/seo_sitemap_product" name="seo.sitemap.sitemap" as="sitemap" after="pager_top" template="catalog/seo/sitemap.phtml">
364
+ <action method="bindPager"><pager>seo.sitemap.pager.top</pager></action>
365
+ <action method="bindPager"><pager>seo.sitemap.pager.bottom</pager></action>
366
+ <action method="setItemsTitle" translate="title" module="catalog"><title>products</title></action>
367
+ </block>
368
+ </reference>
369
+ <reference name="seo.sitemap.links">
370
+ <action method="addLink" translate="label title" module="catalog"><label>Categories Sitemap</label><url helper="catalog/map/getCategoryUrl"/><title>Categories Sitemap</title></action>
371
+ </reference>
372
+ </catalog_seo_sitemap_product>
373
+
374
+
375
+ <!--
376
+ Catalog search terms block
377
+ -->
378
+
379
+ <catalog_seo_searchterm_popular>
380
+ <remove name="right"/>
381
+ <remove name="left"/>
382
+ <reference name="root">
383
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
384
+ </reference>
385
+ <reference name="content">
386
+ <block type="catalog/seo_searchterm" name="seo.searchterm" template="catalog/seo/searchterm.phtml"/>
387
+ </reference>
388
+ </catalog_seo_searchterm_popular>
389
+
390
+ </layout>
app/design/frontend/default/mKadeerny/layout/catalogsearch.xml ADDED
@@ -0,0 +1,145 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Academic Free License (AFL 3.0)
9
+ * that is bundled with this package in the file LICENSE_AFL.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/afl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ * DISCLAIMER
17
+ *
18
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
19
+ * versions in the future. If you wish to customize Magento for your
20
+ * needs please refer to http://www.magentocommerce.com for more information.
21
+ *
22
+ * @category design
23
+ * @package base_default
24
+ * @copyright Copyright (c) 2009 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
+ <default>
32
+ <reference name="header">
33
+ <block type="core/template" name="top.search" as="topSearch" template="catalogsearch/form.mini.phtml"/>
34
+ </reference>
35
+ <reference name="footer_links">
36
+ <action method="addLink" translate="label title" module="catalogsearch" ifconfig="catalog/seo/search_terms">
37
+ <label>Search Terms</label>
38
+ <url helper="catalogsearch/getSearchTermUrl" />
39
+ <title>Search Terms</title>
40
+ </action>
41
+ <action method="addLink" translate="label title" module="catalogsearch">
42
+ <label>Advanced Search</label>
43
+ <url helper="catalogsearch/getAdvancedSearchUrl" />
44
+ <title>Advanced Search</title>
45
+ </action>
46
+ </reference>
47
+ </default>
48
+
49
+ <catalogsearch_result_index translate="label">
50
+ <label>Quick Search Form</label>
51
+ <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">
62
+ <block type="catalog/product_list" name="search_result_list" template="catalog/product/list.phtml">
63
+ <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
64
+ <block type="page/html_pager" name="product_list_toolbar_pager"/>
65
+ </block>
66
+ <action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
67
+ <action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
68
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
69
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
70
+ <action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
71
+ <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
72
+ </block>
73
+ <action method="setListOrders"/>
74
+ <action method="setListModes"/>
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">
85
+ <label>Advanced Search Form</label>
86
+ <!-- Mage_Catalogsearch -->
87
+ <reference name="root">
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>
94
+ </reference>
95
+ <reference name="content">
96
+ <block type="catalogsearch/advanced_form" name="catalogsearch_advanced_form" template="catalogsearch/advanced/form.phtml"/>
97
+ <block type="core/html_calendar" name="html_calendar" as="html_calendar" template="page/js/calendar.phtml"/>
98
+ </reference>
99
+ </catalogsearch_advanced_index>
100
+
101
+ <!--
102
+ Advanced search results
103
+ -->
104
+
105
+ <catalogsearch_advanced_result translate="label">
106
+ <label>Advanced Search Result</label>
107
+ <update handle="page_two_columns_right" />
108
+ <!-- Mage_Catalogsearch -->
109
+ <reference name="root">
110
+ <action method="setTemplate"><template>page/3columns.phtml</template></action>
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
+ <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
116
+ <block type="page/html_pager" name="product_list_toolbar_pager"/>
117
+ </block>
118
+ <action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
119
+ <action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
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
+ <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
124
+ </block>
125
+ <action method="setListOrders"/>
126
+ <action method="setListModes"/>
127
+ <action method="setListCollection"/>
128
+ </block>
129