Page 1 of 1

Need original ConLib Code Please...

Posted: Mon May 10, 2010 5:41 pm
by n8thanael
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

Re: Need original ConLib Code Please...

Posted: Tue May 11, 2010 8:05 am
by mazhar
If the file overwritten was not customized means was running out of the box then you an simply restore it from AbleCommerce install package.

Re: Need original ConLib Code Please...

Posted: Tue May 11, 2010 8:22 am
by michael.p.larsen
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!

Re: Need original ConLib Code Please...

Posted: Tue May 11, 2010 8:38 am
by n8thanael
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.