I want to specify multiple values for ifconfig in layout xml.
<action method="setTemplate" ifconfig="mymodule/general/is_enabled">
<template>mymodule/test.phtml</template>
</action>
Is is possible to add below two conditions for one action?
ifconfig="mymodule/general/is_enabled"
ifconfig="mymodule/frontend/can_show"
Any suggestions would be most welcome.
ifconfig="mymodule/general/is_enabled" ifconfig="mymodule/frontend/can_show"
why not create an additional config node ifconfig="mymodule/frontend/is_enabled_can_show" and depending on this value proceed.