Rank: Member
Joined: 10/2/2014(UTC) Posts: 46
Thanks: 2 times
|
Is there anyway to display the additional image name on the BVAdmin/Catalog/Products_Edit_Images.aspx page?
When you have a bunch of images, it would be helpful to know the names of them so you could arrange them as needed or determine what's been loaded or not. Currently, the image name (or caption) is not displayed. It is however displayed on the active website when viewing them using the "More Photos" link on the BVC 2013 template.
Any feedback or help would be appreciated.
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
Originally Posted by: Jon Turner Is there anyway to display the additional image name on the BVAdmin/Catalog/Products_Edit_Images.aspx page? Out-of-the-box, no. You could customize it to do this, however. Originally Posted by: Jon Turner When you have a bunch of images, it would be helpful to know the names of them so you could arrange them as needed or determine what's been loaded or not. Currently, the image name (or caption) is not displayed. It is however displayed on the active website when viewing them using the "More Photos" link on the BVC 2013 template. I can see how this would be helpful. We'll add this to our list of features to consider adding. Thanks for the feedback! |
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Rank: Member
Joined: 10/2/2014(UTC) Posts: 46
Thanks: 2 times
|
Ok, understand out of the box no-can-do. Could you provide some code on how to add it? Or at least point me in the right direction?
Thanks!
|
|
|
|
Rank: Administration
Joined: 4/2/2004(UTC) Posts: 2,393 Location: Hummelstown, PA Thanks: 6 times Was thanked: 163 time(s) in 158 post(s)
|
Originally Posted by: Jon Turner Could you provide some code on how to add it? Or at least point me in the right direction? You should be able to add a BoundField to the GridView control for each field that you want to view. So, it should look something like this: Code:
<asp:BoundField DataField="Filename" />
<asp:BoundField DataField="Caption" />
|
Aaron Sherrick BV Commerce Toll-free 888-665-8637 - Int'l +1 717-220-0012 |
|
|
|
Rank: Member
Joined: 10/2/2014(UTC) Posts: 46
Thanks: 2 times
|
Thanks for the feedback. I'm no expert, so I am looking to try and insert the code.
|
|
|
|
Rank: Member
Joined: 10/2/2014(UTC) Posts: 46
Thanks: 2 times
|
Thank you! Worked perfectly.
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.