Search found 2 matches
- Thu Nov 11, 2010 4:17 pm
- Forum: 7.0 Store UI: Layout, Design, Look and Feel
- Topic: Custom Header w/ Cart Items and Cart Total
- Replies: 37
- Views: 67823
Re: Custom Header w/ Cart Items and Cart Total
Figured it out! We made changes to keep shipping/coupons/tax from adding to the total, as well as turning off the count for children of kits. HeaderBasketTotal.ascx.cs using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; ...
- Thu Nov 11, 2010 11:32 am
- Forum: 7.0 Store UI: Layout, Design, Look and Feel
- Topic: Custom Header w/ Cart Items and Cart Total
- Replies: 37
- Views: 67823
Re: Custom Header w/ Cart Items and Cart Total
My header basket code is working fine for individual items, but for bundles/kits it's counting the kit as 1 and then adding to the count each item included inside the kit. So for example, the kit is made up of 5 items. When you add the item to cart, initially the count is correct ("1 item"). If you ...