The whole story is..
Using a custom template, I've got the minicart attached as a .js file.
The MC contents list out:
prod/price
prod/price
prod/price
- - - - - --
Subtotal
I'm having a glitchy little issue whereas when you navigated to
http://www.domain.com/ the mini cart's contents list out fine. But if you navigate to
http://domain.com/ the content will not list out.
So, I resolved this by adding a simple .htaccess rewrite and all was fine. But then I upgraded to 8.3 and the rewrite is throwing server errors. So I deleted the rewrite and was looking to see if there was a way to resolve it in the back office.