Advertisement
Guest User

Untitled

a guest
Mar 5th, 2013
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.15 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <layout version="0.1.0">
  3.  
  4. <checkout_onepage_index translate="label">
  5. <reference name="root">
  6. <action method="setTemplate"><template>page/1column.phtml</template></action>
  7. </reference>
  8. <reference name="head">
  9. <action method="addCss"><stylesheet>css/rewards/slider.css</stylesheet></action>
  10. <action method="addJs"><script>tbt/scriptaculous/SmoothSlider.js</script></action>
  11. <action method="addJs"><script>tbt/rewards/points/RedemptionSlider.js</script></action>
  12. </reference>
  13. <reference name="content">
  14. <action method="unsetChild"><name>checkout.onepage</name></action>
  15. <block type="checkout/onepage" name="checkout.onepage" template="checkout/onepage.phtml">
  16. <block type="checkout/onepage_progress" name="checkout.onepage.progress.shippingmethod" as="progress_shippingmethod" template="checkout/onepage/progress_shippingmethod.phtml"/>
  17. <block type="checkout/onepage_payment_info" name="checkout.onepage.progress.paymentmethod" as="progress_paymentmethod" template="checkout/onepage/progress_paymentmethod.phtml"/>
  18. <block type="checkout/onepage_billing" name="checkout.onepage.billing" as="billing" template="checkout/onepage/billing.phtml">
  19. <block type="rewardsref/field_checkout" name="rewards_referral_field" template="rewardsref/onepage/field.phtml"/>
  20. </block>
  21. <block type="checkout/onepage_shipping" name="checkout.onepage.shipping" as="shipping" template="checkout/onepage/shipping.phtml"/>
  22. <block type="checkout/onepage_shipping_method" name="checkout.onepage.shipping_method" as="shipping_method" template="checkout/onepage/shipping_method.phtml">
  23. <block type="checkout/onepage_shipping_method_available" name="checkout.onepage.shipping_method.available" as="available" template="checkout/onepage/shipping_method/available.phtml"/>
  24. <block type="checkout/onepage_shipping_method_additional" name="checkout.onepage.shipping_method.additional" as="additional" template="checkout/onepage/shipping_method/additional.phtml"/>
  25. </block>
  26. <block type="checkout/onepage_payment" name="checkout.onepage.payment" as="payment" template="checkout/onepage/payment.phtml">
  27. <block type="checkout/onepage_payment_methods" name="checkout.payment.methods" as="methods" template="checkout/onepage/payment/methods.phtml">
  28. <action method="setMethodFormTemplate"><method>purchaseorder</method><template>payment/form/purchaseorder.phtml</template></action>
  29. </block>
  30. </block>
  31. <block type="checkout/onepage_review" name="checkout.onepage.review" as="review" template="checkout/onepage/review.phtml">
  32. <block type="checkout/onepage_review_info" name="checkout.onepage.review.info" as="info" template="checkout/onepage/review/info.phtml">
  33. <block type="checkout/cart_totals" name="checkout.onepage.review.info.totals" as="totals" template="checkout/onepage/review/totals.phtml"/>
  34. </block>
  35. </block>
  36. <block type="rewards/checkout_cart" name="points_cart_minibox" as="cartpoints_spender" template="rewards/checkout/cartmini.phtml" >
  37. <block type="rewards/checkout_cart_slider" name="points_cart_box.slider" as="points_slider" template="rewards/checkout/cart/slider.phtml" />
  38. <block type="core/template" name="points_cart_box.js" as="minicart_js" template="rewards/checkout/minicart_js.phtml" />
  39. </block>
  40. </block>
  41. </reference>
  42. </checkout_onepage_index>
  43.  
  44. <checkout_onepage_review_and_paymentmethod>
  45. <block type="checkout/onepage_payment_methods" name="paymentmethod" output="toHtml" template="checkout/onepage/payment/methods.phtml" />
  46. <block type="checkout/onepage_review_info" name="review" output="toHtml" template="checkout/onepage/review/info.phtml">
  47. <action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/onepage/review/item.phtml</template></action>
  48. <action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/onepage/review/item.phtml</template></action>
  49. <action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/onepage/review/item.phtml</template></action>
  50. <block type="checkout/cart_totals" name="checkout.onepage.review.info.totals" as="totals" template="checkout/onepage/review/totals.phtml"/>
  51. </block>
  52. <block type="checkout/onepage_shipping_method" name="shipping_method" output="toHtml" template="checkout/onepage/shipping_method.phtml">
  53. <block type="checkout/onepage_shipping_method_available" name="checkout.onepage.shipping_method.available" as="available" template="checkout/onepage/shipping_method/available.phtml"/>
  54. <block type="checkout/onepage_shipping_method_additional" name="checkout.onepage.shipping_method.additional" as="additional" template="checkout/onepage/shipping_method/additional.phtml"/>
  55. </block>
  56. </checkout_onepage_review_and_paymentmethod>
  57.  
  58. <checkout_onepage_shippingmethod_list>
  59. <block type="checkout/onepage_shipping_method_available" name="root" output="toHtml" template="checkout/onepage/shipping_method/list.phtml"/>
  60. </checkout_onepage_shippingmethod_list>
  61.  
  62. <checkout_onepage_success translate="label">
  63. <reference name="root">
  64. <action method="setTemplate"><template>page/1column.phtml</template></action>
  65. </reference>
  66. <reference name="head">
  67. <action method="setTitle"><title>Order Successfully Completed!</title></action>
  68. </reference>
  69. <reference name="checkout.success">
  70. <block type="checkout/onepage_success" name="checkout.success.tracking" template="checkout/success.tracking.phtml"/>
  71. </reference>
  72. </checkout_onepage_success>
  73.  
  74. <customer_account translate="label">
  75. <reference name="root">
  76. <action method="setTemplate"><template>page/1column.phtml</template></action>
  77. <action method="addBodyClass"><className>customer</className></action>
  78. </reference>
  79.  
  80. <reference name="my.account.wrapper">
  81. <block type="customer/account_hello" name="customer_account_hello" template="customer/account/hello.phtml"/>
  82. <block type="customer/account_navigation" name="customer_account_navigation" template="customer/account/navigation.phtml">
  83. <action method="addLink" translate="label" module="customer"><name>account</name><path>customer/account/</path><label>Overview</label></action>
  84. <action method="addLink" translate="label" module="customer"><name>account_edit</name><path>customer/account/edit/</path><label>Profile</label></action>
  85. <action method="addLink" translate="label" module="rewards"><name>rewards</name><path>rewards/customer</path><label>Rewards</label></action>
  86. <action method="addLink" translate="label" module="wishlist" ifconfig="wishlist/general/active"><name>wishlist</name><path>wishlist/</path><label>My Wishlist</label></action>
  87. <action method="addLink" translate="label" module="sales"><name>orders</name><path>sales/order/history/</path><label>Orders</label></action>
  88. <action method="addLink" translate="label" module="customer"><name>address_book</name><path>customer/address/</path><label>Address Book</label></action>
  89. </block>
  90. </reference>
  91. </customer_account>
  92.  
  93. <customer_account_index translate="label">
  94. <reference name="root">
  95. <action method="setTemplate"><template>page/1column.phtml</template></action>
  96. <action method="addBodyClass"><className>overview</className></action>
  97. </reference>
  98. <reference name="content">
  99. <block type="rewardssocial/facebook_like_notificationblock"
  100. name="defaultcms.likebutton.rewards.notificationblock" as="rewards.notificationblock"
  101. template="rewardssocial/facebook/like/notification_retail_evolved.phtml"
  102. after="defaultcms.likebutton">
  103. <action method="setHidden"
  104. ifconfig="evlike/evlike_visibility/ev_like_visibility_cms_default">
  105. <value>1</value>
  106. </action>
  107. <action method="setIsCmsButton">
  108. <value>1</value>
  109. </action>
  110. <action method="setREVersion">
  111. <value>1</value>
  112. </action>
  113. </block>
  114. <reference name="customer_account_dashboard">
  115. <reference name="customer_account_dashboard_top">
  116. <block type="sales/order_history" name="sales.order.list" as="order_list" template="sales/order/list.phtml"/>
  117. </reference>
  118. <block type="customer/account_dashboard_newsletter" name="customer_account_dashboard_newsletter" as="newsletter" template="customer/account/dashboard/newsletter.phtml">
  119. <block type="evlike/like" name="defaultcms.likebutton" template="evlike/likebutton.phtml">
  120. <action method="setIsCmsButton"><value>1</value></action>
  121. <action method="setHidden"><value>0</value></action>
  122. <action method="setIsFacebookBox"><value>1</value></action>
  123. </block>
  124. </block>
  125. </reference>
  126. </reference>
  127. <reference name="left">
  128. <action method="unsetChild"><name>catalog_compare_sidebar</name></action>
  129. </reference>
  130. </customer_account_index>
  131.  
  132. <customer_account_login translate="label">
  133. <reference name="content">
  134. <action method="unsetChild"><name>customer_form_login</name></action>
  135. <block type="core/template" name="customer_form" template="customer/form.phtml">
  136. <block type="customer/form_login" name="customer_form_login" template="customer/form/login.phtml"/>
  137. <block type="customer/form_register" name="customer_form_register" template="customer/form/register.phtml">
  138. <block type="rewardsref/field_register" name="rewards_referral" template="rewardsref/customer/register/fieldset.phtml" />
  139. </block>
  140. </block>
  141. </reference>
  142. </customer_account_login>
  143.  
  144. <customer_account_create translate="label">
  145. <reference name="content">
  146. <action method="unsetChild"><name>customer_form_register</name></action>
  147. <block type="core/template" name="customer_form" template="customer/form.phtml">
  148. <block type="customer/form_login" name="customer_form_login" template="customer/form/login.phtml"/>
  149. <block type="customer/form_register" name="customer_form_register" template="customer/form/register.phtml">
  150. <block type="rewardsref/field_register" name="rewards_referral" template="rewardsref/customer/register/fieldset.phtml" />
  151. </block>
  152. </block>
  153. </reference>
  154. </customer_account_create>
  155.  
  156. <customer_address_index translate="label">
  157. <reference name="content">
  158. <block type="rewardssocial/facebook_like_notificationblock"
  159. name="defaultcms.likebutton.rewards.notificationblock" as="rewards.notificationblock"
  160. template="rewardssocial/facebook/like/notification_retail_evolved.phtml"
  161. after="defaultcms.likebutton">
  162. <action method="setHidden"
  163. ifconfig="evlike/evlike_visibility/ev_like_visibility_cms_default">
  164. <value>1</value>
  165. </action>
  166. <action method="setIsCmsButton">
  167. <value>1</value>
  168. </action>
  169. <action method="setREVersion">
  170. <value>1</value>
  171. </action>
  172. </block>
  173. </reference>
  174. <reference name="address_book">
  175. <block type="customer/account_dashboard_newsletter" name="customer_account_dashboard_newsletter" as="newsletter" template="customer/account/dashboard/newsletter.phtml">
  176. <block type="evlike/like" name="likebutton" template="evlike/likebutton.phtml">
  177. <action method="setHidden"><value>0</value></action>
  178. </block>
  179. </block>
  180. <block type="rewardsref/customer_referral_abstract" name="affiliate" template="rewardsref/customer/referral/affiliate.phtml" />
  181. <block type="customer/account_dashboard_newsletter" name="customer_account_dashboard_newsletter" as="newsletter" template="customer/account/dashboard/newsletter.phtml">
  182. <block type="evlike/like" name="defaultcms.likebutton" template="evlike/likebutton.phtml">
  183. <action method="setIsCmsButton"><value>1</value></action>
  184. <action method="setHidden"><value>0</value></action>
  185. <action method="setIsFacebookBox"><value>1</value></action>
  186. </block>
  187. </block>
  188. </reference>
  189. </customer_address_index>
  190.  
  191. <rewards_customer_index>
  192. <reference name="head">
  193. <action method="setTitle"><title>Rewards</title></action>
  194. </reference>
  195. <reference name="content">
  196. <action method="unsetChild"><name>rewards.customer</name></action>
  197. <block type="rewardssocial/facebook_like_notificationblock"
  198. name="defaultcms.likebutton.rewards.notificationblock" as="rewards.notificationblock"
  199. template="rewardssocial/facebook/like/notification_retail_evolved.phtml"
  200. after="defaultcms.likebutton">
  201. <action method="setHidden"
  202. ifconfig="evlike/evlike_visibility/ev_like_visibility_cms_default">
  203. <value>1</value>
  204. </action>
  205. <action method="setIsCmsButton">
  206. <value>1</value>
  207. </action>
  208. <action method="setREVersion">
  209. <value>1</value>
  210. </action>
  211. </block>
  212. </reference>
  213. <reference name="my.account.wrapper">
  214. <block type="rewards/customer" name="rewards.customer" template="rewards/customer.phtml">
  215. <block type="rewards/customer_transfers_all" name="customer.all" as="all" />
  216. <block type="rewardsref/customer_referral_abstract" name="affiliate" template="rewardsref/customer/referral/affiliate.phtml" />
  217. <block type="customer/account_dashboard_newsletter" name="customer_account_dashboard_newsletter" as="newsletter" template="customer/account/dashboard/newsletter.phtml">
  218. <block type="evlike/like" name="defaultcms.likebutton" template="evlike/likebutton.phtml">
  219. <action method="setIsCmsButton"><value>1</value></action>
  220. <action method="setHidden"><value>0</value></action>
  221. <action method="setIsFacebookBox"><value>1</value></action>
  222. </block>
  223. </block>
  224. <block type="core/template" name="customer_account_dashboard_idea" as="idea" template="customer/account/dashboard/idea.phtml"/>
  225. </block>
  226. </reference>
  227. </rewards_customer_index>
  228.  
  229. <rss_index_index translate="label">
  230. <reference name="root">
  231. <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
  232. </reference>
  233. </rss_index_index>
  234.  
  235. <cms_page translate="label">
  236. <reference name="root">
  237. <remove name="defaultcms.likebutton"/>
  238. <action method="cachePage">
  239. <expires></expires>
  240. <disqualifiers>cart,loggedin</disqualifiers>
  241. <holecontent>lightspeedcontent/hole/index</holecontent>
  242. </action>
  243. </reference>
  244. </cms_page>
  245.  
  246. <catalogsearch_result_index translate="label">
  247. <reference name="root">
  248. <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
  249. </reference>
  250. <reference name="content">
  251. <action method="unsetChild"><name>search.result</name></action>
  252. <block type="catalogsearch/result" name="search.result" template="catalogsearch/result.phtml">
  253. <block type="catalog/product_list" name="search_result_list" template="catalog/product/search.list.phtml" />
  254. <action method="setListOrders"/>
  255. <action method="setListModes"/>
  256. <action method="setListCollection"/>
  257. </block>
  258. </reference>
  259. </catalogsearch_result_index>
  260.  
  261. <catalogsearch_ajax_suggest translate="label">
  262. <label>Ajax Search Form</label>
  263. <reference name="left">
  264. <block type="catalogsearch/layer" name="catalogsearch.leftnav" after="currency" template="catalog/layer/view.phtml"/>
  265. </reference>
  266. <reference name="root">
  267. <action method="setTemplate"><template>page/ajax.phtml</template></action>
  268. </reference>
  269. <reference name="content">
  270. <block type="catalogsearch/result" name="search.result" template="catalogsearch/result.phtml">
  271. <block type="catalog/product_list" name="search_result_list" template="catalog/product/ajax.list.phtml" />
  272. <action method="setListOrders"/>
  273. <action method="setListModes"/>
  274. <action method="setListCollection"/>
  275. </block>
  276. </reference>
  277. </catalogsearch_ajax_suggest>
  278.  
  279. <sales_order_history translate="label">
  280. <remove name="customer.account.link.back"/>
  281. <reference name="content">
  282. <block type="rewardssocial/facebook_like_notificationblock"
  283. name="defaultcms.likebutton.rewards.notificationblock" as="rewards.notificationblock"
  284. template="rewardssocial/facebook/like/notification_retail_evolved.phtml"
  285. after="defaultcms.likebutton">
  286. <action method="setHidden"
  287. ifconfig="evlike/evlike_visibility/ev_like_visibility_cms_default">
  288. <value>1</value>
  289. </action>
  290. <action method="setIsCmsButton">
  291. <value>1</value>
  292. </action>
  293. <action method="setREVersion">
  294. <value>1</value>
  295. </action>
  296. </block>
  297. </reference>
  298. <reference name="my.account.wrapper">
  299. <block type="sales/order_history" name="sales.order.history">
  300. <block type="core/text_list" name="sales.order.history.info" as="info" translate="label">
  301. <label>Order History Info</label>
  302. </block>
  303. <block type="sales/order_history" name="sales.order.list" as="order_list" template="sales/order/list.phtml"/>
  304. <block type="customer/account_dashboard_newsletter" name="customer_account_dashboard_newsletter" as="newsletter" template="customer/account/dashboard/newsletter.phtml">
  305. <block type="evlike/like" name="defaultcms.likebutton" template="evlike/likebutton.phtml">
  306. <action method="setIsCmsButton"><value>1</value></action>
  307. <action method="setHidden"><value>0</value></action>
  308. <action method="setIsFacebookBox"><value>1</value></action>
  309. </block>
  310. </block>
  311. <block type="core/template" name="customer_account_dashboard_idea" as="idea" template="customer/account/dashboard/idea.phtml"/>
  312. </block>
  313. </reference>
  314. </sales_order_history>
  315.  
  316. <sales_order_view translate="label">
  317. <remove name="sales.order.info"/>
  318. <reference name="sales.order.view">
  319. <block type="sales/order_info_buttons" as="buttons" name="sales.order.info.buttons" />
  320. <block type="core/template" name="customer_account_dashboard_idea" as="idea" template="customer/account/dashboard/idea.phtml"/>
  321. <block type="rewardsref/customer_referral_abstract" name="affiliate" template="rewardsref/customer/referral/affiliate.phtml" />
  322. <block type="customer/account_dashboard_newsletter" name="customer_account_dashboard_newsletter" as="newsletter" template="customer/account/dashboard/newsletter.phtml">
  323. <block type="evlike/like" name="defaultcms.likebutton" template="evlike/likebutton.phtml">
  324. <action method="setIsCmsButton"><value>1</value></action>
  325. <action method="setHidden"><value>0</value></action>
  326. <action method="setIsFacebookBox"><value>1</value></action>
  327. </block>
  328. </block>
  329. </reference>
  330. </sales_order_view>
  331.  
  332. <wishlist_shared_index translate="label">
  333. <reference name="root">
  334. <action method="addBodyClass"><className>cms-page-view</className></action>
  335. </reference>
  336. <reference name="customer.wishlist">
  337. <block type="wishlist/customer_wishlist_item_options" name="customer.wishlist.item.options" as="item_options"/>
  338. </reference>
  339. </wishlist_shared_index>
  340.  
  341. <orderstatus_index_index translate="label">
  342. <remove name="global_messages"/>
  343. <reference name="root">
  344. <action method="addBodyClass"><className>cms-page-view</className></action>
  345. <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
  346. </reference>
  347. <reference name="head">
  348. <action method="setTitle"><title>Order Status</title></action>
  349. </reference>
  350. <reference name="content">
  351. <block type="core/template" name="orderstatus.status" template="orderstatus/status.phtml"/>
  352. </reference>
  353. </orderstatus_index_index>
  354.  
  355.  
  356. </layout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement