On Fri, Jul 11, 2008 at 9:56 AM, Paul Wrightson <[EMAIL PROTECTED]> wrote: > Thanks, Chris. > I will check it out. It looks like a copy of the SL perl library modules > in the SL directory - correct?
There is a copy of those there. I would suggest against using it in production until porting over to LSMB due to sql injection issues. What needs to be done to make it work with LSMB is: 1) move it over to the LedgerSMB libraries (easy since the API didn't change substantially). 2) convert the templates ([% %] need to be converted to <?lsmb and ?>). I just haven't had the time to do both of these. What the scripts do though is create an SL sales order, which is then paid via paypal. It also can integrate with UPS for shipping amounts. Hope tis helps, Chris Travers ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Ledger-smb-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ledger-smb-users
