Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

vBulletin & osCommerce


zeropaid

Recommended Posts

Posted

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

  • 6 months later...
Posted

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!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...