Zen Cart ?

Hello,We are about a month from completing our transition to using LimeLM.I have completed a Qt Framework wrapper for the LimeLM API.I have a Qt based version of the TurboActivate app for Mac OS X, Windows, and Linux.So the software packaging and distrribution is done.

The vendor can generate product/version key manually to start.

I would like to automate the PKey generation and email for them.The vendors web site is using the Zen Key cart.I have zero experience with the PHP/MySql technology used by Zen Cart.Has anyone integrated the LimeLM WEBAPI with Zen Cart ?Thanks,Paul

Hey Paul,

I did a little googling and found this thread where it explains how to insert generated product keys into the order process in Zen Cart.

You can use that along with the code in our PaymentSettings.php file in the web API function to generate product keys after an order.

Thanks. I will have a look at the link.