Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2015
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. {
  2. "goto_section":"payment",
  3. "update_section":{
  4. "name":"payment-method",
  5. "html":"... HTML & JS for payment methods ...",
  6. "review":"... HTML & JS for review box ..."
  7. }
  8. }
  9.  
  10. <checkout_onepage_paymentmethod>
  11. <remove name="right"/>
  12. <remove name="left"/>
  13.  
  14. <block type="checkout/onepage_payment_methods" name="root" output="toHtml" template="checkout/onepage/payment/methods.phtml">
  15. <action method="setMethodFormTemplate"><method>purchaseorder</method><template>payment/form/purchaseorder.phtml</template></action>
  16. <block type="core/template" name="checkout.onepage.payment.methods.scripts" as="scripts" />
  17. <block type="core/template" name="checkout.onepage.payment.methods.additional" as="additional" />
  18. </block>
  19.  
  20. <block type="checkout/onepage_review_info" name="review.update" template="checkout/onepage/review/info-sidebar.phtml">
  21. <action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/onepage/review/item.phtml</template></action>
  22. <action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/onepage/review/item.phtml</template></action>
  23. <action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/onepage/review/item.phtml</template></action>
  24. <block type="checkout/cart_totals" name="checkout.onepage.review.info.totals" as="totals" template="checkout/onepage/review/totals.phtml"/>
  25. </block>
  26. </checkout_onepage_paymentmethod>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement