I've been searching for an answer to this for a while and it seems like every post on here says the "source code must be changed".

I have dug deep into the ShoppingCart.cs file and for the DisplaySummary method, it appears there is an appconfig check for an XML Package :

String CartItemsXmlPackage = AppLogic.AppConfig("XmlPackage.ShoppingCheckoutShi ppingPageItems");

If the xml package is not available, it will then render the cart display using whatever built-in rendering there is.

I have created this appconfig and set it to a random package to verify that you can change the display of the cart summary with an XMLpackage.

I, however, do not feel comfortable creating a new XML package from scratch. Is there anywhere I can find a package that matches the default internal rendering so that I may modify it?

My main concern is removing the gift registry shipping address and recipient information that is attached to each line item during a gift registry purchase.

Thanks for any information you can provide.