• Hey,

    I’m looking to launch a few sites, all of which are for ecommerce selling the same products.

    At the moment I have two websites and I have to open two back-ends where I can see both of their orders. Is there a way to make all orders from multiple sites appear in one orders page?

    This would save me moving from WordPress/WooCommerce to Magento.

    Thanks,
    Jamie

    http://wordpress.org/extend/plugins/woocommerce/

Viewing 1 replies (of 1 total)
  • Roy Ho

    (@splashingpixelscom)

    More detail from you is needed. Such as are all the sites identical in design and just different domain names? If so, that is easy as you can simply point the domain to resolve to one setup. On the other hand if they are all different designs and different domains, it will be a bit trickier to pull off but still can be done.

    You can probably setup a site ONLY for checkout purposes which will handle incoming purchase requests from your other sites. You can either choose to use parameters via URL on a GET method or use POST method ( preferred ). This data will be captured on your checkout site and add those items to the cart.

    The only thing you may have to do is have the same products created on each site.

Viewing 1 replies (of 1 total)
  • The topic ‘Can I have multiple sites linking all to one orders page?’ is closed to new replies.