I'm trying to get a category that uses an Alternate Page Display to correctly display in the Mobile Commerce configuration that the EmporiumPlus Toolkit. I was thinking this would do it but it doesn't seem to be displaying the results for the category using the CTGY_LIST Alternate Page Display
I'm going through all the code looking for anything that has
and adding the
maybe I'm just missing one of statements or am I doing this all wrong?
Code:
<mvt:elseif expr="g.mivaScreen EQ 'CTGY' OR g.mivaScreen EQ 'CTGY_LIST'">
Code:
<mvt:elseif expr="g.mivaScreen EQ 'CTGY'">
Code:
OR g.mivaScreen EQ 'CTGY_LIST'
Comment