Advertisement
Guest User

Untitled

a guest
Jul 7th, 2015
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. <yourfrontname_checkout_winkelgen>
  2. <reference name="content">
  3. <block type="checkout/cart" name="checkout.cart">
  4. <action method="setCartTemplate"><value>checkout/cart.phtml</value></action>
  5. <action method="setEmptyTemplate"><value>checkout/cart/noItems.phtml</value></action>
  6. <action method="chooseTemplate"/>
  7. <action method="addItemRender"><type>simple</type><block>checkout/cart_item_renderer</block><template>checkout/cart/item/default.phtml</template></action>
  8. <action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/cart/item/default.phtml</template></action>
  9. <action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/cart/item/default.phtml</template></action>
  10.  
  11. <block type="core/text_list" name="checkout.cart.empty.widget" as="checkout_cart_empty_widget" translate="label">
  12. <label>Empty Shopping Cart Content Before</label>
  13. </block>
  14.  
  15. <block type="core/text_list" name="checkout.cart.top_methods" as="top_methods" translate="label">
  16. <label>Payment Methods Before Checkout Button</label>
  17. <block type="checkout/onepage_link" name="checkout.cart.methods.onepage.top" template="checkout/onepage/link.phtml" after="-" />
  18. </block>
  19.  
  20. <block type="page/html_wrapper" name="checkout.cart.form.before" as="form_before" translate="label">
  21. <label>Shopping Cart Items Before</label>
  22. </block>
  23.  
  24. <block type="core/text_list" name="checkout.cart.methods" as="methods" translate="label">
  25. <label>Payment Methods After Checkout Button</label>
  26. <block type="checkout/onepage_link" name="checkout.cart.methods.onepage.bottom" template="checkout/onepage/link.phtml"/>
  27. <block type="checkout/multishipping_link" name="checkout.cart.methods.multishipping" template="checkout/multishipping/link.phtml"/>
  28. </block>
  29.  
  30. <block type="checkout/cart_coupon" name="checkout.cart.coupon" as="coupon" template="checkout/cart/coupon.phtml"/>
  31. <block type="core/text_list" name="checkout.cart.extra" translate="label">
  32. <label>Checkout Forms Extra</label>
  33. </block>
  34. <block type="checkout/cart_shipping" name="checkout.cart.shipping" as="shipping" template="checkout/cart/shipping.phtml"/>
  35. <block type="core/text_list" name="checkout.cart.widget" as="checkout_cart_widget" translate="label">
  36. <label>Shopping Cart Items After</label>
  37. </block>
  38. <block type="checkout/cart_crosssell" name="checkout.cart.crosssell" as="crosssell" template="checkout/cart/crosssell.phtml"/>
  39.  
  40. <block type="checkout/cart_totals" name="checkout.cart.totals" as="totals" template="checkout/cart/totals.phtml"/>
  41. </block>
  42. </reference>
  43. </yourfrontname_checkout_winkelgen>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement