Currently, the line item summary in the Line Item's Views integration contains links that are hardcoded to "View cart" and "Checkout." It would be more fitting for these to be extensibly added via a hook specific to the line item summary. This means the Cart and Checkout modules should implement this hook to add the appropriate link implementations. This should work for both the handler options and display.

Comments

rszrama’s picture

Status: Active » Fixed

This is done via hook_commerce_line_item_summary_link_info() (and the corresponding alter hook). I even managed to create my first ever .api.php file for this. : )

Commit: https://github.com/rszrama/drupalcommerce/commit/45a2f51406d2b69a26525ad...

Status: Fixed » Closed (fixed)
Issue tags: -low-hanging fruit

Automatically closed -- issue fixed for 2 weeks with no activity.