mage-enhanced-admin-grids
mage-enhanced-admin-grids copied to clipboard
storeview renderer
We only want to see the storename in storeview renderer: but this is not working
Either empty, or show all 3 lines everytime
Can the view be split on \n (as stored in DB) and access the value 1,2 or 3?
Just been staring at what is happening here. But no matter what I do and use SKipWebsite or other: the return value in
BL/CustomGrid/Block/Widget/Grid/Column/Renderer/Store.php
is always either empty OR "All Store views"
I dont understand the 3*$space magic - dont understand why the data is not in array of some sort
either way: cant get it to work