Seonitik - Version 1.0

Version Notes

Compatible with magento 1.3.x and 1.4x

Download this release

Release Info

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


Version 1.0

Files changed (237) hide show
  1. app/design/frontend/default/seonitik/layout/amazonpayments.xml +61 -0
  2. app/design/frontend/default/seonitik/layout/bundle.xml +297 -0
  3. app/design/frontend/default/seonitik/layout/catalog.xml +389 -0
  4. app/design/frontend/default/seonitik/layout/catalogsearch.xml +119 -0
  5. app/design/frontend/default/seonitik/layout/checkout.xml +379 -0
  6. app/design/frontend/default/seonitik/layout/cms.xml +78 -0
  7. app/design/frontend/default/seonitik/layout/contacts.xml +50 -0
  8. app/design/frontend/default/seonitik/layout/core.xml +33 -0
  9. app/design/frontend/default/seonitik/layout/customer.xml +247 -0
  10. app/design/frontend/default/seonitik/layout/directory.xml +73 -0
  11. app/design/frontend/default/seonitik/layout/downloadable.xml +167 -0
  12. app/design/frontend/default/seonitik/layout/giftmessage.xml +71 -0
  13. app/design/frontend/default/seonitik/layout/googleanalytics.xml +41 -0
  14. app/design/frontend/default/seonitik/layout/googlecheckout.xml +53 -0
  15. app/design/frontend/default/seonitik/layout/googleoptimizer.xml +153 -0
  16. app/design/frontend/default/seonitik/layout/newsletter.xml +69 -0
  17. app/design/frontend/default/seonitik/layout/page.xml +141 -0
  18. app/design/frontend/default/seonitik/layout/paypal.xml +70 -0
  19. app/design/frontend/default/seonitik/layout/paypaluk.xml +70 -0
  20. app/design/frontend/default/seonitik/layout/poll.xml +57 -0
  21. app/design/frontend/default/seonitik/layout/productalert.xml +40 -0
  22. app/design/frontend/default/seonitik/layout/reports.xml +37 -0
  23. app/design/frontend/default/seonitik/layout/review.xml +117 -0
  24. app/design/frontend/default/seonitik/layout/rss.xml +99 -0
  25. app/design/frontend/default/seonitik/layout/sales.xml +220 -0
  26. app/design/frontend/default/seonitik/layout/sendfriend.xml +40 -0
  27. app/design/frontend/default/seonitik/layout/shipping.xml +51 -0
  28. app/design/frontend/default/seonitik/layout/tag.xml +128 -0
  29. app/design/frontend/default/seonitik/layout/wishlist.xml +104 -0
  30. app/design/frontend/default/seonitik/locale/en_US/translate.csv +1 -0
  31. app/design/frontend/default/seonitik/template/amazonpayments/asp/form.phtml +35 -0
  32. app/design/frontend/default/seonitik/template/amazonpayments/asp/redirect.phtml +37 -0
  33. app/design/frontend/default/seonitik/template/amazonpayments/asp/shortcut.phtml +33 -0
  34. app/design/frontend/default/seonitik/template/amazonpayments/cba/form.phtml +35 -0
  35. app/design/frontend/default/seonitik/template/amazonpayments/cba/success.phtml +35 -0
  36. app/design/frontend/default/seonitik/template/amazonpayments/form.phtml +30 -0
  37. app/design/frontend/default/seonitik/template/amazonpayments/link.phtml +49 -0
  38. app/design/frontend/default/seonitik/template/bundle/catalog/product/list/partof.phtml +52 -0
  39. app/design/frontend/default/seonitik/template/bundle/catalog/product/price.phtml +262 -0
  40. app/design/frontend/default/seonitik/template/bundle/catalog/product/view/price.phtml +93 -0
  41. app/design/frontend/default/seonitik/template/bundle/catalog/product/view/tierprices.phtml +41 -0
  42. app/design/frontend/default/seonitik/template/bundle/catalog/product/view/type/bundle.phtml +44 -0
  43. app/design/frontend/default/seonitik/template/bundle/catalog/product/view/type/bundle/option/checkbox.phtml +48 -0
  44. app/design/frontend/default/seonitik/template/bundle/catalog/product/view/type/bundle/option/multi.phtml +46 -0
  45. app/design/frontend/default/seonitik/template/bundle/catalog/product/view/type/bundle/option/radio.phtml +72 -0
  46. app/design/frontend/default/seonitik/template/bundle/catalog/product/view/type/bundle/option/select.phtml +61 -0
  47. app/design/frontend/default/seonitik/template/bundle/catalog/product/view/type/bundle/options.phtml +45 -0
  48. app/design/frontend/default/seonitik/template/bundle/email/order/items/creditmemo/default.phtml +168 -0
  49. app/design/frontend/default/seonitik/template/bundle/email/order/items/invoice/default.phtml +169 -0
  50. app/design/frontend/default/seonitik/template/bundle/email/order/items/order/default.phtml +174 -0
  51. app/design/frontend/default/seonitik/template/bundle/email/order/items/shipment/default.phtml +92 -0
  52. app/design/frontend/default/seonitik/template/bundle/sales/order/creditmemo/items/renderer.phtml +328 -0
  53. app/design/frontend/default/seonitik/template/bundle/sales/order/invoice/items/renderer.phtml +352 -0
  54. app/design/frontend/default/seonitik/template/bundle/sales/order/items/renderer.phtml +375 -0
  55. app/design/frontend/default/seonitik/template/bundle/sales/order/shipment/items/renderer.phtml +111 -0
  56. app/design/frontend/default/seonitik/template/callouts/left_col.phtml +39 -0
  57. app/design/frontend/default/seonitik/template/callouts/right_col.phtml +31 -0
  58. app/design/frontend/default/seonitik/template/catalog/category/page.phtml +32 -0
  59. app/design/frontend/default/seonitik/template/catalog/category/view.phtml +93 -0
  60. app/design/frontend/default/seonitik/template/catalog/layer/filter.phtml +42 -0
  61. app/design/frontend/default/seonitik/template/catalog/layer/state.phtml +46 -0
  62. app/design/frontend/default/seonitik/template/catalog/layer/view.phtml +55 -0
  63. app/design/frontend/default/seonitik/template/catalog/navigation/left.phtml +58 -0
  64. app/design/frontend/default/seonitik/template/catalog/navigation/top.phtml +42 -0
  65. app/design/frontend/default/seonitik/template/catalog/product/compare/list.phtml +133 -0
  66. app/design/frontend/default/seonitik/template/catalog/product/compare/sidebar.phtml +55 -0
  67. app/design/frontend/default/seonitik/template/catalog/product/gallery.phtml +63 -0
  68. app/design/frontend/default/seonitik/template/catalog/product/list.phtml +136 -0
  69. app/design/frontend/default/seonitik/template/catalog/product/list/related.phtml +94 -0
  70. app/design/frontend/default/seonitik/template/catalog/product/list/toolbar.phtml +185 -0
  71. app/design/frontend/default/seonitik/template/catalog/product/list/upsell.phtml +56 -0
  72. app/design/frontend/default/seonitik/template/catalog/product/new.phtml +60 -0
  73. app/design/frontend/default/seonitik/template/catalog/product/price.phtml +344 -0
  74. app/design/frontend/default/seonitik/template/catalog/product/view.phtml +129 -0
  75. app/design/frontend/default/seonitik/template/catalog/product/view/additional.phtml +29 -0
  76. app/design/frontend/default/seonitik/template/catalog/product/view/addto.phtml +36 -0
  77. app/design/frontend/default/seonitik/template/catalog/product/view/addtocart.phtml +39 -0
  78. app/design/frontend/default/seonitik/template/catalog/product/view/attributes.phtml +49 -0
  79. app/design/frontend/default/seonitik/template/catalog/product/view/description.phtml +35 -0
  80. app/design/frontend/default/seonitik/template/catalog/product/view/media.phtml +78 -0
  81. app/design/frontend/default/seonitik/template/catalog/product/view/options.phtml +176 -0
  82. app/design/frontend/default/seonitik/template/catalog/product/view/options/js.phtml +60 -0
  83. app/design/frontend/default/seonitik/template/catalog/product/view/options/type/date.phtml +70 -0
  84. app/design/frontend/default/seonitik/template/catalog/product/view/options/type/default.phtml +30 -0
  85. app/design/frontend/default/seonitik/template/catalog/product/view/options/type/file.phtml +41 -0
  86. app/design/frontend/default/seonitik/template/catalog/product/view/options/type/select.phtml +37 -0
  87. app/design/frontend/default/seonitik/template/catalog/product/view/options/type/text.phtml +39 -0
  88. app/design/frontend/default/seonitik/template/catalog/product/view/options/wrapper.phtml +33 -0
  89. app/design/frontend/default/seonitik/template/catalog/product/view/options/wrapper/bottom.phtml +29 -0
  90. app/design/frontend/default/seonitik/template/catalog/product/view/price.phtml +30 -0
  91. app/design/frontend/default/seonitik/template/catalog/product/view/price_clone.phtml +28 -0
  92. app/design/frontend/default/seonitik/template/catalog/product/view/tierprices.phtml +181 -0
  93. app/design/frontend/default/seonitik/template/catalog/product/view/type/configurable.phtml +39 -0
  94. app/design/frontend/default/seonitik/template/catalog/product/view/type/grouped.phtml +80 -0
  95. app/design/frontend/default/seonitik/template/catalog/product/view/type/options/configurable.phtml +46 -0
  96. app/design/frontend/default/seonitik/template/catalog/product/view/type/simple.phtml +40 -0
  97. app/design/frontend/default/seonitik/template/catalog/product/view/type/virtual.phtml +40 -0
  98. app/design/frontend/default/seonitik/template/catalog/seo/sitemap.phtml +43 -0
  99. app/design/frontend/default/seonitik/template/catalog/seo/sitemap/container.phtml +33 -0
  100. app/design/frontend/default/seonitik/template/catalog/seo/tree.phtml +43 -0
  101. app/design/frontend/default/seonitik/template/catalogsearch/advanced/form.phtml +91 -0
  102. app/design/frontend/default/seonitik/template/catalogsearch/advanced/result.phtml +61 -0
  103. app/design/frontend/default/seonitik/template/catalogsearch/form.mini.phtml +45 -0
  104. app/design/frontend/default/seonitik/template/catalogsearch/result.phtml +43 -0
  105. app/design/frontend/default/seonitik/template/catalogsearch/term.phtml +38 -0
  106. app/design/frontend/default/seonitik/template/checkout/cart.phtml +125 -0
  107. app/design/frontend/default/seonitik/template/checkout/cart/coupon.phtml +58 -0
  108. app/design/frontend/default/seonitik/template/checkout/cart/crosssell.phtml +58 -0
  109. app/design/frontend/default/seonitik/template/checkout/cart/item/default.phtml +251 -0
  110. app/design/frontend/default/seonitik/template/checkout/cart/noItems.phtml +32 -0
  111. app/design/frontend/default/seonitik/template/checkout/cart/render/default.phtml +66 -0
  112. app/design/frontend/default/seonitik/template/checkout/cart/render/simple.phtml +66 -0
  113. app/design/frontend/default/seonitik/template/checkout/cart/shipping.phtml +131 -0
  114. app/design/frontend/default/seonitik/template/checkout/cart/sidebar.phtml +70 -0
  115. app/design/frontend/default/seonitik/template/checkout/cart/sidebar/default.phtml +127 -0
  116. app/design/frontend/default/seonitik/template/checkout/cart/totals.phtml +43 -0
  117. app/design/frontend/default/seonitik/template/checkout/links.phtml +26 -0
  118. app/design/frontend/default/seonitik/template/checkout/multishipping/address/select.phtml +58 -0
  119. app/design/frontend/default/seonitik/template/checkout/multishipping/addresses.phtml +79 -0
  120. app/design/frontend/default/seonitik/template/checkout/multishipping/agreements.phtml +50 -0
  121. app/design/frontend/default/seonitik/template/checkout/multishipping/billing.phtml +102 -0
  122. app/design/frontend/default/seonitik/template/checkout/multishipping/billing/items.phtml +54 -0
  123. app/design/frontend/default/seonitik/template/checkout/multishipping/item/default.phtml +45 -0
  124. app/design/frontend/default/seonitik/template/checkout/multishipping/link.phtml +27 -0
  125. app/design/frontend/default/seonitik/template/checkout/multishipping/overview.phtml +253 -0
  126. app/design/frontend/default/seonitik/template/checkout/multishipping/shipping.phtml +112 -0
  127. app/design/frontend/default/seonitik/template/checkout/multishipping/state.phtml +38 -0
  128. app/design/frontend/default/seonitik/template/checkout/multishipping/success.phtml +46 -0
  129. app/design/frontend/default/seonitik/template/checkout/onepage.phtml +61 -0
  130. app/design/frontend/default/seonitik/template/checkout/onepage/agreements.phtml +52 -0
  131. app/design/frontend/default/seonitik/template/checkout/onepage/billing.phtml +152 -0
  132. app/design/frontend/default/seonitik/template/checkout/onepage/failure.phtml +32 -0
  133. app/design/frontend/default/seonitik/template/checkout/onepage/link.phtml +31 -0
  134. app/design/frontend/default/seonitik/template/checkout/onepage/login.phtml +120 -0
  135. app/design/frontend/default/seonitik/template/checkout/onepage/payment.phtml +70 -0
  136. app/design/frontend/default/seonitik/template/checkout/onepage/payment/methods.phtml +51 -0
  137. app/design/frontend/default/seonitik/template/checkout/onepage/progress.phtml +110 -0
  138. app/design/frontend/default/seonitik/template/checkout/onepage/review.phtml +42 -0
  139. app/design/frontend/default/seonitik/template/checkout/onepage/review/info.phtml +65 -0
  140. app/design/frontend/default/seonitik/template/checkout/onepage/review/item.phtml +236 -0
  141. app/design/frontend/default/seonitik/template/checkout/onepage/review/totals.phtml +33 -0
  142. app/design/frontend/default/seonitik/template/checkout/onepage/shipping.phtml +112 -0
  143. app/design/frontend/default/seonitik/template/checkout/onepage/shipping_method.phtml +48 -0
  144. app/design/frontend/default/seonitik/template/checkout/onepage/shipping_method/additional.phtml +27 -0
  145. app/design/frontend/default/seonitik/template/checkout/onepage/shipping_method/available.phtml +56 -0
  146. app/design/frontend/default/seonitik/template/checkout/success.phtml +46 -0
  147. app/design/frontend/default/seonitik/template/checkout/total/default.phtml +38 -0
  148. app/design/frontend/default/seonitik/template/checkout/total/tax.phtml +68 -0
  149. app/design/frontend/default/seonitik/template/cms/content.phtml +27 -0
  150. app/design/frontend/default/seonitik/template/cms/default/home.phtml +27 -0
  151. app/design/frontend/default/seonitik/template/cms/default/no-route.phtml +27 -0
  152. app/design/frontend/default/seonitik/template/cms/meta.phtml +32 -0
  153. app/design/frontend/default/seonitik/template/cms/wrapper.phtml +58 -0
  154. app/design/frontend/default/seonitik/template/contacts/form.phtml +67 -0
  155. app/design/frontend/default/seonitik/template/core/formkey.phtml +27 -0
  156. app/design/frontend/default/seonitik/template/core/messages.phtml +47 -0
  157. app/design/frontend/default/seonitik/template/customer/account/dashboard.phtml +39 -0
  158. app/design/frontend/default/seonitik/template/customer/account/dashboard/address.phtml +44 -0
  159. app/design/frontend/default/seonitik/template/customer/account/dashboard/hello.phtml +30 -0
  160. app/design/frontend/default/seonitik/template/customer/account/dashboard/info.phtml +50 -0
  161. app/design/frontend/default/seonitik/template/customer/account/dashboard/newsletter.phtml +31 -0
  162. app/design/frontend/default/seonitik/template/customer/account/dashboard/sidebar.phtml +26 -0
  163. app/design/frontend/default/seonitik/template/customer/account/link/back.phtml +29 -0
  164. app/design/frontend/default/seonitik/template/customer/account/navigation.phtml +46 -0
  165. app/design/frontend/default/seonitik/template/customer/address.phtml +94 -0
  166. app/design/frontend/default/seonitik/template/customer/address/book.phtml +117 -0
  167. app/design/frontend/default/seonitik/template/customer/address/edit.phtml +137 -0
  168. app/design/frontend/default/seonitik/template/customer/balance.phtml +31 -0
  169. app/design/frontend/default/seonitik/template/customer/form/address.phtml +123 -0
  170. app/design/frontend/default/seonitik/template/customer/form/changepassword.phtml +60 -0
  171. app/design/frontend/default/seonitik/template/customer/form/confirmation.phtml +51 -0
  172. app/design/frontend/default/seonitik/template/customer/form/edit.phtml +106 -0
  173. app/design/frontend/default/seonitik/template/customer/form/forgotpassword.phtml +54 -0
  174. app/design/frontend/default/seonitik/template/customer/form/login.phtml +83 -0
  175. app/design/frontend/default/seonitik/template/customer/form/mini.login.phtml +33 -0
  176. app/design/frontend/default/seonitik/template/customer/form/newsletter.phtml +47 -0
  177. app/design/frontend/default/seonitik/template/customer/form/register.phtml +154 -0
  178. app/design/frontend/default/seonitik/template/customer/logout.phtml +35 -0
  179. app/design/frontend/default/seonitik/template/customer/order/view.phtml +85 -0
  180. app/design/frontend/default/seonitik/template/customer/orders.phtml +61 -0
  181. app/design/frontend/default/seonitik/template/customer/widget/dob.phtml +79 -0
  182. app/design/frontend/default/seonitik/template/customer/widget/name.phtml +113 -0
  183. app/design/frontend/default/seonitik/template/customer/widget/taxvat.phtml +33 -0
  184. app/design/frontend/default/seonitik/template/customer/wishlist.phtml +67 -0
  185. app/design/frontend/default/seonitik/template/directory/currency.phtml +58 -0
  186. app/design/frontend/default/seonitik/template/directory/currency/switch.phtml +31 -0
  187. app/design/frontend/default/seonitik/template/downloadable/catalog/product/links.phtml +115 -0
  188. app/design/frontend/default/seonitik/template/downloadable/catalog/product/samples.phtml +45 -0
  189. app/design/frontend/default/seonitik/template/downloadable/catalog/product/type.phtml +41 -0
  190. app/design/frontend/default/seonitik/template/downloadable/checkout/cart/item/default.phtml +98 -0
  191. app/design/frontend/default/seonitik/template/downloadable/checkout/multishipping/item/downloadable.phtml +57 -0
  192. app/design/frontend/default/seonitik/template/downloadable/checkout/onepage/review/item.phtml +72 -0
  193. app/design/frontend/default/seonitik/template/downloadable/checkout/success.phtml +29 -0
  194. app/design/frontend/default/seonitik/template/downloadable/customer/products/list.phtml +74 -0
  195. app/design/frontend/default/seonitik/template/downloadable/email/order/items/creditmemo/downloadable.phtml +128 -0
  196. app/design/frontend/default/seonitik/template/downloadable/email/order/items/invoice/downloadable.phtml +131 -0
  197. app/design/frontend/default/seonitik/template/downloadable/email/order/items/order/downloadable.phtml +137 -0
  198. app/design/frontend/default/seonitik/template/downloadable/sales/order/creditmemo/items/renderer/downloadable.phtml +112 -0
  199. app/design/frontend/default/seonitik/template/downloadable/sales/order/invoice/items/renderer/downloadable.phtml +109 -0
  200. app/design/frontend/default/seonitik/template/downloadable/sales/order/items/renderer/downloadable.phtml +131 -0
  201. app/design/frontend/default/seonitik/template/email/order/creditmemo/items.phtml +89 -0
  202. app/design/frontend/default/seonitik/template/email/order/invoice/items.phtml +76 -0
  203. app/design/frontend/default/seonitik/template/email/order/items.phtml +84 -0
  204. app/design/frontend/default/seonitik/template/email/order/items/creditmemo/default.phtml +120 -0
  205. app/design/frontend/default/seonitik/template/email/order/items/invoice/default.phtml +120 -0
  206. app/design/frontend/default/seonitik/template/email/order/items/order/default.phtml +126 -0
  207. app/design/frontend/default/seonitik/template/email/order/items/shipment/default.phtml +43 -0
  208. app/design/frontend/default/seonitik/template/email/order/shipment/items.phtml +47 -0
  209. app/design/frontend/default/seonitik/template/email/order/shipment/track.phtml +46 -0
  210. app/design/frontend/default/seonitik/template/email/productalert/price.phtml +50 -0
  211. app/design/frontend/default/seonitik/template/email/productalert/stock.phtml +50 -0
  212. app/design/frontend/default/seonitik/template/giftmessage/form.phtml +81 -0
  213. app/design/frontend/default/seonitik/template/giftmessage/helper.phtml +80 -0
  214. app/design/frontend/default/seonitik/template/giftmessage/inline.phtml +275 -0
  215. app/design/frontend/default/seonitik/template/googlecheckout/form.phtml +30 -0
  216. app/design/frontend/default/seonitik/template/googlecheckout/link.phtml +38 -0
  217. app/design/frontend/default/seonitik/template/newsletter/subscribe.phtml +54 -0
  218. app/design/frontend/default/seonitik/template/page/1column.phtml +57 -0
  219. app/design/frontend/default/seonitik/template/page/2columns-left.phtml +58 -0
  220. app/design/frontend/default/seonitik/template/page/2columns-right.phtml +58 -0
  221. app/design/frontend/default/seonitik/template/page/3columns.phtml +60 -0
  222. app/design/frontend/default/seonitik/template/page/html/breadcrumbs.phtml +47 -0
  223. app/design/frontend/default/seonitik/template/page/html/footer.phtml +65 -0
  224. app/design/frontend/default/seonitik/template/page/html/head-translator.phtml +30 -0
  225. app/design/frontend/default/seonitik/template/page/html/head.phtml +55 -0
  226. app/design/frontend/default/seonitik/template/page/html/header-home.phtml +34 -0
  227. app/design/frontend/default/seonitik/template/page/html/header.phtml +39 -0
  228. app/design/frontend/default/seonitik/template/page/html/logo-home.phtml +27 -0
  229. app/design/frontend/default/seonitik/template/page/html/logo.phtml +27 -0
  230. app/design/frontend/default/seonitik/template/page/html/notices.phtml +44 -0
  231. app/design/frontend/default/seonitik/template/page/html/pager.phtml +78 -0
  232. app/design/frontend/default/seonitik/template/page/html/top.links.phtml +34 -0
  233. app/design/frontend/default/seonitik/template/page/html/wrapper.phtml +46 -0
  234. app/design/frontend/default/seonitik/template/page/js/calendar.phtml +94 -0
  235. app/design/frontend/default/seonitik/template/page/one-column.phtml +42 -0
  236. app/design/frontend/default/seonitik/template/page/popup.phtml +44 -0
  237. app/design/frontend/default/seonitik/template/page/print.phtml +23 -0
app/design/frontend/default/seonitik/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/seonitik/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/seonitik/layout/catalog.xml ADDED
@@ -0,0 +1,389 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ <!-- The following code shows how to set your own pager increments -->
93
+ <!--
94
+ <action method="setDefaultListPerPage"><limit>4</limit></action>
95
+ <action method="setDefaultGridPerPage"><limit>9</limit></action>
96
+ <action method="addPagerLimit"><mode>list</mode><limit>2</limit></action>
97
+ <action method="addPagerLimit"><mode>list</mode><limit>4</limit></action>
98
+ <action method="addPagerLimit"><mode>list</mode><limit>6</limit></action>
99
+ <action method="addPagerLimit"><mode>list</mode><limit>8</limit></action>
100
+ <action method="addPagerLimit" translate="label"><mode>list</mode><limit>all</limit><label>All</label></action>
101
+ -->
102
+ </block>
103
+ <block type="page/html_pager" name="product_list_toolbar_pager"/>
104
+ <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
105
+ </block>
106
+ </block>
107
+ </reference>
108
+ </catalog_category_default>
109
+
110
+ <!--
111
+ Category layered navigation layout
112
+ -->
113
+
114
+ <catalog_category_layered>
115
+ <reference name="left">
116
+ <block type="catalog/layer_view" name="catalog.leftnav" after="currency" template="catalog/layer/view.phtml"/>
117
+ </reference>
118
+ <reference name="content">
119
+ <block type="catalog/category_view" name="category.products" template="catalog/category/view.phtml">
120
+ <block type="catalog/product_list" name="product_list" template="catalog/product/list.phtml">
121
+ <!-- <action method="addReviewSummaryTemplate"><type>default</type><template>review/helper/su.phtml</template></action> -->
122
+ <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
123
+ <block type="page/html_pager" name="product_list_toolbar_pager"/>
124
+ <!-- The following code shows how to set your own pager increments -->
125
+ <!--
126
+ <action method="setDefaultListPerPage"><limit>4</limit></action>
127
+ <action method="setDefaultGridPerPage"><limit>3</limit></action>
128
+ <action method="addPagerLimit"><mode>list</mode><limit>2</limit></action>
129
+ <action method="addPagerLimit"><mode>list</mode><limit>4</limit></action>
130
+ <action method="addPagerLimit"><mode>list</mode><limit>6</limit></action>
131
+ <action method="addPagerLimit"><mode>list</mode><limit>8</limit></action>
132
+ <action method="addPagerLimit" translate="label"><mode>list</mode><limit>all</limit><label>All</label></action>
133
+ <action method="addPagerLimit"><mode>grid</mode><limit>3</limit></action>
134
+ <action method="addPagerLimit"><mode>grid</mode><limit>6</limit></action>
135
+ <action method="addPagerLimit"><mode>grid</mode><limit>9</limit></action>
136
+ <action method="addPagerLimit"><mode>grid</mode><limit>all</limit><label>All</label></action>
137
+ -->
138
+ </block>
139
+
140
+ <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
141
+ </block>
142
+ </block>
143
+ </reference>
144
+ </catalog_category_layered>
145
+
146
+ <catalog_category_layered_nochildren>
147
+ <remove name="right.reports.product.viewed" />
148
+ <reference name="right">
149
+ <block type="reports/product_viewed" before="right.permanent.callout" name="left.reports.product.viewed" template="reports/product_viewed.phtml" />
150
+ </reference>
151
+ </catalog_category_layered_nochildren>
152
+
153
+ <!--
154
+ Compare products page
155
+ -->
156
+
157
+ <catalog_product_compare_index>
158
+ <!-- Mage_Catalog -->
159
+ <reference name="root">
160
+ <action method="setTemplate"><template>page/popup.phtml</template></action>
161
+ </reference>
162
+ <reference name="head">
163
+ <action method="addJs"><script>scriptaculous/scriptaculous.js</script></action>
164
+ <action method="addJs"><script>varien/product.js</script></action>
165
+ </reference>
166
+ <reference name="content">
167
+ <block type="catalog/product_compare_list" name="catalog.compare.list" template="catalog/product/compare/list.phtml"/>
168
+ </reference>
169
+ </catalog_product_compare_index>
170
+
171
+ <customer_account_index>
172
+
173
+ <reference name="right">
174
+ <action method="unsetChild"><name>catalog_compare_sidebar</name></action>
175
+ </reference>
176
+ </customer_account_index>
177
+
178
+ <!--
179
+ Product view
180
+ -->
181
+
182
+ <catalog_product_view>
183
+ <!-- Mage_Catalog -->
184
+ <reference name="root">
185
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
186
+ </reference>
187
+ <reference name="head">
188
+ <action method="addJs"><script>varien/product.js</script></action>
189
+
190
+ <action method="addItem"><type>js_css</type><name>calendar/calendar-win2k-1.css</name><params/><!--<if/><condition>can_load_calendar_js</condition>--></action>
191
+ <action method="addItem"><type>js</type><name>calendar/calendar.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
192
+ <action method="addItem"><type>js</type><name>calendar/calendar-setup.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
193
+ </reference>
194
+ <reference name="content">
195
+ <block type="catalog/product_view" name="product.info" template="catalog/product/view.phtml">
196
+ <block type="catalog/product_view_media" name="product.info.media" as="media" template="catalog/product/view/media.phtml"/>
197
+ <block type="core/text_list" name="alert.urls" as="alert_urls" />
198
+ <block type="catalog/product_view" name="product.tierprices" as="tierprices" template="catalog/product/view/tierprices.phtml"/>
199
+
200
+ <block type="catalog/product_list_upsell" name="product.info.upsell" as="upsell_products" template="catalog/product/list/upsell.phtml">
201
+ <action method="setColumnCount"><columns>4</columns></action>
202
+ <action method="setItemLimit"><type>upsell</type><limit>4</limit></action>
203
+ </block>
204
+
205
+ <block type="catalog/product_view_additional" name="product.info.additional" as="product_additional_data" />
206
+ <block type="catalog/product_view_description" name="product.description" as="description" template="catalog/product/view/description.phtml"/>
207
+ <block type="catalog/product_view_attributes" name="product.attributes" as="additional" template="catalog/product/view/attributes.phtml"/>
208
+ <block type="catalog/product_view" name="product.info.addto" as="addto" template="catalog/product/view/addto.phtml"/>
209
+ <block type="catalog/product_view" name="product.info.addtocart" as="addtocart" template="catalog/product/view/addtocart.phtml"/>
210
+
211
+ <block type="catalog/product_view" name="product.info.options.wrapper" as="product_options_wrapper" template="catalog/product/view/options/wrapper.phtml">
212
+ <block type="core/template" name="options_js" template="catalog/product/view/options/js.phtml"/>
213
+ <block type="catalog/product_view_options" name="product.info.options" as="product_options" template="catalog/product/view/options.phtml">
214
+ <action method="addOptionRenderer"><type>text</type><block>catalog/product_view_options_type_text</block><template>catalog/product/view/options/type/text.phtml</template></action>
215
+ <action method="addOptionRenderer"><type>file</type><block>catalog/product_view_options_type_file</block><template>catalog/product/view/options/type/file.phtml</template></action>
216
+ <action method="addOptionRenderer"><type>select</type><block>catalog/product_view_options_type_select</block><template>catalog/product/view/options/type/select.phtml</template></action>
217
+ <action method="addOptionRenderer"><type>date</type><block>catalog/product_view_options_type_date</block><template>catalog/product/view/options/type/date.phtml</template></action>
218
+ <block type="core/html_calendar" name="html_calendar" as="html_calendar" template="page/js/calendar.phtml"/>
219
+ </block>
220
+ </block>
221
+ <block type="catalog/product_view" name="product.info.options.wrapper.bottom" as="product_options_wrapper_bottom" template="catalog/product/view/options/wrapper/bottom.phtml">
222
+ <action method="insert"><block>product.tierprices</block></action>
223
+ <block type="catalog/product_view" name="product.clone_prices" as="prices" template="catalog/product/view/price_clone.phtml"/>
224
+ <action method="append"><block>product.info.addtocart</block></action>
225
+ </block>
226
+
227
+ <block type="core/template_facade" name="product.info.container1" as="container1">
228
+ <action method="setDataByKey"><key>alias_in_layout</key><value>container1</value></action>
229
+ <action method="setDataByKeyFromRegistry"><key>options_container</key><key_in_registry>product</key_in_registry></action>
230
+ <action method="append"><block>product.info.options.wrapper</block></action>
231
+ <action method="append"><block>product.info.options.wrapper.bottom</block></action>
232
+ </block>
233
+ <block type="core/template_facade" name="product.info.container2" as="container2">
234
+ <action method="setDataByKey"><key>alias_in_layout</key><value>container2</value></action>
235
+ <action method="setDataByKeyFromRegistry"><key>options_container</key><key_in_registry>product</key_in_registry></action>
236
+ <action method="append"><block>product.info.options.wrapper</block></action>
237
+ <action method="append"><block>product.info.options.wrapper.bottom</block></action>
238
+ </block>
239
+ <action method="unsetCallChild"><child>container1</child><call>ifEquals</call><if>0</if><key>alias_in_layout</key><key>options_container</key></action>
240
+ <action method="unsetCallChild"><child>container2</child><call>ifEquals</call><if>0</if><key>alias_in_layout</key><key>options_container</key></action>
241
+ </block>
242
+ </reference>
243
+ <reference name="right">
244
+ <block type="catalog/product_list_related" name="catalog.product.related" before="-" template="catalog/product/list/related.phtml"/>
245
+ </reference>
246
+ </catalog_product_view>
247
+
248
+ <!--
249
+ Additional block dependant on product type
250
+ -->
251
+ <PRODUCT_TYPE_simple>
252
+ <reference name="product.info">
253
+ <block type="catalog/product_view_type_simple" name="product.info.simple" as="product_type_data" template="catalog/product/view/type/simple.phtml"/>
254
+ </reference>
255
+ </PRODUCT_TYPE_simple>
256
+ <PRODUCT_TYPE_configurable>
257
+ <reference name="product.info">
258
+ <block type="catalog/product_view_type_configurable" name="product.info.configurable" as="product_type_data" template="catalog/product/view/type/configurable.phtml"/>
259
+ </reference>
260
+ <reference name="product.info.options.wrapper">
261
+ <block type="catalog/product_view_type_configurable" name="product.info.options.configurable" as="options_configurable" before="-" template="catalog/product/view/type/options/configurable.phtml"/>
262
+ </reference>
263
+ </PRODUCT_TYPE_configurable>
264
+ <PRODUCT_TYPE_grouped>
265
+ <reference name="product.info">
266
+ <block type="catalog/product_view_type_grouped" name="product.info.grouped" as="product_type_data" template="catalog/product/view/type/grouped.phtml"/>
267
+ </reference>
268
+ </PRODUCT_TYPE_grouped>
269
+ <PRODUCT_TYPE_virtual>
270
+ <reference name="product.info">
271
+ <block type="catalog/product_view_type_virtual" name="product.info.virtual" as="product_type_data" template="catalog/product/view/type/virtual.phtml"/>
272
+ </reference>
273
+ </PRODUCT_TYPE_virtual>
274
+
275
+
276
+
277
+ <!--
278
+ Product send to friend
279
+ -->
280
+
281
+ <catalog_product_send>
282
+ <!-- Mage_Catalog -->
283
+ <reference name="root">
284
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
285
+ </reference>
286
+ <reference name="head">
287
+ <action method="addJs"><script>varien/product.js</script></action>
288
+ </reference>
289
+ <reference name="content">
290
+ <block type="catalog/product_send" name="product.send" template="catalog/product/send.phtml">
291
+ </block>
292
+ </reference>
293
+ </catalog_product_send>
294
+
295
+ <!--
296
+ Product additional images gallery popup
297
+ -->
298
+
299
+ <catalog_product_gallery>
300
+ <!-- Mage_Catalog -->
301
+ <reference name="root">
302
+ <action method="setTemplate"><template>page/popup.phtml</template></action>
303
+ </reference>
304
+ <reference name="content">
305
+ <block type="catalog/product_gallery" name="catalog_product_gallery" template="catalog/product/gallery.phtml"/>
306
+ </reference>
307
+ </catalog_product_gallery>
308
+
309
+ <!--
310
+ SEO Site Map
311
+ -->
312
+
313
+ <catalog_seo_sitemap>
314
+ <remove name="right"/>
315
+ <remove name="left"/>
316
+
317
+ <reference name="root">
318
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
319
+ </reference>
320
+ <reference name="content">
321
+ <block type="page/template_container" name="seo.sitemap.container" template="catalog/seo/sitemap/container.phtml">
322
+ <block type="page/template_links" name="seo.sitemap.links" as="links" template="page/template/links-follow.phtml"/>
323
+ <block type="page/html_pager" name="seo.sitemap.pager.top" as="pager_top" template="page/html/pager.phtml"/>
324
+ <block type="page/html_pager" name="seo.sitemap.pager.bottom" as="pager_bottom" template="page/html/pager.phtml"/>
325
+ </block>
326
+ </reference>
327
+ </catalog_seo_sitemap>
328
+
329
+ <catalog_seo_sitemap_category>
330
+ <update handle="catalog_seo_sitemap" />
331
+ <reference name="seo.sitemap.container">
332
+ <action method="setTitle" translate="title" module="catalog"><title>Categories</title></action>
333
+ <block type="catalog/seo_sitemap_category" name="seo.sitemap.sitemap" as="sitemap" after="pager_top" template="catalog/seo/sitemap.phtml">
334
+ <action method="bindPager"><pager>seo.sitemap.pager.top</pager></action>
335
+ <action method="bindPager"><pager>seo.sitemap.pager.bottom</pager></action>
336
+ <action method="setItemsTitle" translate="title" module="catalog"><title>categories</title></action>
337
+ </block>
338
+ </reference>
339
+ <reference name="seo.sitemap.links">
340
+ <action method="addLink" translate="label title" module="catalog"><label>Products Sitemap</label><url helper="catalog/map/getProductUrl"/><title>Products Sitemap</title></action>
341
+ </reference>
342
+ </catalog_seo_sitemap_category>
343
+
344
+ <catalog_seo_sitemap_category_tree>
345
+ <reference name="seo.sitemap.container">
346
+ <remove name="seo.sitemap.pager.top" />
347
+ <remove name="seo.sitemap.pager.bottom" />
348
+ <block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.top" as="pager_top" template="page/html/pager.phtml"/>
349
+ <block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.bottom" as="pager_bottom" template="page/html/pager.phtml"/>
350
+ <remove name="seo.sitemap.sitemap" />
351
+ <block type="catalog/seo_sitemap_tree_category" name="seo.sitemap.sitemap_tree" as="sitemap" after="pager_top" template="catalog/seo/tree.phtml">
352
+ <action method="bindPager"><pager>seo.sitemap.tree.pager.top</pager></action>
353
+ <action method="bindPager"><pager>seo.sitemap.tree.pager.bottom</pager></action>
354
+ </block>
355
+ </reference>
356
+ </catalog_seo_sitemap_category_tree>
357
+
358
+ <catalog_seo_sitemap_product>
359
+ <update handle="catalog_seo_sitemap" />
360
+ <reference name="seo.sitemap.container">
361
+ <action method="setTitle" translate="title" module="catalog"><title>Products</title></action>
362
+ <block type="catalog/seo_sitemap_product" name="seo.sitemap.sitemap" as="sitemap" after="pager_top" template="catalog/seo/sitemap.phtml">
363
+ <action method="bindPager"><pager>seo.sitemap.pager.top</pager></action>
364
+ <action method="bindPager"><pager>seo.sitemap.pager.bottom</pager></action>
365
+ <action method="setItemsTitle" translate="title" module="catalog"><title>products</title></action>
366
+ </block>
367
+ </reference>
368
+ <reference name="seo.sitemap.links">
369
+ <action method="addLink" translate="label title" module="catalog"><label>Categories Sitemap</label><url helper="catalog/map/getCategoryUrl"/><title>Categories Sitemap</title></action>
370
+ </reference>
371
+ </catalog_seo_sitemap_product>
372
+
373
+
374
+ <!--
375
+ Catalog search terms block
376
+ -->
377
+
378
+ <catalog_seo_searchterm_popular>
379
+ <remove name="right"/>
380
+ <remove name="left"/>
381
+ <reference name="root">
382
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
383
+ </reference>
384
+ <reference name="content">
385
+ <block type="catalog/seo_searchterm" name="seo.searchterm" template="catalog/seo/searchterm.phtml"/>
386
+ </reference>
387
+ </catalog_seo_searchterm_popular>
388
+
389
+ </layout>
app/design/frontend/default/seonitik/layout/catalogsearch.xml ADDED
@@ -0,0 +1,119 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ <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"><label>Search Terms</label><url helper="catalogsearch/getSearchTermUrl" /><title>Search Terms</title></action>
37
+ <action method="addLink" translate="label title" module="catalogsearch"><label>Advanced Search</label><url helper="catalogsearch/getAdvancedSearchUrl" /><title>Advanced Search</title></action>
38
+ </reference>
39
+ </default>
40
+
41
+ <cms_index_index>
42
+ <reference name="footer_links_follow">
43
+ <action method="addLink" translate="label title" module="catalogsearch" ifconfig="catalog/seo/search_terms"><label>Search Terms</label><url helper="catalogsearch/getSearchTermUrl" /><title>Search Terms</title></action>
44
+ <action method="addLink" translate="label title" module="catalogsearch"><label>Advanced Search</label><url helper="catalogsearch/getAdvancedSearchUrl" /><title>Advanced Search</title></action>
45
+ </reference>
46
+ </cms_index_index>
47
+
48
+ <catalogsearch_result_index>
49
+ <remove name="right.newsletter" />
50
+ <remove name="right.reports.product.viewed" />
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
+ <block type="newsletter/subscribe" name="left.newsletter" template="newsletter/subscribe.phtml"/>
57
+ </reference>
58
+ <reference name="content">
59
+ <block type="catalogsearch/result" name="search.result" template="catalogsearch/result.phtml">
60
+ <block type="catalog/product_list" name="search_result_list" template="catalog/product/list.phtml"></block>
61
+ <action method="setListOrders"/>
62
+ <action method="setListModes"/>
63
+ <action method="setListCollection"/>
64
+ </block>
65
+ </reference>
66
+
67
+ <reference name="right">
68
+ <block type="reports/product_viewed" before="right.permanent.callout" name="left.reports.product.viewed" template="reports/product_viewed.phtml" />
69
+ </reference>
70
+ </catalogsearch_result_index>
71
+
72
+ <catalogsearch_advanced_index>
73
+ <!-- Mage_Catalogsearch -->
74
+ <reference name="root">
75
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
76
+ </reference>
77
+ <reference name="head">
78
+ <action method="addItem"><type>js_css</type><name>calendar/calendar-win2k-1.css</name><params/><!--<if/><condition>can_load_calendar_js</condition>--></action>
79
+ <action method="addItem"><type>js</type><name>calendar/calendar.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
80
+ <action method="addItem"><type>js</type><name>calendar/calendar-setup.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
81
+ </reference>
82
+ <reference name="content">
83
+ <block type="catalogsearch/advanced_form" name="catalogsearch_advanced_form" template="catalogsearch/advanced/form.phtml"/>
84
+ <block type="core/html_calendar" name="html_calendar" as="html_calendar" template="page/js/calendar.phtml"/>
85
+ </reference>
86
+ </catalogsearch_advanced_index>
87
+
88
+ <!--
89
+ Advanced search results
90
+ -->
91
+
92
+ <catalogsearch_advanced_result>
93
+ <!-- Mage_Catalogsearch -->
94
+ <reference name="root">
95
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
96
+ </reference>
97
+ <reference name="content">
98
+ <block type="catalogsearch/advanced_result" name="catalogsearch_advanced_result" template="catalogsearch/advanced/result.phtml">
99
+ <block type="catalog/product_list" name="search_result_list" template="catalog/product/list.phtml"></block>
100
+ <action method="setListOrders"/>
101
+ <action method="setListModes"/>
102
+ <action method="setListCollection"/>
103
+ </block>
104
+ </reference>
105
+ </catalogsearch_advanced_result>
106
+
107
+ <catalogsearch_term_popular>
108
+ <remove name="right"/>
109
+ <remove name="left"/>
110
+
111
+ <reference name="root">
112
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
113
+ </reference>
114
+ <reference name="content">
115
+ <block type="catalogsearch/term" name="seo.searchterm" template="catalogsearch/term.phtml"/>
116
+ </reference>
117
+ </catalogsearch_term_popular>
118
+
119
+ </layout>
app/design/frontend/default/seonitik/layout/checkout.xml ADDED
@@ -0,0 +1,379 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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