I want to be sure I understand the structure here. We sell in-person and online events. The in-person events are the same content, offered in different locations (US, Canada, EU) which may have different prices and currencies based on the location. Ideally, I would like to send potential attendees to two types of web pages.
One type would show all future offerings, with tagging so they can select what they want to look at and maybe buy. Note that the EU location acts like a franchise and has their own registration pages - so I would like to display information about their events, but redirect registration to their pages. I'm ok having a separate store with separate currency to buy a given event. However, I need to show the same event across multiple currencies so people can choose from all available locations. It is not currently possible to charge all events as USD.
Another type of page would be a product specific landing page, which goes into detail about the content for one particular event, but either has a link to list dates/times/locations or a link to register for a specific offering of that event. This page would presumably have a URL to the first page type and pass parameters about which events to display - either a collection of events or a single event.
How do I do this?
Should I have one store per country? How do I then present events across multiple countries?
One type would show all future offerings, with tagging so they can select what they want to look at and maybe buy. Note that the EU location acts like a franchise and has their own registration pages - so I would like to display information about their events, but redirect registration to their pages. I'm ok having a separate store with separate currency to buy a given event. However, I need to show the same event across multiple currencies so people can choose from all available locations. It is not currently possible to charge all events as USD.
Another type of page would be a product specific landing page, which goes into detail about the content for one particular event, but either has a link to list dates/times/locations or a link to register for a specific offering of that event. This page would presumably have a URL to the first page type and pass parameters about which events to display - either a collection of events or a single event.
How do I do this?
Should I have one store per country? How do I then present events across multiple countries?
Comment