So, I'm selling some products on shopify. Let's say coffee.
I'm working with a new group that wants to sell my coffee, have a separate brand, have a branded website. Is there an easy way to do this with a single shopify account?
I added this to my page template
{% if page.title == "Cards Coffee" %}
{% layout "cardscoffee" %}
{% endif %}
And I could see how I could use this to create a separately themed page. But his will only work if I'm linking directly to a sub page. I'm going to setup a separate DNS name for this new brand. Is there any way to get the requested url?
(page.url returns the main configured url, not what was actually requested).
Is there another approach I should be taking entirely (besides forking out an extra subscription?)