Hi Greg,
In Cart v.4.42 we added a built in minicart module that you can choose to use or you can also still use the original Smith MiniCart module. You can enable/disable either Mini-Cart in the ProductDetails module settings with the following options:
-
No Mini Cart
-
Show Built-In Mini Cart
-
Use Mini Cart Module
Normally when you choose to use the MiniCart module in the ProductDetails settings the built in MiniCart should be disabled, this will be addressed in the next release of the Cart.
Until then, open productdetail.ascx go to line 153 and set the visible property to false as highlighted in yellow below:
<divrunat="server" id="tblMiniCart" class="right" visible="false">
Thanks,