At the moment the cart page path is hard-coded in commerce_cart.module, via a hook_menu call.

Moving to a fully configurable view would allow for greater configuration and customisation - making full use of Views functionality.

Comments

rszrama’s picture

Title: Update the cart form view to allow configuration of the cart page path and associated menus. » Make the Shopping cart form and block function entirely through Views

Just expanding the scope of the issue a tad so that we can convert both Shopping cart Views (the block and the form) at one point in time. If we purely use Views with translatable empty messages, then we shouldn't need the block hooks for the cart block or the menu item and page callback for the cart form.

rszrama’s picture

Status: Active » Closed (duplicate)

Just realized this got co-opted by #1030128: Convert shopping cart block and form Views to use Views block / page displays. Checked for an existing issue before repurposing that issue but obviously missed this one! : P