zeropaid Posted February 18, 2004 Posted February 18, 2004 I have a large website that utilizes vBulletin to run member data and i would like to run osCommerce as my ecommerce layer on the site. Has anyone heard of development that has been done to combine these two products? We don't want to force people to re-sign up when purchasing our products. Thank you, jorge AT zeropaid DOT com
Guest Posted September 8, 2004 Posted September 8, 2004 Either change the vb password function OR modify the code on the store... For instance, create a vB class and upon successful store account creation it automatically creates a member record on the forum. You'll have to do create some workarounds for the salt feature on the forum but it is not hard to do. Either mirror the forum password function or create the record, get salt, send back as MD5(MD5(password) + salt), update record, done!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.