I am attempting and failing at present in getting Actinic to use a certain layout (that contains Lists) based on a value inside of a PHP block, the scenario is as follows:
Basic PHP to use a layout can be achieved with:
echo "Actinic-Layout-Name";
and so long as the layout has basic info in it then it displays fine, but anything more complicated including section and product lists it just errors out each and every time.
Have tried assigning different encoding and condition assignments to the layout within my echo, but same bad result each time.
Anyone any pearls of wisdom on this one.
Thx Ian
Basic PHP to use a layout can be achieved with:
echo "Actinic-Layout-Name";
and so long as the layout has basic info in it then it displays fine, but anything more complicated including section and product lists it just errors out each and every time.
Have tried assigning different encoding and condition assignments to the layout within my echo, but same bad result each time.
Anyone any pearls of wisdom on this one.
Thx Ian
Comment