Just a quick change. I have noticed some issues with the Canadian C8 window stickers. There appears to be a few different variations of them. While they all look basically the same, the code needed to 'process' them is going to be different. Some have some structured data in them that is idential to the US market window stickers, these are easy to work with and the site can process them without an issue. Some do not have this structured data, so the code that processes the window stickers can't find any data in them. The only way to handle these it to look for specific text strings and match it up to the appropriate options. The third variety is similar to these... just everything is in French.. and I can't read French.. lol.
Even worse, not all Canadian Z06 window stickers are available. The early cars are just MIA... starting around VIN 850 or so the Canadian Z06 window stickers started to appear. So even if I write code to process all the different types of window stickers, it will still be impossible to capture every Z06. Since the Canadian Z06 numbers are pretty small, this would throw off the data and make it worthless to use for coming up with any sort of accurate production stats. So for now, this site is focusing on US market cars.
I try to focus most of my effort on parts of the site that get a lot of traffic from users. The analytics show that only about 3% of the sites users are coming from Canada, so it just doesn't make sense to focus my efforts on sorting out the Canadian window stickers. So for now, I have tweaked the site so the Dashboard pages and Custom Search results only include US market cars. The Vehicle and Dealer lists will still include Canadian cars and dealers. I'm hoping this is only temporary, but right I'm not sure when this will come to the top of my to do list.