• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Jon Turner
#1 Posted : Saturday, January 17, 2015 4:26:32 PM(UTC)
Jon Turner

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.
Aaron
#2 Posted : Monday, January 19, 2015 6:10:43 PM(UTC)
Aaron

Rank: Administration

Joined: 4/2/2004(UTC)
Posts: 2,381
United States
Location: Hummelstown, PA

Thanks: 6 times
Was thanked: 163 time(s) in 158 post(s)
Originally Posted by: Jon Turner Go to Quoted Post
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 Go to Quoted Post
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
Jon Turner
#3 Posted : Monday, January 19, 2015 7:32:08 PM(UTC)
Jon Turner

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!
Aaron
#4 Posted : Tuesday, January 20, 2015 1:19:10 PM(UTC)
Aaron

Rank: Administration

Joined: 4/2/2004(UTC)
Posts: 2,381
United States
Location: Hummelstown, PA

Thanks: 6 times
Was thanked: 163 time(s) in 158 post(s)
Originally Posted by: Jon Turner Go to Quoted Post
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
Jon Turner
#5 Posted : Tuesday, January 20, 2015 5:28:17 PM(UTC)
Jon Turner

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.
Jon Turner
#6 Posted : Tuesday, January 20, 2015 5:36:56 PM(UTC)
Jon Turner

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.

©2024 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012