PDA

View Full Version : Listing Plan additional Name field for Admin use only



PGGO
May 10, 2012, 07:36 AM
For instance, you manage 50 different Listing Plans and they all named “Basic Listing” and all assigned to different categories.
So, when you will need to Edit some of them, then you find this too complicated as you don’t know which Plan belongs to what category.

Why not to add additional Field Names for Admin use, in order to keep truck all Listing Plans?

Please refer to the snapshot in attachment.

Dmitry
May 10, 2012, 09:08 AM
Hi Petnax,

I think you can added Keys of plan.

1) Go to ftp > admin > tpl > controllers > listing_plans.tpl
2) open file and find the code:


columns: [
{
header: lang['ext_name'],
dataIndex: 'name',
width: 17,
id: 'rlExt_item_bold'
}

after this code paste it this


,{
header: lang['ext_key'],
dataIndex: 'Key',
width: 17,
id: 'rlExt_item_bold'
}


then you need to save file and update on your server.
I attached file with my example.

Thanks.

PGGO
May 10, 2012, 09:34 PM
Thank you Dmitry.
It works!

Anyway, I still recommend you to add this option in the next release, because we can't change name of the Keys after they were added.