Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. <block type="wishlist/customer_wishlist" name="customer.wishlist" template="wishlist/view.phtml">
  2. <block type="wishlist/customer_wishlist_items" name="customer.wishlist.items" as="items" template="wishlist/item/list.phtml">
  3. <block type="wishlist/customer_wishlist_item_column_image" name="customer.wishlist.item.image" template="wishlist/item/column/image.phtml" />
  4. <block type="wishlist/customer_wishlist_item_column_comment" name="customer.wishlist.item.info" template="wishlist/item/column/info.phtml">
  5. <action method="setTitle" translate="title">
  6. <title>Product Details and Comment</title>
  7. </action>
  8. </block>
  9. <block type="wishlist/customer_wishlist_item_column_cart" name="customer.wishlist.item.cart" template="wishlist/item/column/cart.phtml">
  10. <action method="setTitle" translate="title">
  11. <title>Add to Cart</title>
  12. </action>
  13. <block type="wishlist/customer_wishlist_item_options" name="customer.wishlist.item.options" />
  14. </block>
  15. <block type="wishlist/customer_wishlist_item_column_remove" name="customer.wishlist.item.remove" template="wishlist/item/column/remove.phtml" />
  16. </block>
  17. <block type="core/text_list" name="customer.wishlist.buttons" as="control_buttons">
  18. <block type="wishlist/customer_wishlist_button" name="customer.wishlist.button.share" template="wishlist/button/share.phtml" />
  19. <block type="wishlist/customer_wishlist_button" name="customer.wishlist.button.toCart" template="wishlist/button/tocart.phtml" />
  20. <block type="wishlist/customer_wishlist_button" name="customer.wishlist.button.update" template="wishlist/button/update.phtml" />
  21. </block>
  22. </block>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement