Aoe_LayoutConditions icon indicating copy to clipboard operation
Aoe_LayoutConditions copied to clipboard

Would it be possible to add the attribute also to layout updates?

Open danielpoe opened this issue 9 years ago • 0 comments

Something like this would also be cool:

  <CHECKOUT_PROGRESSBAR  ifconfig="featureflag/v2">
        <reference name="content">
            <block type="aoe_statefulcheckout/parts_progress" name="aoe_statefulcheckout_progress"
                   template="aoe_statefulcheckout/parts/progress_v2.phtml"/>
        </reference>
    </CHECKOUT_PROGRESSBAR_1>

 <CHECKOUT_PROGRESSBAR ifconfig="featureflag/v1" >
        <reference name="content">
            <block type="aoe_statefulcheckout/parts_progress" name="aoe_statefulcheckout_progress"
                   template="aoe_statefulcheckout/parts/progress.phtml"/>
        </reference>
    </CHECKOUT_PROGRESSBAR>

Usage

 <aoe_statefulcheckout_emptycart>
        <update handle="CHECKOUT_PROGRESSBAR" />

is used

danielpoe avatar Jan 04 '16 15:01 danielpoe