Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. <frontend>
  2. <layout>
  3. <updates>
  4. <expressdelivery>
  5. <file>expressdelivery.xml</file>
  6. </expressdelivery>
  7. </updates>
  8. </layout>
  9. </frontend>
  10.  
  11. <?xml version="0.1.0">
  12. <layout version="0.1.0">
  13.  
  14. <checkout_cart_index>
  15. <reference name="checkout.cart">
  16. <block type="core/template" name="extra_block" template="link/to/your/template" />
  17. </reference>
  18. </checkout_cart_index>
  19.  
  20. </layout>
  21.  
  22. <?php echo $this->getChildHtml('extra_block'); ?>
  23.  
  24. <?php echo $this->getChildHtml('crosssell') ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement