Open mattwellss opened 9 years ago
Example: The minicart and all of its data already exists in RWD themes.
minicart
<block type="checkout/cart_minicart" name="minicart_head" template="checkout/cart/minicart.phtml" before="-">
So allow it to be embedded within a react template:
<block type="reactjs/template" name="rjs_minicart" template="checkout/cart/minicart.jsx"> <action method="embedBlock"><name>minicart_head</name></action> </block>
Example: The
minicart
and all of its data already exists in RWD themes.So allow it to be embedded within a react template: