Mini cart total for kitted items

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
User avatar
triplw
Commander (CMDR)
Commander (CMDR)
Posts: 144
Joined: Sat Jan 12, 2008 5:34 pm
Contact:

Re: Mini cart total for kitted items

Post by triplw » Wed Jul 20, 2011 8:44 am

I had a similar issue except that my kit choices were listed 2 times and the total was wrong. I have a lot of kits and it didn't do it on all of them. For some reason it seems to have something to do with the mini basket on the right side bar. If I move it to the left side bar it doesn't happen. So I put a hidden mini basket in my left sidebar like this:

Code: Select all

<div id="hide" style="display:none">
[[ConLib:MiniBasket]]
</div>
I kept the mini basket in the right side bar and that is what the customer uses. I wish there was a better solution but since I can't reproduce it consistently I didn't open a ticket.

Post Reply