Where/how does the minicart calculate it's total? I am wanting to include other numbers and cannot seem to find it.
Where/how does the minicart calculate it's total? I am wanting to include other numbers and cannot seem to find it.
Chris Martz
United Art & Education
The minicart is just a collapsible panel that shows a modified version of the ShoppingCartControl. You would need to look within that to see what you want to modify. Most of the pricing logic is actually handled in the Pricing class, in the Core project.
When I looked at the code for Minicart I noticed all kinds of parameters. Any docs on what they mean and how to use? I tried changing a few falses and tues and just got more confused.