I soon will have to start building 2 new websites for a company I work with.
Long story short, I have to build the main website. Let’s call it “Website01” and a second website(“Website02”).
They come from the same brand, same everything except they sell 2 different categories of products. 01, will sell physical and retail products. 01, will sell box subscriptions through ReCharge(Shopify Plugin).
Requirements:
-They MIGHT, have the same customers(ex: I buy on 01, well I might maybe order a box on 02).
-Delivery, cannot be mixed(ex: Buy a product on 01 and also buy a box on 02) since Shopify will not separate the orders(If you can, please tell me.)
-Theorically, the CSS/(or SCSS for us) will be different. Thanks to @David_SGA I would load 2 different css file and theorically manage that part like so.
The question, or problem:
Doing this causes me to force my employer to buy 2 Shopify subscriptions(We need advanced) which means 80$USD(107$CAD for us, since we’re canadians…) x2, 160$USD per month BECAUSE, of the box plugin and the delivery problem mainly.
My theorical solution:
- Run a complete platform on Website01 and run Website02 on a subdomain.
Example: [www.website01.com(Base](http://www.website01.com(Base) website) and [www.website02.website01.com(Box](http://www.website02.website01.com(Box) platform)
The subdomain would be using a different CSS file. But as i’m writing this, another problem surfaces. Cart and product page management. Showing a different menu wouldn’t be a problem, but managing the cart that cannot be matched or mixed with(Box + Product).
As you might be reading this, from my point of view I still think 2 Shopifys is the best and healthiest way to run this. I know on different platforms it’d be different, but we insist on going with Shopify.
So what would be your solution around this?
What is your opinion?
Greatly appreciate,
-Patrick