Using GOLD build 5410.
I have configured my RightSidebar layout to have just the Mini Basket in the right column. Then I edited the first line of AdvancedSearch.aspx, changing
Code: Select all
MasterPageFile="~/Layouts/Fixed/OneColumn.Master
to
Code: Select all
MasterPageFile="~/Layouts/RightSidebar.Master
The Mini cart shows properly on the Advanced Search page, and it is updated when adding items to the cart. However, the Update and Delete buttons for each item in the Mini Cart do not work. When I click the Update button, the quantity changes back to the original value. When I click the Delete button, The "Are you sure...?" prompt appears, but after clicking OK the item is still shown in the Mini Cart. Going to the "full" cart page confirms that the quantities have not been changed and items have not been removed from the cart.
Is there something else I have to do to get this to work, or is this a bug?