Open
Description
I have a custom dropdown attribute (vendor_id) for products.
The dropdown is populated from a custom table vendors (entity_id, name). Now with this extension I am able to add Vendor column in products grid that shows vendor_id
but I want to display name
. And the search should also work on name
rather than entity_id
.
My gridcontrol.xml
<?xml version="1.0"?>
<gridcontrol>
<grids>
<!-- grid id -->
<productGrid>
<vendor_id>
<add>
<header>Vendor</header>
<type>text</type>
<index>vendor_id</index>
</add>
<after>name</after>
</vendor_id>
</productGrid>
</grids>
</gridcontrol>
Can you please tell if this already possible or need custom coding?
Metadata
Metadata
Assignees
Labels
No labels