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

Notification

Icon
Error

SStorhaug
#1 Posted : Tuesday, December 14, 2010 4:43:27 AM(UTC)
SStorhaug

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

Marcus
#2 Posted : Tuesday, December 14, 2010 9:36:14 AM(UTC)
Marcus

Rank: Member

Joined: 11/5/2003(UTC)
Posts: 1,786

Nice Mod! Thanks for sharing.
sternyy
#3 Posted : Monday, March 28, 2011 10:10:19 AM(UTC)
sternyy

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!
lcasey
#4 Posted : Monday, March 28, 2011 7:10:19 PM(UTC)
lcasey

Rank: Member

Joined: 4/22/2004(UTC)
Posts: 280

Very helpful! Thank you for sharing.
Robin
#5 Posted : Tuesday, May 31, 2011 4:27:02 PM(UTC)
Robin

Rank: Member

Joined: 8/5/2010(UTC)
Posts: 16

Thanks so much!!!! This is very handy.
Matt@9BallDesign
#6 Posted : Monday, June 13, 2011 8:53:59 AM(UTC)
Matt@9BallDesign

Rank: Member

Joined: 12/23/2003(UTC)
Posts: 909

have to comment, an awesome little doohickie.


Trims some serious time off upsell &amp; cross sell updates.
Matt Martell


http://www.9balldesign.com - Web, Print, Graphic


http://www.martellhardware.com/ - Decorative &amp; Builder's Hardware

------------------------------------------------
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