Hi, I have a multisite setup with ubercart 1.x & D5.x, not using DA (yet), but will be switching when I upgrade to D6. (soon)

I have two sites, a main site & a site carrying a small subset of our products. The problem is, our payment processor requires a separate account for each domain you use. So I'd like to redirect from the subsite to the main site for checkout.

Comments

rak’s picture

If the feature request would be available, there should be a setting for this redirect option, some people would want to use the main checkout, but most would want to use different for each subsite.

agilpwc’s picture

I would find this indispensable. As I only have SSL on one domain.

lgb’s picture

A hearty "me too" on this one, for the same reason as #2.

I may have discovered a very silly workaround for the time being. Uncomment your $base_url in settings.php and make sure it's set to your main domain (where, presumably, you've applied your cert). I imagine many Domain Access sites have this turned off, as it may not work for certain workflows navigating through your site. But it seemed to solve the problem for me--albeit in a less than ideal way.