Hi Drupal Group ...
Question for users/developers familiar with ecommerce module ...
If using the ecommerce module on one main drupal site with SSL and you want to integrate other sites to purchase product that are part of multiple domain configuration, but don't have SSL ... what do you suggest as the best method?
Is it possible to get say, sites B and C to buy through site A (Default drupal install) -- the one with SSL and ecommerce module enabled.
Or do I need to install ecommerce module as well in sites B and C? Or do I simple include link to Product URL on Site A? OR?
The important part is the check out to be secure, if using paypal it doesn't matter as user is directed to PayPal's site, but with Authorize.net it should go through site A (default with SSL).
And it would be best if some content could be shared between sites so user could access set amount of content based on role I am hoping.
My ideas as such is to use one install, with multiple sites ... but need help in deciding best method to integrate them. Some customers would overlap all sites, but others would be site specific.
My plan I think would be to use one install of drupal and one database (shared between sites). And preferably use one SSL site for checkout to share between them.
I've researched most of the posts related to multiple domain configuration and ecommerce module, but still have some questions.