Rank: Member
Joined: 11/20/2005(UTC) Posts: 122
|
Sometimes the simplest ideas are the best ones. When manually editing products in BVC 5, I kept losing my place when making similar edits across groups of products. Yes, I know there is a bulk editor, but it doesn't do much good if you are editing custom properties or type properties. I had to put my settings to 10 products per page and even then sometimes I got lost - did I edit the 4th product last or the 5th? Today I finally decided that it was BVC that needed fixing instead of my data entry procedure. I added just a few lines of code that will highlight the last product viewed/edited in green. Now I don't have to guess what product I edited last. Just follow this procedure and you can also enjoy editing products manually without having to develop a photographic memory. FILE: /BVAdmin/Catalog/Products_Edit.aspx.vb In LoadProduct() add this line at the end of the procedure (just before both End If statements): FILE: /BVAdmin/Catalog/Default.aspx Add this line to the GridView just below <RowStyle CssClass="row"> Code:
[b]FILE: /BVAdmin/Styles.css[/b]
Add this line to your style sheet and you are all set:
[code=css]
.rowselected { background-color: #8ede43; }
Edited by user Saturday, February 16, 2013 2:07:19 PM(UTC)
| Reason: Not specified |
|
|
|
|
Rank: Member
Joined: 11/5/2003(UTC) Posts: 1,786
|
Nice Mod! Thanks for sharing.
|
|
|
|
Rank: Member
Joined: 1/10/2005(UTC) Posts: 714
Thanks: 14 times Was thanked: 1 time(s) in 1 post(s)
|
THANK YOU! This helps me so much!
|
|
|
|
Rank: Member
Joined: 4/22/2004(UTC) Posts: 280
|
Very helpful! Thank you for sharing.
|
|
|
|
Rank: Member
Joined: 8/5/2010(UTC) Posts: 16
|
Thanks so much!!!! This is very handy.
|
|
|
|
Rank: Member
Joined: 12/23/2003(UTC) Posts: 909
|
have to comment, an awesome little doohickie.
Trims some serious time off upsell & cross sell updates. |
|
|
|
|
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.