Here is the business problem:
There is a website which has items that are sold to:
- The US in USD going into the US paypal account
- Canada in CAD going into the Canadian paypal account.
95% of the items overlap, but 5% of the items available in Canada are not available in the US. 80% of items share the same price, but the remaining 20% are cheaper in the US. The Canadian website needs to be in French and English.
Here is the technical problem:
Initially this was configured as a single website and a single store with multiple store views for Canada (English and French). This worked fine, until we needed to as the US.
Do I need a separate store group or a separate website in Magento?
I would like to have a base link change for the US and for Canada (ie. /ca/en/, /ca/fr/, /us/en/). But after trying to change the base link, the whole site stopped working.
Any ideas on how to best tackle this?