I've messed up a ConLib file on accident and saved it over the original. Is there a way to get lines 120 to the bottom of ShipMethodPage.ascs.cs please?
Thanks, Nate
Need original ConLib Code Please...
Re: Need original ConLib Code Please...
If the file overwritten was not customized means was running out of the box then you an simply restore it from AbleCommerce install package.
-
- Lieutenant (LT)
- Posts: 70
- Joined: Fri Jan 15, 2010 8:17 am
Re: Need original ConLib Code Please...
You should look into using source control so you can revert to a previous version if something like this happens.
You can QUICKLY and EASILY get a scm solution setup using VisualSVN http://www.visualsvn.com/ and TortoiseSVN http://tortoisesvn.tigris.org/
VisualSVN makes setting up a repo painless.
The short amount of time invested at the beginning learning how to use a scm solution is nothing compared to the time saving benefits you'll get later on when you inevitably run into an issue like this. Need to undo your changes? Screw something up? Right-click, Revert. Done!
You can QUICKLY and EASILY get a scm solution setup using VisualSVN http://www.visualsvn.com/ and TortoiseSVN http://tortoisesvn.tigris.org/
VisualSVN makes setting up a repo painless.
The short amount of time invested at the beginning learning how to use a scm solution is nothing compared to the time saving benefits you'll get later on when you inevitably run into an issue like this. Need to undo your changes? Screw something up? Right-click, Revert. Done!
Re: Need original ConLib Code Please...
Thanks guys, I'm not really a programmer - I'll look into that Visual SVN soon, we're running off the demo right now & I'm dependent on a third party to who handled the install...I downloaded the demo version...it's got all I needed. Thanks again.